summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* As discussed on samba-technical - move to 'primaryGroupSid' insted ofAndrew Bartlett2003-05-111-17/+45
* Using /dev/urandom for determining an ldap server backoff is a waste of systemAndrew Bartlett2003-05-111-2/+6
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+2
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-2/+2
* Fix typo.John Terpstra2003-05-101-1/+1
* Fix irritating typo - non arg functions should be fn(void).Jeremy Allison2003-05-071-1/+1
* Set our 'global sam name' in one place. For domain controllers, this isAndrew Bartlett2003-05-073-8/+10
* Make the version numbers ints (patch from metze)Jelmer Vernooij2003-04-302-3/+3
* Use a common function to create the SAM_ACCOUNT being used to add accountsAndrew Bartlett2003-04-291-25/+36
* don't implement any group mapping functions in the guest sam moduleGerald Carter2003-04-291-0/+11
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-288-26/+36
* The caller must always set the RID on the SAM_ACCOUNT, so don't try and guessAndrew Bartlett2003-04-281-3/+1
* The RID must be 'SET', not 'DEFAULT' or we won't set it into LDAP, and tryAndrew Bartlett2003-04-281-2/+2
* Guenther Deschner <gd@suse.de> notes that I missed out setting the defaultAndrew Bartlett2003-04-281-1/+3
* A new pdb_ldap!Andrew Bartlett2003-04-283-276/+722
* Merge of a debuglevel downgrade from HEAD.Tim Potter2003-04-281-2/+2
* Fix number of arguments to asprintf()Jelmer Vernooij2003-04-281-1/+1
* Make some more functions staticJelmer Vernooij2003-04-281-3/+3
* Remove the unpopular pdb_unix, which has served it's time well.Andrew Bartlett2003-04-261-131/+0
* After a quick run with the 'weird' charset, squash a few bugs in our newAndrew Bartlett2003-04-261-5/+12
* Based on a patch by Alex Deiter <tiamat@komi.mts.ru>, make sure that we convertAndrew Bartlett2003-04-251-20/+69
* Don't store UID or GIDJelmer Vernooij2003-04-242-48/+13
* - Get rid of module_path_get_name()Jelmer Vernooij2003-04-241-11/+6
* Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.confJelmer Vernooij2003-04-242-96/+34
* This define does not always seem to be present, so define it if need be.Andrew Bartlett2003-04-231-0/+4
* - Merge a memory leak fix from HEADAndrew Bartlett2003-04-231-11/+16
* Merge idra's fix for pdb_tdb segfaults from HEAD to 3.0 - sombody changedAndrew Bartlett2003-04-231-3/+7
* Remove ldapsam_search_one_user_by_uid from pdb_ldap.Andrew Bartlett2003-04-222-68/+22