aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pwd_mkdb
Commit message (Expand)AuthorAgeFilesLines
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-051-0/+1
* pwd_mkdb: retire -B and -L endianness optionsEd Maste2018-10-212-20/+3
* pwd_mkdb: retire legacy v3 db support (-l option)Ed Maste2018-05-012-135/+9
* pwd_mkdb: default to network (big) endian hash orderEd Maste2018-04-241-1/+1
* pwd_mkdb: add deprecation notice in manpage tooEd Maste2018-04-221-1/+6
* pwd_mkdb: warn that legacy support is deprecated (if specified)Ed Maste2018-04-191-0/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-2/+2
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Following revision r295924, the changes to a db file should be fsyncedDavid Malone2016-02-231-4/+4
* The sdp opens the database with PERM_SECURE mode and it is different thanMarcelo Araujo2015-12-281-1/+1
* Fix a few mandoc warnings.Christian Brueffer2015-08-121-1/+0
* When passwd or group information is changed (by pw, vipw, chpass, ...)Renato Botelho2015-07-021-5/+20
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge headSimon J. Gerraty2014-04-281-1/+7
| |\
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | Whitespace changes for r283981. No actual code changes.Xin LI2015-06-041-88/+88
* | | In r113596, version 4 of entries have been added but pwd_mkdb haveXin LI2015-06-042-8/+39
| |/ |/|
* | Add -p to the example (why isn't this the default?)Dag-Erling Smørgrav2014-02-061-1/+1
* | Add an example of the most common use case.Dag-Erling Smørgrav2014-02-051-1/+7
|/
* Mark global functions and/or variables in pwd_mkdb(8) static where possible.Ed Schouten2011-11-061-1/+1
* Only increment the ypcnt once per data record. The old implementationGordon Tetlow2011-07-061-4/+4
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Verify that the username length is smaller than MAXLOGNAME whenBrian Somers2009-05-201-1/+5
* Correctly handle an input file without a newline on the last line (andDima Dorfman2005-06-151-9/+9
* Even if variable is never used uninitialized by the semantic, reduce compilerPhilippe Charnier2005-05-291-0/+2
* Add endianness support.Ruslan Ermilov2005-02-282-41/+47
* Turn K&R functions into prototypes.Stefan Farfeleder2005-02-101-12/+6
* Sort sections.Ruslan Ermilov2005-01-181-17/+17
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareWarner Losh2004-08-072-8/+0
* Add 'i' to the getopt string.Warner Losh2004-08-051-1/+1
* Add support for ignoring locking failures. This is only enabled whenWarner Losh2004-07-212-4/+19
* Two style related changes:Warner Losh2004-07-211-5/+5
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-5/+10
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+4
* When updating a single entry (i.e. when the `-u' option is given),Jacques Vidrine2003-04-281-13/+29
* Revert the definitions of _PW_KEY* to their previous values. There isJacques Vidrine2003-04-181-19/+25
* = Implement thread-safe versions of the getpwent(3) and getgrent(3)Jacques Vidrine2003-04-171-11/+124
* style.Makefile(5)David E. O'Brien2003-04-041-2/+1
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-121-1/+1
* The .Nm utilityPhilippe Charnier2002-07-141-4/+6
* WARNS=4 cleanup, de-__P()Alfred Perlstein2002-07-112-12/+14
* Consistancy check: s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* When reporting that a line is too long, include the line number in theDima Dorfman2002-03-091-1/+5