summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* merges from 2.2Gerald Carter2001-09-141-2/+2
* String length fix from Toomas Soome <tsoome@ut.ee>Tim Potter2001-09-121-1/+1
* passdb/smbpassfile ain't needed any more - it only provided migration from an...Andrew Tridgell2001-09-101-297/+0
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-062-8/+8
* Started a cleanup of smbpasswd related stuff. I've created a new fileTim Potter2001-09-065-143/+14
* fixed some compilation errors in cli_netlogon.c - tim, you need to rerun conf...Andrew Tridgell2001-09-051-3/+2
* more warning fixes on solarisAndrew Tridgell2001-09-051-1/+3
* cope with pam being offAndrew Tridgell2001-09-041-1/+1
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-042-18/+19
* changed the data format in the tdb, as the time fields were notSimo Sorce2001-08-311-24/+29
* Fixed silly typo.Jeremy Allison2001-08-301-3/+3
* Fix from Paul Green to set correct lengths.Jeremy Allison2001-08-301-3/+3
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-272-11/+11
* get rid of compiler warningsHerb Lewis2001-08-241-1/+1
* merge from 2.2Gerald Carter2001-08-231-3/+14
* Fixed typo in debug message.Tim Potter2001-08-131-2/+2
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-7/+12
* a few cleanups while mergeing the passdb code into 2.2Gerald Carter2001-08-091-3/+0
* Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce2001-08-081-2/+2
* Added "use mmap" for HPUX.Jeremy Allison2001-07-302-8/+8
* Fix case insensitive password change code.Jeremy Allison2001-07-231-4/+2
* move the global_machine_password_needs_changing where we need it.Simo Sorce2001-07-171-2/+0
* Changed instances of TRUE, FALSE to True, False as some compilers don'tTim Potter2001-07-121-1/+1
* This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett2001-07-081-7/+2
* Password changing via PAM works now. DONT CHANGE THIS UNLESS YOU RE-TEST !!!!!!Jeremy Allison2001-07-061-2/+19
* Wrapped dlerror() in the same way as the other dlxxx() calls.Jeremy Allison2001-07-061-2/+2
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-043-7/+7
* The big character set handling changeover!Andrew Tridgell2001-07-041-6/+1
* Added Andrew's pam password change stuff. Needs some testing but looks good !Jeremy Allison2001-06-251-44/+140
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-251-1/+1
* Changes to use new genrand code that got missed while I was in Japan.Jeremy Allison2001-06-061-0/+29
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-042-8/+8
* update from SimoGerald Carter2001-05-101-8/+8
* Fixed up the oldpw prompts. Made the matching case insensitive.Jeremy Allison2001-05-091-5/+24
* very nasty bug !Jean-François Micouleau2001-05-091-1/+1
* fixes to the group mapping code.Jean-François Micouleau2001-05-081-2/+2
* merge from 2.2 removing the 'domain XXX' parameters.Gerald Carter2001-05-071-16/+3
* Patch from Simo:Gerald Carter2001-05-072-24/+53
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-043-618/+434
* fixes from SimoGerald Carter2001-05-042-213/+281
* Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison2001-05-021-10/+11
* Runtime check for broken PAM systems with no appdata_ptr support. ThisJeremy Allison2001-05-011-2/+22
* Stop coredump on pam password change with pam_pwdb.so module on error.Jeremy Allison2001-05-011-1/+5
* Added Andrew Bartlett's fixes to my changes to his original patch (at theJeremy Allison2001-05-012-3/+3
* Allow pam code to compile on Solaris (which doesn't have PAM_AUTHTOK_RECOVER_...Jeremy Allison2001-05-011-0/+5
* Fixing consts in pam code.Jeremy Allison2001-04-301-2/+2
* Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison2001-04-301-124/+417
* - fixed some compiler warningsAndrew Tridgell2001-04-281-2/+3
* few cleanups to bring in line with 2.2Gerald Carter2001-04-281-2/+0
* converted the passdb smbpasswd implementation to using tallocGerald Carter2001-04-252-330/+324