summaryrefslogtreecommitdiffstats
path: root/source3/passdb/pdb_smbpasswd.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* pdb_getsampwnuid() merge from 2.2Gerald Carter2001-12-301-42/+0
* moving SAM_ACCOUNT to include a bit field for initializedGerald Carter2001-12-271-10/+12
* again an intrusive patch:Jean-François Micouleau2001-12-061-15/+5
* added a boolean to the group mapping functions to specify if we need orJean-François Micouleau2001-12-041-2/+1
* added mapping of primary gid to rid thru the group mapping code.Jean-François Micouleau2001-12-021-3/+28
* unable to open smbpasswd on initial create should only be a warningAndrew Tridgell2001-11-271-1/+1
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-1/+1
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-6/+17
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-8/+8
* This commit is number 2 of 4.Andrew Bartlett2001-10-291-42/+42
* Ensure accessing NT member servers works with a Samba PDC. Don'tJeremy Allison2001-10-031-1/+1
* Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison2001-10-021-13/+11