aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Missed a spot in previous commit.Dag-Erling Smørgrav2002-04-151-1/+3
* pam_passwdqc builds now.Dag-Erling Smørgrav2002-04-141-1/+1
* Connect libypclnt to the build.Dag-Erling Smørgrav2002-04-141-2/+3
* (ab)use unused bits in the pw_fields member of struct passwd to recordDag-Erling Smørgrav2002-04-141-2/+12
* More recent versions of pam_passwdqc (not yet released) build with veryDag-Erling Smørgrav2002-04-141-1/+2
* New files in OpenPAM Cineraria.Dag-Erling Smørgrav2002-04-141-0/+2
* Cosmetic nit.Dag-Erling Smørgrav2002-04-141-1/+1
* Cast a ptrdiff_t to int before using it as a printf field width.Dag-Erling Smørgrav2002-04-141-2/+2
* Remove the hard-coded limit of 3 bytes for EUC encodings.Jeroen Ruigrok van der Werven2002-04-141-1/+3
* Correct markup.Dima Dorfman2002-04-141-1/+2
* Install digittoint.3 (forgotten in rev 1.21)Dag-Erling Smørgrav2002-04-131-1/+1
* libstand needs _setjmp/_longjmp for FICL.David E. O'Brien2002-04-131-0/+100
* Style nit and modernize SCM ID.David E. O'Brien2002-04-131-8/+2
* Use the correct macros for F_SETFD/F_GETFD instead of magic numbers.Jeroen Ruigrok van der Werven2002-04-131-4/+12
* Add support for FreeBSD-specific "master" update.Dag-Erling Smørgrav2002-04-132-5/+144
* Header file for libypclnt.Dag-Erling Smørgrav2002-04-131-0/+61
* NIS client toolbox. This centralizes code which is duplicated all overDag-Erling Smørgrav2002-04-137-0/+497
* Change || into && (braino in previous commit). Also append \n to theDag-Erling Smørgrav2002-04-131-2/+2
* This was recently MFC'd, so it will appear in 4.6.Dima Dorfman2002-04-131-1/+1
* Implement _Unwind_FindTableEntry(). This function is part of GCCMarcel Moolenaar2002-04-132-0/+130
* Major cleanup:Dag-Erling Smørgrav2002-04-1222-1415/+499
* Add a pam_rhosts module, loosely based on code submitted by Danny Braniss.Dag-Erling Smørgrav2002-04-124-0/+196
* Rename the even_root option to allow_root.Dag-Erling Smørgrav2002-04-122-7/+6
* Reimplement the hack to put pam_static.o into .depend with some magic.Ruslan Ermilov2002-04-111-7/+3
* scanf.3 has an obsolete ``this release''.Tom Rhodes2002-04-101-7/+0
* Moved SHLIB_NAME definition into one place.Ruslan Ermilov2002-04-1020-27/+9
* Fixed broken "make depend; make clean; make all" sequence.Ruslan Ermilov2002-04-101-1/+1
* Fix broken `checkdpadd'.Ruslan Ermilov2002-04-101-1/+1
* Don't override standard _EXTRADEPEND actions, add to them.Ruslan Ermilov2002-04-101-5/+5
* Don't build manuals at inappropriate time.Ruslan Ermilov2002-04-101-13/+5
* crypt(3) incorrectly documents md5 salt, fixed.Tom Rhodes2002-04-091-1/+1
* Use -ffreestanding. It is REQUIRED by GCC 3.1 on all architectures.David E. O'Brien2002-04-091-2/+2
* -ltermcap is spelled -lncurses nowadays.Ruslan Ermilov2002-04-091-2/+2
* No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.Ruslan Ermilov2002-04-092-4/+0
* Return correct number of total bits set in all fd_set's.Jeroen Ruigrok van der Werven2002-04-093-27/+54
* Break the sparc64 build. I expect those that complained about this commitDavid E. O'Brien2002-04-091-2/+0
* Rename some fields in struct frame to be compatible with NetBSD/OpenBSD,Jake Burkholder2002-04-091-1/+1
* sparc64 grew _setjmp/_longjmp.David E. O'Brien2002-04-081-2/+0
* Use -ffreestanding.David E. O'Brien2002-04-081-3/+1
* For now we are using our old crt{begin,end}.David E. O'Brien2002-04-081-3/+3
* Remove debugging code that was inadvertantly brought in by previous commit.Dag-Erling Smørgrav2002-04-081-1/+0
* Use OpenPAM's credential switching functions.Dag-Erling Smørgrav2002-04-081-10/+9
* Add new files and man pages from OpenPAM Cinchona.Dag-Erling Smørgrav2002-04-081-0/+6
* Remove commented-out WARNS thingy.Dag-Erling Smørgrav2002-04-081-1/+0
* Align for const poisoning in -lutil.Ruslan Ermilov2002-04-081-3/+3
* Const poisoning.Ruslan Ermilov2002-04-086-28/+26
* Catch up with const'ification of <sys/disklabel.h> and quelch warnings.Poul-Henning Kamp2002-04-081-18/+13
* Fix style of ether_ntoa().Ruslan Ermilov2002-04-081-3/+3
* Reorganize pam_sm_authenticate() to reduce code duplication.Dag-Erling Smørgrav2002-04-071-59/+22
* Fix bug in previous commit that passed the wrong default value toDag-Erling Smørgrav2002-04-071-6/+8