summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes to our LDAP/vampire codepaths:Andrew Bartlett2003-07-053-11/+61
* This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett2003-07-042-388/+394
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-032-15/+15
* Uppercase first letter of debug level 0 statements.Tim Potter2003-07-021-2/+2
* removing nisplussamGerald Carter2003-07-011-1524/+0
* fix compile problem with nisplussamGerald Carter2003-07-011-13/+18
* Different fix for memleak just committed. This belongs intoVolker Lendecke2003-07-011-2/+0
* Fix two memory leaks. tdb_search_keys allocates space for the keyVolker Lendecke2003-07-011-0/+2
* * revert change to get_global_sam_name()Gerald Carter2003-07-011-2/+23
* * cleanup more DC name resolution issues in check_*domain_security()Gerald Carter2003-06-301-4/+7
* Add the 'guest' passdb backend automatically ifVolker Lendecke2003-06-301-0/+25
* large change:Gerald Carter2003-06-252-3/+2
* Patch to move functions directly from pdb_ldap.c into lib/smbldap.cAndrew Bartlett2003-06-251-718/+8
* Fix pdb_ldap segfaults, and wrong default values for ldapsam_compat.Andrew Bartlett2003-06-241-4/+3
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-223-4/+4
* Fix memory leak. secrets_fetch allocates memory.Volker Lendecke2003-06-211-0/+2
* This patch works towards to goal of common code shared between idmap_ldapAndrew Bartlett2003-06-211-261/+359
* Fix bug #136: "passdb backend = " caused smbd to segfault.Jim McDonough2003-06-201-0/+5
* Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce2003-06-183-31/+26
* And some more memory leaks in mapping.c and pdb_tdb.c. tdb_nextkeyVolker Lendecke2003-06-181-2/+13
* Better panic cleanly than segfault later when no sid can be found and created.Volker Lendecke2003-06-181-2/+3
* Fix a memory leak in pdb_tdb.c.Volker Lendecke2003-06-171-0/+2
* Make static (patch from metze)Jelmer Vernooij2003-06-172-2/+2
* The return value of init_module functions is NTSTATUS, not intJelmer Vernooij2003-06-172-6/+4
* Update link to DTDJelmer Vernooij2003-06-161-1/+1
* Quieten another debug message.Tim Potter2003-06-161-1/+1
* Quieten debug message.Tim Potter2003-06-161-1/+1
* Rename some uuid functions so as not to conflict with systemTim Potter2003-06-131-1/+1
* Try to fix memory leaks found by valgrind in pdb_ldap code.Andrew Bartlett2003-06-071-3/+3
* support LDAP_EXOP_MODIFY_PASSWORD (not experiemental in OpenLDAP 2.1)Gerald Carter2003-06-061-9/+21
* * break out more common code used between pdb_ldap and idmap_ldapGerald Carter2003-06-061-128/+36
* working draft of the idmap_ldap code.Gerald Carter2003-06-051-282/+3
* cut-n-paste errorGerald Carter2003-05-271-1/+1
* fix bug 118; replace hard coded 'next[User|Group]Rid' attribute namesGerald Carter2003-05-271-6/+8
* I'm pretty sure these uint32's should be uid_t's. Can the passdb guysTim Potter2003-05-272-3/+3
* fix bug #108; sambaSambaAccount string attributes are case insensitive; don't...Gerald Carter2003-05-221-2/+5
* Well spotted typo by Marco Berger <MARCOB@voelcker.com>Andrew Bartlett2003-05-161-1/+1
* Fix from Alex Deiter <tiamat@komi.mts.ru>Simo Sorce2003-05-161-1/+1
* add metze's patch for smb_register functionsSimo Sorce2003-05-161-1/+1
* readding reverted changes during idmap merge (noticed by Andrew b.)Gerald Carter2003-05-141-16/+33
* fix group mapping in LDAP under new schemaGerald Carter2003-05-141-35/+61
* *****LDAP schema changes*****Gerald Carter2003-05-141-292/+802
* Fix pointer return bug in get_unix_attributes()Tim Potter2003-05-141-1/+1
* spellingTim Potter2003-05-142-3/+3
* spellingTim Potter2003-05-141-2/+2
* Restore a number of fixes that idra removed when he merged hisAndrew Bartlett2003-05-133-10/+4
* Try to fix up some code in pdb_smbpasswd that assumed we still had a 'uid'.Andrew Bartlett2003-05-131-12/+22
* Fix obvious compiler warnings.Jeremy Allison2003-05-123-3/+0
* And finally IDMAP in 3_0Simo Sorce2003-05-128-637/+294
* fixing typos in debug statementsGerald Carter2003-05-121-1/+1