summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* s/demon/daemon/dd2002-05-121-1/+1
* Document that <netinet/in.h> can also provide prototypes. Changemike2002-05-111-2/+6
* Add a support macro to convert the 5-bit packed register field ofjake2002-05-113-66/+90
* We don't need libgnumalloc or libresolv on ELF systems.obrien2002-05-111-1/+1
* Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.obrien2002-05-116-25/+6
* Use GCC's __attribute__ ((constructor)) mechanism to invoke the pthreadalfred2002-05-116-38/+132
* Mention the other RAS_PORT_TYPEs from rfc2865brian2002-05-111-0/+14
* Avoid casting a different sized integer to a pointer on LP64 systems.peter2002-05-101-1/+1
* Add rad_get_vendor_attr() for deciphering vendor attributes receivedbrian2002-05-102-1/+34
* Use the compiler's crt{begin,end}.obrien2002-05-101-2/+1
* Replace /kernel with /boot/kernel/kernel.joe2002-05-091-1/+1
* Some updates to mention accept filters and howsilby2002-05-082-2/+33
* If no old_pw was passed to pw_copy, compare just the name.des2002-05-081-1/+2
* Use libutil and libypclnt for all passwd manipulation and NIS needs.des2002-05-082-22/+41
* Add passwd manipulation code based on parts of vipw and chpass.des2002-05-083-86/+438
* Add ypclnt_havepasswd(), and guard against a possible segfault.des2002-05-082-12/+33
* Add a no_fail option.des2002-05-082-6/+20
* Add pam_ftpusers(8), which enforces /etc/ftpusers.des2002-05-084-0/+222
* Fix bug that causes passwd and friends to fail when the user has a '+' indes2002-05-071-0/+3
* Fix the copyright dates.obrien2002-05-071-1/+1
* Add support for vendor specific RADIUS extensions.brian2002-05-075-1/+158
* Use __FBSDIDobrien2002-05-061-2/+3
* We typically don't add trailing /'s.obrien2002-05-061-1/+1
* Document the lchflags(2) syscall.mux2002-05-052-1/+14
* Fix fd leak. Threads people: does the call above to `access' need to bewollman2002-05-031-1/+3
* Make these functions cancellation points like they should be:archie2002-05-0215-15/+198
* Make sure calls to pthread_cancel() do not take effect if the targetarchie2002-05-023-6/+12
* Add openpam_nullconv.c to SRCS.des2002-05-021-0/+1
* Install the libc signal trampoline on startup.jake2002-04-291-0/+2
* Add an alternate signal trampoline to libc; add a wrapper for the sigtrampjake2002-04-294-2/+96
* Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effectbde2002-04-292-2/+2
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-2815-117/+122
* Add code to emulate arithmetic, comparison and conversion operationsjake2002-04-282-1/+136
* Obliterate the new password as well as the old, even if though it's hashed.des2002-04-271-2/+8
* Emulate ldq and stq (load/store long double) instructions. GCC has startedjake2002-04-2712-106/+252
* Don't ask root for the old password, except in the NIS case.des2002-04-261-1/+6
* Fix a really dumb bug (missing curly braces around the body of an ifdes2002-04-261-2/+3
* #include <string.h> instead of <strings.h>des2002-04-251-1/+1
* Constify _malloc_options.phk2002-04-242-3/+3
* Do not +1 with MAXPATHLEN.obrien2002-04-231-1/+1
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-224-4/+4
* Implement several of the c99 updates to scanf(3):fenner2002-04-202-140/+220
* Oops, fix an inverted if test.des2002-04-201-1/+1
* Strip /dev/ from tty name, and clean up the "last login" printout.des2002-04-201-6/+10
* login(3) doesn't care about the controlling terminal any more.des2002-04-201-1/+1
* Fix for the sshd(8) utmp problem. Previously, login(3) would ignore the ttydes2002-04-201-3/+9
* Add character translation table between Unix and NetWare accordingbp2002-04-201-1/+78
* mdoc(7) police: polishing.ru2002-04-191-11/+14
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-198-13/+29
* Connect the kenv.2 manpage to the build.mux2002-04-181-1/+1
OpenPOWER on IntegriCloud