summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
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 Bartlett8-185/+128
2001-10-29This commit is number 3 of 4.Andrew Bartlett1-1/+1
2001-10-29This commit is number 2 of 4.Andrew Bartlett3-65/+80
2001-10-29This commit is number 1 of 4.Andrew Bartlett1-23/+54
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2-2/+2
2001-10-10merge from 2.2Gerald Carter1-11/+32
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 Potter2-0/+7
2001-10-03Ensure accessing NT member servers works with a Samba PDC. Don'tJeremy Allison3-7/+7
2001-10-03set ACB_PWNOEXP by default on new accounts.Andrew Tridgell1-2/+2
2001-10-02Fixed up the change password bug when not using PAM.Jeremy Allison1-2/+2
2001-10-02Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison3-25/+22
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter8-19/+0
2001-10-01- fix handling of 0 last_change_time and must_change_timeAndrew Tridgell3-12/+10
2001-09-29This is the passdb section of the previously mentioned commit.Andrew Bartlett2-65/+111
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-27minor fixesSimo Sorce1-22/+10
2001-09-26merge from 2.2Gerald Carter2-3/+3
2001-09-26Fix the uninitialised variable, but more importantly fix the SEGFAULT.Andrew Bartlett1-2/+4
2001-09-26Fix up TDB_SAM with repect to case sensitvity. (need to use unix_strlower)Andrew Bartlett1-7/+9
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 Allison5-296/+2824
2001-09-25Don't segfault when deleting accounts not in /etc/passwd. The RID we want isAndrew Bartlett1-5/+2
2001-09-25memory leak fixes ..Simo Sorce1-7/+21
2001-09-20Move pass_check.c over to NTSTATUS, allowing full NTSTATUS from PAM to wire!Andrew Bartlett1-80/+118
2001-09-19Use lp_private_dir() not magic on the lp_smb_passwd_file() output.Andrew Bartlett1-7/+2
2001-09-19Remove the ugly hacks to get around the Get_Pwnam() calls in pass_check.c byAndrew Bartlett1-5/+6
2001-09-17move to SAFE_FREE()Simo Sorce5-34/+22
2001-09-14merges from 2.2Gerald Carter1-2/+2
2001-09-12String length fix from Toomas Soome <tsoome@ut.ee>Tim Potter1-1/+1
2001-09-10passdb/smbpassfile ain't needed any more - it only provided migration from an...Andrew Tridgell1-297/+0
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2-8/+8
2001-09-06Started a cleanup of smbpasswd related stuff. I've created a new fileTim Potter5-143/+14
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-09-04cope with pam being offAndrew Tridgell1-1/+1
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2-18/+19
2001-08-31changed the data format in the tdb, as the time fields were notSimo Sorce1-24/+29
2001-08-30Fixed silly typo.Jeremy Allison1-3/+3
2001-08-30Fix from Paul Green to set correct lengths.Jeremy Allison1-3/+3
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell2-11/+11
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