aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Check and fail if drop of privileges failed.Xin LI2015-09-011-2/+4
* die() would never return, mark it as so.Xin LI2015-08-271-1/+1
* Plug a possible memory leak.Xin LI2015-08-271-1/+2
* Merge ACPICA 20150818.Jung-uk Kim2015-08-261-1/+1
* Sync ypwhich(1) code with the OpenBSD version that is more modern.Marcelo Araujo2015-08-253-2/+413
* Some random tweaks to ctl.conf(5).Edward Tomasz Napierala2015-08-241-12/+38
* Add static and remove unused variables.Hiroki Sato2015-08-241-44/+50
* Remove obsolete API (SIOCGDRLST_IN6 and SIOCGPRLST_IN6) support.Hiroki Sato2015-08-241-201/+0
* Make it clear that we're ignoring the return value fread(3). AllWarner Losh2015-08-241-1/+1
* Fix err pointer not initialized to NULL resultingBaptiste Daroussin2015-08-212-0/+16
* Turn off gcc's uninitialized warnings for this code. TheyWarner Losh2015-08-211-0/+1
* Fix typo in regression testBaptiste Daroussin2015-08-211-1/+1
* Fix /home symlink creationBaptiste Daroussin2015-08-212-1/+14
* Fix useradd regression:Baptiste Daroussin2015-08-212-2/+67
* Add ATF functional tests for fstyp(8). No ZFS or GELI tests yet.Alan Somers2015-08-209-0/+255
* Add a new exit-timeout option to watchdogd.Ian Lepore2015-08-192-8/+26
* Issue warning and refuse to proceed further if the configuredXin LI2015-08-191-2/+14
* Serve /etc/eui64 via NIS.Alan Somers2015-08-183-5/+42
* Belatedly fix documentation on which interface to use as argument.Gleb Smirnoff2015-08-171-3/+3
* Add simple (no-op) emulations for the CHECK_POWER_MODE,Peter Grehan2015-08-171-0/+6
* Drop "internal" CTL frontend.Alexander Motin2015-08-153-256/+1
* Regression: fix pw usermod -w xxxBaptiste Daroussin2015-08-142-0/+16
* Fix a few mandoc warnings.Christian Brueffer2015-08-123-4/+1
* Another small typo.Alexander Motin2015-08-111-1/+1
* Fix minor typo.Alexander Motin2015-08-111-1/+1
* style(9) requires a space here.Marcelo Araujo2015-08-111-1/+1
* Sync the code with OpenBSD.Marcelo Araujo2015-08-112-44/+42
* Rather than hardcoding a string and limiting the comparison to theseBjoern A. Zeeb2015-08-101-1/+1
* Remove bad call to shutdown().Ed Schouten2015-08-101-6/+0
* Refactor early stages of security negotiation.Alexander Motin2015-08-081-73/+77
* Remove some code duplication.Alexander Motin2015-08-081-7/+1
* Manpage cleanup.Christian Brueffer2015-08-071-12/+23
* Add regression tests for a bug reported in stable/10Baptiste Daroussin2015-08-051-0/+9
* Set f_file to -1/F_UNUSED when after closing when possibleEnji Cooper2015-08-051-8/+20
* Ensure the local MANIFEST is always used when verifying remoteGlen Barber2015-08-041-1/+1
* Avoid calling strlen() where we can use the strspn() return value.Ed Schouten2015-08-032-9/+9
* Clarify pw(8) manual w/respect to required arguments. Break long lines atDevin Teske2015-08-031-90/+118
* Fix bugs spotted by gccBaptiste Daroussin2015-08-031-3/+4
* Actually set quiet to something.Adrian Chadd2015-08-031-1/+1
* Use intmax_t rather than long longBaptiste Daroussin2015-08-021-2/+2
* Convert the year used for regression test fro 2043 to 2037Baptiste Daroussin2015-08-021-11/+11
* Fix build on 32bitsBaptiste Daroussin2015-08-021-2/+2
* Split some extra long linesBaptiste Daroussin2015-08-021-2/+4
* Split some extra long linesBaptiste Daroussin2015-08-021-5/+10
* Cleanup a bit includesBaptiste Daroussin2015-08-0212-52/+43
* Add regression tests about adding already existsing groups/usersBaptiste Daroussin2015-08-022-0/+22
* Fix regression: report if a group already exists when creating itBaptiste Daroussin2015-08-021-0/+2
* Fix regression: report again if a username already exists when creating itBaptiste Daroussin2015-08-021-0/+3
* Remove dead codeBaptiste Daroussin2015-08-021-11/+0
* Rewrite parsing subcommands arguments of pw(8)Baptiste Daroussin2015-08-0214-1490/+2011