summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
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
2001-04-10Added JohnT and Andrew Bartlett's PAM changes.Jeremy Allison2-134/+444
2001-04-08HEAD specific slprintf paranoia fixes.Jeremy Allison2-11/+11
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-3/+3
2001-03-22New POSIX ACL mapping code. Works with UNIX permissions, now for testingJeremy Allison1-0/+6
2001-03-20Fix for crash when doing name lookup with a quoted string. Part ofJeremy Allison1-1/+11
2001-03-19Added sys_dlopen/sys_dlsym/sys_dlclose.Jeremy Allison1-3/+3
2001-03-18fixed unused variableAndrew Tridgell1-1/+1
2001-03-14patches from Simo. Couple of snity thingsGerald Carter1-1/+3
2001-03-11Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison3-18/+18
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-5/+0
2001-03-02Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes.Jeremy Allison3-6/+5
2001-02-14Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter1-3/+10
2001-02-08add pam_setcred() call to pam_auth(). Patch was submited last Oct.Gerald Carter1-0/+8
2001-01-15Fixes for POSIX ACLS. ACL merge code.Jeremy Allison1-2/+12
2001-01-11Changes from APPLIANCE_HEAD:David O'Neill1-0/+2
2001-01-10Changes from APPLIANCE_HEAD:David O'Neill1-9/+31
2000-12-12more fixes from Simo. Also fixed the password expiration fieldGerald Carter1-134/+59
2000-12-09group rid assignment cut and paste errorGerald Carter1-2/+2
2000-12-06Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison1-0/+5
2000-12-06updates to the tdbsam implementation.Gerald Carter3-37/+269
2000-11-27passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the codeJeremy Allison2-30/+19
2000-11-22o fixed logon script problems (wrong len in reply to net_sam_logon forGerald Carter2-3/+4
2000-11-21Another large patch for the passdb rewrite.Gerald Carter5-746/+867
2000-11-14- fix "declaration of 'time' shadows global declaration" warning.David O'Neill1-12/+12
2000-11-14Fixed the cut-n-paste bugs in the new passdb backend code that leaked memory.Jeremy Allison1-2/+2
2000-11-13Large commit which restructures the local password storage API.Gerald Carter6-1422/+1835
2000-10-26TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>Gerald Carter2-0/+598
2000-10-13last part of W2K support.Jean-François Micouleau1-1/+0
2000-10-07added samr_set_user_info and info_2.Jean-François Micouleau1-0/+209
2000-09-28Removed a line by mistake...Jeremy Allison1-0/+1
2000-09-28Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as thisJeremy Allison1-7/+0
2000-09-28fixed samr_create_user(). we now correctly parse the query and the reply.Jean-François Micouleau2-1/+9
2000-08-23Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison1-2/+73
2000-08-02Started to canonicalize our handling of uid -> sid code in order toJeremy Allison1-64/+22
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison1-12/+3
2000-07-10Fixes for various compile warnings on Solaris 8.Tim Potter1-1/+1