Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
[kai/samba.git] / source3 / passdb / pampass.c
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-04 Andrew Tridgellcope with pam being off
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-07-23 Jeremy AllisonFix case insensitive password change code.
2001-07-06 Jeremy AllisonPassword changing via PAM works now. DONT CHANGE THIS...
2001-06-25 Jeremy AllisonAdded Andrew's pam password change stuff. Needs some...
2001-05-09 Jeremy AllisonFixed up the oldpw prompts. Made the matching case...
2001-05-02 Jeremy AllisonHad to add a "pam password change" parameter (defaults...
2001-05-01 Jeremy AllisonRuntime check for broken PAM systems with no appdata_pt...
2001-05-01 Jeremy AllisonStop coredump on pam password change with pam_pwdb...
2001-05-01 Jeremy AllisonAdded Andrew Bartlett's fixes to my changes to his...
2001-05-01 Jeremy AllisonAllow pam code to compile on Solaris (which doesn't...
2001-04-30 Jeremy AllisonFixing consts in pam code.
2001-04-30 Jeremy AllisonBased on an original PAM patch by Andrew Bartlett,...
2001-04-23 Jeremy AllisonAdded "obey pam restrictions" parameter - default to...
2001-04-23 Jeremy AllisonFix more free twice bugs.
2001-04-23 Jeremy AllisonFix for bug in code for pam_session failure - pam_end...
2001-04-23 Jeremy AllisonAdded smb_ prefix to all Samba wrapper pam functions.
2001-04-22 Jeremy AllisonCommit of a modified version of Andrew Bartlett's patch...
2001-04-20 John TerpstraOops. Typos.
2001-04-19 John TerpstraAdded error reporting to pam_session code.
2001-04-18 Andrew Tridgellmerge from 2.2
2001-04-18 Jeremy Allisonpatch from Steve Langasek <vorlon@netexpress.net> to...
2001-04-13 John TerpstraUpdated with Andrew Bartlett patch.
2001-04-12 Jeremy AllisonMerged John's changes.
2001-04-11 John TerpstraUpdating pampass from Samba-2.2 code tree. ===> JHT
2001-04-10 Jeremy AllisonAdded JohnT and Andrew Bartlett's PAM changes.