summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't peak into the malloc_type structure for limits. The desired vnodesjeff2002-04-151-2/+1
* Include <sys/_types.h>. This should have been part of the previousmike2002-04-151-1/+1
* Add support for X/Open.mike2002-04-151-2/+5
* Turn off collect2.obrien2002-04-151-3/+3
* PAMified passwd(1). Some NIS-related issues remain to be solved, but thisdes2002-04-152-286/+118
* Add PAM policy for the "passwd" service, including a sample config linedes2002-04-152-0/+12
* Prompt for new password during update phase, not during preliminary phase.des2002-04-151-16/+10
* Add pam_lastlog(8) here since I removed lastlog support from sshd.des2002-04-151-0/+1
* Dike out most of the NIS code and replace it with calls to libypclnt.des2002-04-152-285/+79
* Add a dependency on libypclnt to libpam, in preperation for making pam_unixdes2002-04-151-2/+2
* Add a missing generated file.des2002-04-151-1/+5
* Document option to option dependancy. Fix typo.jwd2002-04-151-3/+7
* a.out.5 states that nobody seems to agree on what bss stands for. This istrhodes2002-04-151-4/+4
* This commit was generated by cvs2svn to compensate for changes in r94706,des2002-04-151-3/+3
|\
| * Fix typo in pam_get_authtok(3) (perforce change 9746)des2002-04-151-3/+3
* | Missed a spot in previous commit.des2002-04-151-1/+3
* | When it's necessary to kldload tun(4), don't forget to re-try to openbrian2002-04-153-8/+15
* | Fix tx-rate setting for Lucent cards.brooks2002-04-141-0/+15
* | Remove ws at EOLdougb2002-04-141-1/+1
* | pam_passwdqc builds now.des2002-04-141-1/+1
* | This commit was generated by cvs2svn to compensate for changes in r94691,des2002-04-146-72/+88
|\ \
| * | Bug & warning fixes; pretty much what will become 0.5 later this week.des2002-04-146-72/+88
* | | Connect libypclnt to the build.des2002-04-141-2/+3
* | | Skip zombies. Add an option (-z) to revert to the historical behaviourdes2002-04-142-0/+11
* | | (ab)use unused bits in the pw_fields member of struct passwd to recorddes2002-04-142-2/+17
* | | Support the Siemens SpeedStream PCI card.brooks2002-04-141-0/+1
* | | Make the MTRR code a bit more defensive - this should help peopledwmalone2002-04-142-0/+2
* | | Make the MTRR code a bit more defensive - this should help peopledwmalone2002-04-142-60/+102
* | | Correct two syntax mistakes.asmodai2002-04-141-3/+3
* | | Remove extraneous newline.asmodai2002-04-141-1/+0
* | | Fix up submit.cf alternation instructions in light of new SENDMAIL_SUBMIT_MCgshapiro2002-04-141-4/+6
* | | Provide a new make.conf knob, SENDMAIL_SUBMIT_MC to allow users to pickgshapiro2002-04-144-17/+86
* | | More recent versions of pam_passwdqc (not yet released) build with verydes2002-04-141-1/+2
* | | New files in OpenPAM Cineraria.des2002-04-141-0/+2
* | | Cosmetic nit.des2002-04-141-1/+1
* | | This commit was generated by cvs2svn to compensate for changes in r94670,des2002-04-1454-346/+608
|\ \ \ | | |/ | |/|
| * | Vendor import of OpenPAM Cineraria.des2002-04-1454-346/+608
* | | The new Compaq DS20L is a direct derivative of the CS20 so we supportwilko2002-04-141-2/+4
* | | Use 'struct callout' instead of 'struct callout_handle' to avoidarchie2002-04-141-25/+81
* | | Don't allow one to trace an ancestor when already traced.alfred2002-04-141-1/+14
* | | Actually add the UDF files!scottl2002-04-1411-0/+3225
* | | Cast a ptrdiff_t to int before using it as a printf field width.des2002-04-141-2/+2
* | | Cosmetical change: remove empty line to reduce diffs to RELENG_4fjoe2002-04-141-1/+0
* | | Add a filesystem driver for the Universal Disk Format. For more info,scottl2002-04-146-1/+8
* | | Fix some warnings. Don't record logins twice in USE_PAM case. Stripdes2002-04-141-4/+22
* | | Fix a witness warning when expanding a hash table. We were allocating the newjeff2002-04-141-38/+79
* | | Protect the initial list traversal in sysctl_vm_zone() with the uma_mtx.jeff2002-04-141-0/+2
* | | Remove the hard-coded limit of 3 bytes for EUC encodings.asmodai2002-04-141-1/+3
* | | Fix the play / record rate setting so that it actually works.jhay2002-04-141-3/+8
* | | Use VOP_GETVOBJECT instead of accessing the member directly. This fixedjeff2002-04-141-1/+1
OpenPOWER on IntegriCloud