Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
aa9ab917 |
| 05-Mar-2001 |
David Malone <dwmalone@FreeBSD.org> |
Use the right format string for printing ULONG_MAX.
|
Revision tags: release/4.2.0, release/4.1.1_cvs |
|
#
248aee62 |
| 06-Sep-2000 |
Jacques Vidrine <nectar@FreeBSD.org> |
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can configure FreeBSD so that various databases such as passwd and group can be looked up using flat files, NIS, or Hesiod.
= Hesio
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can configure FreeBSD so that various databases such as passwd and group can be looked up using flat files, NIS, or Hesiod.
= Hesiod has been added to libc (see hesiod(3)).
= A library routine for parsing nsswitch.conf and invoking callback functions as specified has been added to libc (see nsdispatch(3)).
= The following C library functions have been modified to use nsdispatch: . getgrent, getgrnam, getgrgid . getpwent, getpwnam, getpwuid . getusershell . getaddrinfo . gethostbyname, gethostbyname2, gethostbyaddr . getnetbyname, getnetbyaddr . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr
= host.conf has been removed from src/etc. rc.network has been modified to warn that host.conf is no longer used at boot time. In addition, if there is a host.conf but no nsswitch.conf, the latter is created at boot time from the former.
Obtained from: NetBSD
show more ...
|
Revision tags: release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs |
|
#
cd7b8d78 |
| 09-Mar-2000 |
Paul Richards <paul@FreeBSD.org> |
Fix various unsigned vs signed errors that caused problems with uids and gids bigger than 16 bits. Added checks for uids and gids that are bigger than 32 bits.
Approved by: jkh (partly, this fix is
Fix various unsigned vs signed errors that caused problems with uids and gids bigger than 16 bits. Added checks for uids and gids that are bigger than 32 bits.
Approved by: jkh (partly, this fix is bigger than I first intended)
show more ...
|
Revision tags: release/3.4.0_cvs |
|
#
9a602acc |
| 02-Dec-1999 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS in the environment. This allows big ID warnings to be suppressed for vipw and chpass as well.
Since the environment variable test i
Replace the -q option to pwd_mkdb with a test for PW_SCAN_BIG_IDS in the environment. This allows big ID warnings to be suppressed for vipw and chpass as well.
Since the environment variable test is only performed for callers of pw_scan() that do not set pw_big_ids_warning, the test can still be overriden. Currently, chpass and pwd_mkdb are the only users of pw_scan() and neither of them overrides the environment variable test.
show more ...
|
#
637bc596 |
| 22-Nov-1999 |
Eivind Eklund <eivind@FreeBSD.org> |
Allow empty UIDs if we are processing NIS records. I am not entirely happy with how this end up and will re-visit the entire empty field problem, but this patch solves the NIS problem for now.
Subm
Allow empty UIDs if we are processing NIS records. I am not entirely happy with how this end up and will re-visit the entire empty field problem, but this patch solves the NIS problem for now.
Submitted by: Dan Nelson <dan@emsphone.com> PR: 14865,14984
show more ...
|
#
18138b08 |
| 15-Nov-1999 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Add to pwd_mkdb a -q option to silence warnings about large IDs. Add a suitably ominous warning in the manual page.
The diff applied is not the one provided in the attributed PR.
PR: 13344 Review
Add to pwd_mkdb a -q option to silence warnings about large IDs. Add a suitably ominous warning in the manual page.
The diff applied is not the one provided in the attributed PR.
PR: 13344 Reviewed by: bde
show more ...
|
#
aa510d67 |
| 06-Nov-1999 |
Eivind Eklund <eivind@FreeBSD.org> |
Flag empty UID entries as errors (to stop typos from turning into alternate root accounts).
|
Revision tags: release/3.3.0_cvs |
|
#
33d37c13 |
| 31-Aug-1999 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Back out previous commit. I mistook passing commentary from bde for review.
Requested by: bde
|
#
8559ed58 |
| 30-Aug-1999 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Only issue a warning for the first occurrence of a UID > USHRT_MAX and the first occurrence of a GID > USHRT_MAX.
PR: 13344 Reviewed by: bde
|
#
97d92980 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6, release/2.2.5_cvs |
|
#
8b76e1d7 |
| 10-Oct-1997 |
Philippe Charnier <charnier@FreeBSD.org> |
Staticize usage(). Cosmetics.
|
Revision tags: release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1, release/2.1.5_cvs |
|
#
6ede0fb5 |
| 20-Jun-1996 |
Julian Elischer <julian@FreeBSD.org> |
Submitted by: archie@whistle.com This program should COMPLAIN about uids > 65K but not abort.. they are after all legal, and some of us NEED them!
|
Revision tags: release/2.1.0_cvs, release/2.0.5_cvs |
|
#
709e8f9a |
| 30-May-1995 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Remove trailing whitespace.
|
#
cc6f6281 |
| 27-Jan-1995 |
David Greenman <dg@FreeBSD.org> |
Be sure to properly fail if there are not enough fields. Problem reported by MARC Giannoni <marc@cmc.eng.comsat.com>, this fix is by me.
|
Revision tags: release/2.0 |
|
#
28ca3091 |
| 20-Sep-1994 |
Garrett Wollman <wollman@FreeBSD.org> |
Maintain pw_fields, and output same to password database.
!!!!!!!! NB !!!!!!!! You MUST pwd_mkdb /etc/master.passwd before attempting to use the new libc, or things may go wrong. (I doubt anything
Maintain pw_fields, and output same to password database.
!!!!!!!! NB !!!!!!!! You MUST pwd_mkdb /etc/master.passwd before attempting to use the new libc, or things may go wrong. (I doubt anything actually /will/ go wrong, but the actual behavior is undefined. YOU HAVE BEEN WARNED.) The database format is, however, backwards-compatible, so old executables will still work.
show more ...
|
Revision tags: release/1.1.5.1_cvs |
|
#
dea673e9 |
| 26-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite usr.sbin Sources
|
#
11e9b8ba |
| 04-Aug-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- MFC @196061
|
#
764eca25 |
| 22-Jul-2009 |
Ken Smith <kensmith@FreeBSD.org> |
It is believed the last subsystem that limited ID sizes to something other than the current system-wide size (32-bits) has been updated so for now just cautiously turn the check off. While here fix
It is believed the last subsystem that limited ID sizes to something other than the current system-wide size (32-bits) has been updated so for now just cautiously turn the check off. While here fix the check for IDs being too large which doesn't work due to type mis-matches.
Reviewed by: jhb (previous version) Approved by: re (kib) MFC after: 1 month (type mis-match fixes only)
show more ...
|
Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0 |
|
#
c879ae35 |
| 09-Jan-2007 |
Warner Losh <imp@FreeBSD.org> |
Per Regents of the University of Calfornia letter, remove advertising clause.
# If I've done so improperly on a file, please let me know.
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1 |
|
#
c4fe9d66 |
| 18-Jan-2004 |
Philippe Charnier <charnier@FreeBSD.org> |
add missing endusershell() call. Original version was incorrect. PR: bin/2442 Reviewed by: Friedemann Becker <zxmxy33@mail.uni-tuebingen.de>
|
Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
#
65edeb23 |
| 11-Oct-2002 |
Maxim Konovalov <maxim@FreeBSD.org> |
Do not allow empty GIDs for non-NIS entries.
MFC after: 2 weeks
|
Revision tags: release/4.7.0_cvs |
|
#
9b7c7ff8 |
| 02-Oct-2002 |
Maxim Konovalov <maxim@FreeBSD.org> |
Too strict error checking in rev. 1.22 broke pwd_mkdb(8) in NIS environment. An empty UID and GID are valid there.
Spotted by: rwatson
|
#
05a7daf5 |
| 25-Sep-2002 |
Maxim Konovalov <maxim@FreeBSD.org> |
Disqualify UID/GID with non-numeric character.
PR: bin/41721 Reviewed by: tjr, silence on -audit MFC after: 2 weeks
|
Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs |
|
#
235d6772 |
| 09-Mar-2002 |
Dima Dorfman <dd@FreeBSD.org> |
Bring a comment in line with the code, and fix some spelling errors while I'm here.
PR: 35394 Submitted by: andrew@ugh.net.au
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
ea8d448a |
| 01-Feb-2002 |
David E. O'Brien <obrien@FreeBSD.org> |
Fix SCM ID's.
|