summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2016-12-13teach tcpdump some more things about gre.David Gwynne
2016-12-12Implement support for layer 2 relaying and add further Relay AgentRafael Zalamena
2016-12-08Clean up function prototypes: use a single struct to hold all addressRafael Zalamena
2016-12-08Make it possible to install patches even if we don't have all sets installedAntoine Jacoutot
2016-12-08Simplify get_interfaces function, make it return NULL if we didn't findRafael Zalamena
2016-12-07DHCP requests can be relayed through multiple relays. Currently wePatrick Wildt
2016-12-07If the BROADCAST flag is set on a BOOTREPLY, the RFC specifies thatPatrick Wildt
2016-12-07pledge(2) dhcrelay with "stdio route". route is needed for interface ioctls.Reyk Floeter
2016-12-07Cleanup syspatch directories that do not contain a tarball; it means itAntoine Jacoutot
2016-12-07Rename function discover_interfaces into get_interface and change itsRafael Zalamena
2016-12-06Missed in previous.Antoine Jacoutot
2016-12-06Better matching and remove a useless use of sort(1).Antoine Jacoutot
2016-12-06Catch mtree(8) error; it's only run when applying patches and we alreadyAntoine Jacoutot
2016-12-06Tweak comment.Antoine Jacoutot
2016-12-05Also print the mtu when showing interface detailsJeremie Courreges-Anglas
2016-12-05Explicit error when running on unsupported release.Antoine Jacoutot
2016-12-05If we end up creating a rollback tarball from an empty list of files, it meansAntoine Jacoutot
2016-12-05Remove the ugly temporary quirks.Antoine Jacoutot
2016-12-05Use the stack to hold the constraint child process variables instead ofRafael Zalamena
2016-12-05Add debug message to print VM's mac addresses (lladdr).Reyk Floeter
2016-12-03embed the struct iobuf instead of using a pointer.Eric Faurot
2016-12-02Fix some spelling errors in the OpenFlow header and update the tcpdump(8)Rafael Zalamena
2016-12-02Implement the connection state machine for OpenFlow 1.0 and 1.3 to detectRafael Zalamena
2016-12-02Simplify.Antoine Jacoutot
2016-12-02Few consistency fixes (no intended change in behaviour).Antoine Jacoutot
2016-12-02Fix leaks by freeing 'path' and 'lru_queue' in btree_close().Jonathan Matthew
2016-12-01Remove unused variable which was leaking memory, and while here remove 2 otherRicardo Mestre
2016-12-01Fix kernel matching installation:Antoine Jacoutot
2016-11-30Since pwp->pw_gid is equal to pwp->pw_uid then use the former instead inRicardo Mestre
2016-11-30Mitigate some fd leaks on user(8)Ricardo Mestre
2016-11-30note that no group is created if a group already exists when using =uid;Jason McIntyre
2016-11-30Always remove the local vm after calling terminate_vm().Reyk Floeter
2016-11-30remove unused iobuf helpersEric Faurot
2016-11-30hide internal io flags and rename IO_PAUSE_{IN,OUT} to IO_{IN,OUT}Eric Faurot
2016-11-30Simplify:Antoine Jacoutot
2016-11-30During early testing, hardcode the syspatch repo to 'syspatch.openbsd.org'Antoine Jacoutot
2016-11-30Change the hierarchy under /var/syspatch/ so that the output of installed orAntoine Jacoutot
2016-11-30make struct io opaque:Eric Faurot
2016-11-30According to usermod(8) manpage if -g =uid is used it should create a new groupRicardo Mestre
2016-11-30Wrap lines earlier on tls_config_set_protocols(3)Ricardo Mestre
2016-11-30Check return value of tls_config_set_protocols(3) and bail out in case ofRicardo Mestre
2016-11-29When action == 0 (spamdb(8) without arguments) it only reads the DB so it onlyRicardo Mestre
2016-11-29Use memset(3) instead of bzero(3)Ricardo Mestre
2016-11-29remove all the (void) casts which are irrelevant. The remaining onesTheo de Raadt
2016-11-29Correct a bit test introduced in user.c rev 1.111 that made it impossibleJonathan Gray
2016-11-29Document the fact that *for now* syspatch only works on official releases andAntoine Jacoutot
2016-11-29Tweak output to keep it aligned when interfaces with big names, likeMartin Pieuchot
2016-11-29article fix; from rob pierceJason McIntyre
2016-11-29Alistair Crooks rescinded the advertising clause of his user(8)Jonathan Gray
2016-11-28ether_ntoa -> etheraddr_string, like elsewhere in tcpdumpJeremie Courreges-Anglas