summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use CFLAGS, not COPTS, in the Makefile. bsd.prog.mk conveniently addsDima Dorfman2001-09-051-2/+2
* For new users, create the home directory before sending the welcomeDima Dorfman2001-09-031-24/+24
* Unbreak group operations by reverting previous delta which removed theDima Dorfman2001-08-301-1/+1
* Properly initialize the random number generator in pw_getpass().Joerg Wunsch2001-08-211-0/+1
* Fix a typo in a variable name that made pw(8) coredump when usingJoerg Wunsch2001-08-211-1/+1
* Handle snprintf() returning < 0 (not just -1)Brian Somers2001-08-202-3/+3
* Handle snprintf() returning -1.Brian Somers2001-08-203-1/+7
* Pass the username we just made to pwd_mkdb so that the latter doesn'tDima Dorfman2001-08-201-3/+4
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-142-2/+6
* can not -> cannotSheldon Hearn2001-08-081-1/+1
* Add "use Fcntl" to resolve O_RDWR|O_CREAT|O_EXCL macros used inGuy Helmer2001-08-011-0/+2
* Install the new password file with pwd_mkdb, not the old one.Guy Helmer2001-08-011-1/+1
* The variable giving the name of the temporary password file wasGuy Helmer2001-07-301-5/+5
* Prevent chpass(1) from writing -1 in the UID or GID fieldsMike Barcroft2001-07-263-8/+13
* Use a safer method of creating the temporary password file.Chris D. Faulhaber2001-07-251-8/+8
* Fix removal of at jobs.Guy Helmer2001-07-231-24/+66
* remove emalloc,ecalloc,erealloc,estrdupAssar Westerlund2001-07-231-4/+0
* add ecalloc, emalloc, erealloc, estrdup - versions of the e-lessAssar Westerlund2001-07-221-0/+4
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-3/+1
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+0
* Generate a bigger salt. This is necessary for blowfish to workDima Dorfman2001-07-191-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-155-65/+65
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-093-5/+0
* Fix the type of the NULL arg to execl()Brian Somers2001-07-092-4/+4
* Don't override the default BINMODE.Ruslan Ermilov2001-07-051-2/+0
* Fix a harmless format string bogon and mark a function as __printflike().Kris Kennaway2001-07-052-2/+2
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* CND has been unused for two years, and RND has been unused for fiveDima Dorfman2001-06-191-1/+1
* Fix the rmuser script to correctly determine if a user does not exist.Adrian Chadd2001-05-021-1/+1
* Extend adduser to create "locked" accounts. Adduser can now lock anAdrian Chadd2001-05-021-15/+137
* Don't pass NULL to the %s format.Dima Dorfman2001-04-221-2/+6
* By popular demand, have adduser preserve comments at the top of theDoug Barton2001-04-171-2/+10
* Add a more useful solution to the problem of password files with more thanDoug Barton2001-04-151-3/+14
* Forced commit to point out that PR 25961 was actually originated byDoug Barton2001-04-150-0/+0
* Rev 1.11 introduced a bug where the processing became case insensative forDavid E. O'Brien2001-04-151-1/+1
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-8/+2
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-262-4/+2
* o Slap some "_"'s in front of variable names relating to extattr functions,Robert Watson2001-03-221-3/+3
* Use %c for expire/change datesAndrey A. Chernov2001-03-211-2/+2
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++Robert Watson2001-03-191-2/+3
* mdoc(7) police: simplify bogus ``.Ql Fl'' constructs.Ruslan Ermilov2001-03-161-33/+33
* o To support new EA interface with explicit namespaces, introduce twoRobert Watson2001-03-151-0/+2
* Document the lock and unlock commands. This fixes a segmentation fault.Dima Dorfman2001-03-141-0/+10
* Document the lock and unlock commands.Dima Dorfman2001-03-141-0/+32
* Use the right format string for printing ULONG_MAX.David Malone2001-03-051-2/+2
* Switch from using rand() or random() to a stronger, more appropriate PRNGKris Kennaway2001-03-051-19/+2
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-2/+2
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-012-17/+21
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-162-2/+2