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