summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fix typo: s/memberhip/membership/Peter Wemm2001-01-021-1/+1
* Convert to use the <sys/queue.h> macros rather than fiddling with the queueBen Smithurst2000-12-292-4/+4
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-272-1/+3
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+1
* Make the comment generated in /etc/pw.conf match realityDoug Barton2000-12-181-1/+1
* * Fix a long line that I introduced in the last commitDoug Barton2000-12-171-2/+3
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+1
* Use correct macro for path nameAlexey Zelkin2000-11-221-1/+1
* If a user is in the database, rmuser ought to be able to remove them.Doug Barton2000-11-211-42/+11
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-203-17/+17
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-5/+5
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-12/+2
* Added PROPERTY_MAX_VALUE and PROPERTY_MAX_NAME defines to libutil.h soMurray Stokely2000-11-081-0/+3
* Fix problems people were having with large -O levels with GCC andBrian Feldman2000-10-271-7/+6
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-065-31/+39
* Constify the arg to logout(3). It is const-safe.Peter Wemm2000-09-041-1/+1
* Move setproctitle() from libutil to libc (after a repo-copy)Brian Somers2000-09-021-1/+0
* Add weak symbol pragma for crypt_set_format().Jeroen Ruigrok van der Werven2000-08-231-0/+6
* Stick login_setcryptfmt() in its own file to make pulling in ofBrian Feldman2000-08-232-13/+44
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIBrian Feldman2000-08-224-3/+36
* Complete migration of aliases file to /etc/mail/aliases.Gregory Neil Shapiro2000-08-131-1/+1
* Move test for -w flag outside of the code dealing with -D (defaults).David Nugent2000-07-201-2/+2
* Allow -g with an empty argument in the -D case. This allows -g "" to setDavid Nugent2000-07-201-5/+8
* Fix another missed case where usermod would not set the "modified" flag:David Nugent2000-07-201-3/+6
* Catch up to the fact that we now have tcsh in the tree.David Nugent2000-07-161-1/+2
* Support propogation of file flags when building a homedir from theDavid Nugent2000-07-131-6/+17
* Don't call warn() without a format string.Kris Kennaway2000-07-121-1/+1
* Fix breakage introduced by bypassing update for additional 'mod'David Nugent2000-07-031-0/+1
* Don't dereference NULL in the userdel case.David Nugent2000-06-261-1/+1
* Localize ctype too.Andrey A. Chernov2000-06-242-3/+3
* Localize time/date.Andrey A. Chernov2000-06-225-23/+27
* Fix obvious braino in assignment statement. usermod -g should work again.David Nugent2000-06-181-1/+1
* Be a little more strict about handling command line args. This allows user andDavid Nugent2000-06-181-4/+6
* Fix a long-standing bug in the rename case previously masked by another bugDavid Nugent2000-06-181-2/+10
* Second and hopefully final fix to .db sync when renaming a user; we must runDavid Nugent2000-06-181-4/+12
* Fix db syncronization when username is changed with -l under usermod.David Nugent2000-06-061-1/+1