| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a pam_rhosts module, loosely based on code submitted by Danny Braniss. | Dag-Erling Smørgrav | 2002-04-12 | 4 | -0/+196 |
* | Rename the even_root option to allow_root. | Dag-Erling Smørgrav | 2002-04-12 | 2 | -7/+6 |
* | Reimplement the hack to put pam_static.o into .depend with some magic. | Ruslan Ermilov | 2002-04-11 | 1 | -7/+3 |
* | scanf.3 has an obsolete ``this release''. | Tom Rhodes | 2002-04-10 | 1 | -7/+0 |
* | Moved SHLIB_NAME definition into one place. | Ruslan Ermilov | 2002-04-10 | 20 | -27/+9 |
* | Fixed broken "make depend; make clean; make all" sequence. | Ruslan Ermilov | 2002-04-10 | 1 | -1/+1 |
* | Fix broken `checkdpadd'. | Ruslan Ermilov | 2002-04-10 | 1 | -1/+1 |
* | Don't override standard _EXTRADEPEND actions, add to them. | Ruslan Ermilov | 2002-04-10 | 1 | -5/+5 |
* | Don't build manuals at inappropriate time. | Ruslan Ermilov | 2002-04-10 | 1 | -13/+5 |
* | crypt(3) incorrectly documents md5 salt, fixed. | Tom Rhodes | 2002-04-09 | 1 | -1/+1 |
* | Use -ffreestanding. It is REQUIRED by GCC 3.1 on all architectures. | David E. O'Brien | 2002-04-09 | 1 | -2/+2 |
* | -ltermcap is spelled -lncurses nowadays. | Ruslan Ermilov | 2002-04-09 | 1 | -2/+2 |
* | No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1. | Ruslan Ermilov | 2002-04-09 | 2 | -4/+0 |
* | Return correct number of total bits set in all fd_set's. | Jeroen Ruigrok van der Werven | 2002-04-09 | 3 | -27/+54 |
* | Break the sparc64 build. I expect those that complained about this commit | David E. O'Brien | 2002-04-09 | 1 | -2/+0 |
* | Rename some fields in struct frame to be compatible with NetBSD/OpenBSD, | Jake Burkholder | 2002-04-09 | 1 | -1/+1 |
* | sparc64 grew _setjmp/_longjmp. | David E. O'Brien | 2002-04-08 | 1 | -2/+0 |
* | Use -ffreestanding. | David E. O'Brien | 2002-04-08 | 1 | -3/+1 |
* | For now we are using our old crt{begin,end}. | David E. O'Brien | 2002-04-08 | 1 | -3/+3 |
* | Remove debugging code that was inadvertantly brought in by previous commit. | Dag-Erling Smørgrav | 2002-04-08 | 1 | -1/+0 |
* | Use OpenPAM's credential switching functions. | Dag-Erling Smørgrav | 2002-04-08 | 1 | -10/+9 |
* | Add new files and man pages from OpenPAM Cinchona. | Dag-Erling Smørgrav | 2002-04-08 | 1 | -0/+6 |
* | Remove commented-out WARNS thingy. | Dag-Erling Smørgrav | 2002-04-08 | 1 | -1/+0 |
* | Align for const poisoning in -lutil. | Ruslan Ermilov | 2002-04-08 | 1 | -3/+3 |
* | Const poisoning. | Ruslan Ermilov | 2002-04-08 | 6 | -28/+26 |
* | Catch up with const'ification of <sys/disklabel.h> and quelch warnings. | Poul-Henning Kamp | 2002-04-08 | 1 | -18/+13 |
* | Fix style of ether_ntoa(). | Ruslan Ermilov | 2002-04-08 | 1 | -3/+3 |
* | Reorganize pam_sm_authenticate() to reduce code duplication. | Dag-Erling Smørgrav | 2002-04-07 | 1 | -59/+22 |
* | Fix bug in previous commit that passed the wrong default value to | Dag-Erling Smørgrav | 2002-04-07 | 1 | -6/+8 |
* | Fix EUC encoding conversion for codeset 3 and 4 to comply to the specification. | Jeroen Ruigrok van der Werven | 2002-04-07 | 1 | -0/+6 |
* | This one needs NO_WERROR too. | Dag-Erling Smørgrav | 2002-04-07 | 1 | -0/+1 |
* | Fix (for the second time) kvm_getprocs() for the case where no | Dima Dorfman | 2002-04-07 | 1 | -0/+26 |
* | Turn on NO_WERROR due to namespace pollution in krb5 headers. | Dag-Erling Smørgrav | 2002-04-07 | 1 | -0/+1 |
* | Aggressive cleanup of warnings + authtok-related code in preparation for | Dag-Erling Smørgrav | 2002-04-06 | 8 | -150/+112 |
* | Disconnect pam_passwdqc for now, it has some issues that need resolving. | Dag-Erling Smørgrav | 2002-04-06 | 1 | -0/+1 |
* | Fix some style issues, a const warning, and abuse of PAM_ABORT. | Dag-Erling Smørgrav | 2002-04-06 | 1 | -11/+15 |
* | Polish previous revision. | Ruslan Ermilov | 2002-04-06 | 1 | -1/+1 |
* | Fix ether_ntoa() to generate the %02x format people expect, instead of %x, | Matthew Dillon | 2002-04-06 | 1 | -2/+3 |
* | htonl() and ntohl() operate on unsinged types, so they must zero-extend, | Thomas Moestl | 2002-04-06 | 2 | -2/+2 |
* | Remove some duplicate free()s and add some that were missing. | Dag-Erling Smørgrav | 2002-04-05 | 1 | -21/+9 |
* | pam_get_pass() -> pam_get_authtok() | Dag-Erling Smørgrav | 2002-04-05 | 1 | -1/+1 |
* | Upgrade to something quite close, but not identical, to version 1.6 of | Dag-Erling Smørgrav | 2002-04-04 | 2 | -400/+442 |
* | Add pam_passwdqc to the build. | Dag-Erling Smørgrav | 2002-04-04 | 2 | -0/+14 |
* | Initial deorbit burn for the undocumented and unused d_boot[01] | Poul-Henning Kamp | 2002-04-03 | 1 | -5/+0 |
* | When _kevent() returns with errno = EINTR and timeout is not | Hajimu UMEMOTO | 2002-04-01 | 1 | -4/+3 |
* | Work around a gcc bug which causes zlib to dump core in certain | Kris Kennaway | 2002-03-31 | 1 | -2/+7 |
* | Do not use __progname directly (except in [gs]etprogname(3)). | Mark Murray | 2002-03-29 | 32 | -79/+113 |
* | Install libusbhid, and use it instead of libusb. | Josef Karthauser | 2002-03-28 | 2 | -2/+2 |
* | Update the documentation to reflect the change from libusb to libusbhid. | Josef Karthauser | 2002-03-28 | 3 | -221/+11 |
* | Finish the libusb.h -> libusbhid.h migration. | Josef Karthauser | 2002-03-28 | 6 | -8/+8 |