summaryrefslogtreecommitdiff
path: root/source3/passdb/passdb.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-10/+54
2001-10-30Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett1-20/+1
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-82/+60
2001-10-29This commit is number 2 of 4.Andrew Bartlett1-4/+30
2001-10-29This commit is number 1 of 4.Andrew Bartlett1-23/+54
2001-10-09Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison1-0/+10
2001-10-03Added a comment about not changing the magic timestamp values withoutTim Potter1-0/+4
2001-10-03Ensure accessing NT member servers works with a Samba PDC. Don'tJeremy Allison1-2/+2
2001-10-03set ACB_PWNOEXP by default on new accounts.Andrew Tridgell1-2/+2
2001-10-02Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison1-6/+5
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-10-01- fix handling of 0 last_change_time and must_change_timeAndrew Tridgell1-5/+5
2001-09-29This is the passdb section of the previously mentioned commit.Andrew Bartlett1-63/+110
2001-09-28How the heck I missed this I don't know, but somehow I got a copy-and-pasteAndrew Bartlett1-16/+12
2001-09-27Merge HEAD and 2.2 - try frantically to keep in sync.Jeremy Allison1-13/+13
2001-09-27Fix memory leak in get_sampwd_entries(), reindent for clarity.Andrew Bartlett1-35/+107
2001-09-26merge from 2.2Gerald Carter1-1/+1
2001-09-26Add a new interface pdb_set_plaintext_passwd() to the passdb. This simplyAndrew Bartlett1-11/+26
2001-09-26We don't use a modified 'user' in any case, so don't modifiy it.Andrew Bartlett1-1/+1
2001-09-25Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison1-158/+270
2001-09-17move to SAFE_FREE()Simo Sorce1-14/+5
2001-09-12String length fix from Toomas Soome <tsoome@ut.ee>Tim Potter1-1/+1
2001-09-06Started a cleanup of smbpasswd related stuff. I've created a new fileTim Potter1-132/+0
2001-09-05fixed some compilation errors in cli_netlogon.c - tim, you need to rerun conf...Andrew Tridgell1-3/+2
2001-09-05more warning fixes on solarisAndrew Tridgell1-1/+3
2001-08-13Fixed typo in debug message.Tim Potter1-2/+2
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 Tridgell1-2/+2
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 Carter1-19/+38
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-475/+258
2001-05-04fixes from SimoGerald Carter1-0/+43
2001-04-28- fixed some compiler warningsAndrew Tridgell1-2/+3
2001-04-25converted the passdb smbpasswd implementation to using tallocGerald Carter1-257/+294
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-14patches from Simo. Couple of snity thingsGerald Carter1-1/+3
2001-03-11Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison1-7/+7
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 Allison1-3/+2
2001-01-15Fixes for POSIX ACLS. ACL merge code.Jeremy Allison1-2/+12
2001-01-10Changes from APPLIANCE_HEAD:David O'Neill1-9/+31
2000-12-06updates to the tdbsam implementation.Gerald Carter1-0/+6
2000-11-22o fixed logon script problems (wrong len in reply to net_sam_logon forGerald Carter1-3/+3
2000-11-21Another large patch for the passdb rewrite.Gerald Carter1-226/+342
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