summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_smbpasswd.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16155: Janitor for jelmer.Jeremy Allison1-1/+1
2007-10-10r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner1-1/+1
2007-10-10r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter1-4/+10
2007-10-10r13622: Allow to rename machine accounts in a Samba Domain. This still uses theGünther Deschner1-3/+5
2007-10-10r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter1-12/+4
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter1-22/+22
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-2/+2
2007-10-10r13460: by popular demand....Gerald Carter1-7/+5
2007-10-10r13316: Let the carnage begin....Gerald Carter1-11/+11
2007-10-10r11256: Remove use of long long and strtoll in libsmbclient (weJeremy Allison1-1/+0
2007-10-10r11236: Implement user rename for smbpasswd and ldap backends. Some cleanup onJim McDonough1-0/+57
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-9/+13
2007-10-10r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().Günther Deschner1-1/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2007-10-10r2317: Fixup error messages and reformat.Jeremy Allison1-903/+922
2007-10-10r2312: Fix for bugid #1667, smbpasswd file could be left locked onJeremy Allison1-0/+2
2007-10-10r1869: Rename "fallback_XXXX" mapping to "algorithmic_XXX" asJeremy Allison1-3/+3
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-1/+1
2003-10-02Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547.Jeremy Allison1-0/+4
2003-07-20This creates passdb backend files automatically when adding first account.Rafal Szczesniak1-2/+19
2003-07-11moving more code around.Gerald Carter1-94/+18
2003-07-02Uppercase first letter of debug level 0 statements.Tim Potter1-2/+2
2003-06-17Make static (patch from metze)Jelmer Vernooij1-1/+1
2003-06-17The return value of init_module functions is NTSTATUS, not intJelmer Vernooij1-3/+2
2003-06-16Quieten debug message.Tim Potter1-1/+1
2003-05-27I'm pretty sure these uint32's should be uid_t's. Can the passdb guysTim Potter1-2/+2
2003-05-13Restore a number of fixes that idra removed when he merged hisAndrew Bartlett1-1/+1
2003-05-13Try to fix up some code in pdb_smbpasswd that assumed we still had a 'uid'.Andrew Bartlett1-12/+22
2003-05-12And finally IDMAP in 3_0Simo Sorce1-42/+17
2003-05-07Set our 'global sam name' in one place. For domain controllers, this isAndrew Bartlett1-1/+1
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-4/+4
2003-04-28A new pdb_ldap!Andrew Bartlett1-2/+2
2003-04-15Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij1-0/+7
2003-03-22Thanks to volker, merge passdb changes from HEAD:Andrew Bartlett1-70/+15
2002-11-08Merge from HEAD:Andrew Bartlett1-16/+24
2002-11-05Merge vl's 'algorithmic rid base' patch, and my changes to pdb_smbpasswd's NUAAndrew Bartlett1-20/+21
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-10/+61
2002-09-26sync with HEADGerald Carter1-31/+40
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-1/+12
2002-08-17sync 3.0 branch with headJelmer Vernooij1-2/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-188/+84
2002-03-20Allow a zero rid in pdb_smbpasswd. When given a zero rid the pdb backendAndrew Bartlett1-1/+3
2002-03-19second step to gain free uid<->rid mappingSimo Sorce1-21/+18
2002-03-18Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce1-0/+21
2002-03-06Fix SIGSEGV on error message when trying to add a user to smbpasswd file with...Jim McDonough1-1/+1
2002-03-02This patch merges my private LDAP tree into HEAD.Andrew Bartlett1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+2
2002-01-25Passdb changes:Andrew Bartlett1-1/+4
2002-01-20This is another *BIG* change...Andrew Bartlett1-201/+331
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-3/+5