summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2001-08-24get rid of compiler warningsHerb Lewis1-1/+1
2001-08-23merge from 2.2Gerald Carter1-3/+14
2001-08-13Fixed typo in debug message.Tim Potter1-2/+2
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-7/+12
2001-08-09a few cleanups while mergeing the passdb code into 2.2Gerald Carter1-3/+0
2001-08-08Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce1-2/+2
2001-07-30Added "use mmap" for HPUX.Jeremy Allison2-8/+8
2001-07-23Fix case insensitive password change code.Jeremy Allison1-4/+2
2001-07-17move the global_machine_password_needs_changing where we need it.Simo Sorce1-2/+0
2001-07-12Changed instances of TRUE, FALSE to True, False as some compilers don'tTim Potter1-1/+1
2001-07-08This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett1-7/+2
2001-07-06Password changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!!Jeremy Allison1-2/+19
2001-07-06Wrapped dlerror() in the same way as the other dlxxx() calls.Jeremy Allison1-2/+2
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell3-7/+7
2001-07-04The big character set handling changeover!Andrew Tridgell1-6/+1
2001-06-25Added Andrew's pam password change stuff. Needs some testing but looks good !Jeremy Allison1-44/+140
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell1-1/+1
2001-06-06Changes to use new genrand code that got missed while I was in Japan.Jeremy Allison1-0/+29
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell2-8/+8
2001-05-10update from SimoGerald Carter1-8/+8
2001-05-09Fixed up the oldpw prompts. Made the matching case insensitive.Jeremy Allison1-5/+24
2001-05-09very nasty bug !Jean-François Micouleau1-1/+1
2001-05-08fixes to the group mapping code.Jean-François Micouleau1-2/+2
2001-05-07merge from 2.2 removing the 'domain XXX' parameters.Gerald Carter1-16/+3
2001-05-07Patch from Simo:Gerald Carter2-24/+53
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau3-618/+434
2001-05-04fixes from SimoGerald Carter2-213/+281
2001-05-02Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison1-10/+11
2001-05-01Runtime check for broken PAM systems with no appdata_ptr support. ThisJeremy Allison1-2/+22
2001-05-01Stop coredump on pam password change with pam_pwdb.so module on error.Jeremy Allison1-1/+5
2001-05-01Added Andrew Bartlett's fixes to my changes to his original patch (at theJeremy Allison2-3/+3
2001-05-01Allow pam code to compile on Solaris (which doesn't have PAM_AUTHTOK_RECOVER_...Jeremy Allison1-0/+5
2001-04-30Fixing consts in pam code.Jeremy Allison1-2/+2
2001-04-30Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison1-124/+417
2001-04-28- fixed some compiler warningsAndrew Tridgell1-2/+3
2001-04-28few cleanups to bring in line with 2.2Gerald Carter1-2/+0
2001-04-25converted the passdb smbpasswd implementation to using tallocGerald Carter2-330/+324
2001-04-23Added "obey pam restrictions" parameter - default to "off".Jeremy Allison1-0/+17
2001-04-23Fix more free twice bugs.Jeremy Allison1-2/+5
2001-04-23Fix for bug in code for pam_session failure - pam_end called twice.Jeremy Allison1-12/+5
2001-04-23Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison2-50/+48
2001-04-22Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison2-99/+101
2001-04-20Oops. Typos.John Terpstra1-2/+2
2001-04-19Added error reporting to pam_session code.John Terpstra1-0/+19
2001-04-18merge from 2.2Andrew Tridgell2-8/+4
2001-04-18patch from Steve Langasek <vorlon@netexpress.net> to make sure weJeremy Allison1-5/+11
2001-04-13Updated with Andrew Bartlett patch.John Terpstra1-3/+30
2001-04-12Merged John's changes.Jeremy Allison1-0/+2
2001-04-11Updating pampass from Samba-2.2 code tree. ===> JHTJohn Terpstra1-139/+87
2001-04-10passdb/pass_check.c: Ensure second check is done only if given username is al...Jeremy Allison1-62/+26