History log of /src/usr.sbin/mtree/getid.c |
Revision | | Date | Author | Comments |
1.10 |
| 27-Oct-2014 |
christos | fix pasto; thanks John-Mark Gurney...
|
1.9 |
| 31-Mar-2014 |
christos | say why we can't use the password or the group databases.
|
1.8 |
| 16-Oct-2013 |
christos | skip comment lines on password and group databases (Brooks Davis)
|
1.7 |
| 28-Apr-2008 |
martin | branches: 1.7.4; 1.7.26; Remove clause 3 and 4 from TNF licenses
|
1.6 |
| 12-Dec-2007 |
lukem | branches: 1.6.4; use __RCSID()
|
1.5 |
| 20-Jun-2004 |
jmc | branches: 1.5.16; Completely rework how tools/compat is done. Purge all uses/references to _NETBSD_SOURCE as this makes cross building from older/newer versions of NetBSD harder, not easier (and also makes the resulting tools 'different')
Wrap all required code with the inclusion of nbtool_config.h, attempt to only use POSIX code in all places (or when reasonable test w. configure and provide definitions: ala u_int, etc).
Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86 NetBSD current (x86 and amd64) and Solaris 9.
Fixes PR's: PR#17762 PR#25944
|
1.4 |
| 07-Aug-2003 |
agc | branches: 1.4.2; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22366, verified by myself.
|
1.3 |
| 29-Jan-2002 |
tv | Make almost all tools compile and run properly on non-NetBSD hosts. (In particular, most tools now run correctly on Solaris 7.)
|
1.2 |
| 29-Jan-2002 |
lukem | don't bother initialising pwfile[] to _PATH_MASTERPASSWD and grfile[] to _PATH_GROUP, because the simple_get{pw,gr}*() functions should not be called by anything before those path arrays are setup by setup_getid().
|
1.1 |
| 24-Jan-2002 |
lukem | Add '-N dbdir', to specify that user & group lookups (via pwcache(3)) are to be done from dbdir/master.passwd and dbdir/group, using simple text file parsing routines.
|
1.4.2.1 |
| 22-Jun-2004 |
tron | Pull up revision 1.5 (requested by jmc in ticket #527): Completely rework how tools/compat is done. Purge all uses/references to _NETBSD_SOURCE as this makes cross building from older/newer versions of NetBSD harder, not easier (and also makes the resulting tools 'different') Wrap all required code with the inclusion of nbtool_config.h, attempt to only use POSIX code in all places (or when reasonable test w. configure and provide definitions: ala u_int, etc). Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86 NetBSD current (x86 and amd64) and Solaris 9. Fixes PR's: PR#17762 PR#25944
|
1.5.16.1 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.6.4.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.7.26.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.7.4.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|