summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added "obey pam restrictions" parameter - default to "off".Jeremy Allison2001-04-231-0/+17
* Fix more free twice bugs.Jeremy Allison2001-04-231-2/+5
* Fix for bug in code for pam_session failure - pam_end called twice.Jeremy Allison2001-04-231-12/+5
* Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison2001-04-232-50/+48
* Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison2001-04-222-99/+101
* Oops. Typos.John Terpstra2001-04-201-2/+2
* Added error reporting to pam_session code.John Terpstra2001-04-191-0/+19
* merge from 2.2Andrew Tridgell2001-04-182-8/+4
* patch from Steve Langasek <vorlon@netexpress.net> to make sure weJeremy Allison2001-04-181-5/+11
* Updated with Andrew Bartlett patch.John Terpstra2001-04-131-3/+30
* Merged John's changes.Jeremy Allison2001-04-121-0/+2
* Updating pampass from Samba-2.2 code tree. ===> JHTJohn Terpstra2001-04-111-139/+87
* passdb/pass_check.c: Ensure second check is done only if given username is al...Jeremy Allison2001-04-101-62/+26
* Added JohnT and Andrew Bartlett's PAM changes.Jeremy Allison2001-04-102-134/+444
* HEAD specific slprintf paranoia fixes.Jeremy Allison2001-04-082-11/+11
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-3/+3
* New POSIX ACL mapping code. Works with UNIX permissions, now for testingJeremy Allison2001-03-221-0/+6
* Fix for crash when doing name lookup with a quoted string. Part ofJeremy Allison2001-03-201-1/+11
* Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison2001-03-191-3/+3
* fixed unused variableAndrew Tridgell2001-03-181-1/+1
* patches from Simo. Couple of snity thingsGerald Carter2001-03-141-1/+3
* Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison2001-03-113-18/+18
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-5/+0
* Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes.Jeremy Allison2001-03-023-6/+5
* Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter2001-02-141-3/+10
* add pam_setcred() call to pam_auth(). Patch was submited last Oct.Gerald Carter2001-02-081-0/+8
* Fixes for POSIX ACLS. ACL merge code.Jeremy Allison2001-01-151-2/+12
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-111-0/+2
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-101-9/+31
* more fixes from Simo. Also fixed the password expiration fieldGerald Carter2000-12-121-134/+59
* group rid assignment cut and paste errorGerald Carter2000-12-091-2/+2
* Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison2000-12-061-0/+5
* updates to the tdbsam implementation.Gerald Carter2000-12-063-37/+269
* passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the codeJeremy Allison2000-11-272-30/+19
* o fixed logon script problems (wrong len in reply to net_sam_logon forGerald Carter2000-11-222-3/+4