summaryrefslogtreecommitdiffstats
path: root/source/passdb
Commit message (Expand)AuthorAgeFilesLines
* 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
* This is meant to be initialised to the size of the buffer.Andrew Bartlett2003-04-221-1/+1
* Make pdb_ldap use a random factor in deciding how long we need to sleep.Andrew Bartlett2003-04-221-7/+22
* Merge mimir's trusted domain code from HEAD -> 3.0, plus some memoryAndrew Bartlett2003-04-221-37/+55
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-212-16/+101
* Default to "passdb.xml" as default output filename instead of "-"Jelmer Vernooij2003-04-211-1/+1
* - Fix modules build of pdb_mysql and pdb_xmlJelmer Vernooij2003-04-212-9/+3
* Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij2003-04-211-1/+1
* Address gcc warnings.Volker Lendecke2003-04-191-1/+5
* Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij2003-04-159-79/+127
* Fix double free on error and typoJelmer Vernooij2003-04-091-2/+1
* Merge from HEAD - restore previous behaviour of pdb_unix (auto upgrade toAndrew Bartlett2003-04-071-0/+1
* Ensure we don't segfault if ldap doesn't fill in the ld_error string (merge f...Andrew Bartlett2003-04-051-18/+18
* This fixes group updates in LDAP the same way as user updatesVolker Lendecke2003-03-301-77/+98
* Try to get meaningful errors out of ldap more often - get the error stringAndrew Bartlett2003-03-281-11/+38
* This is no functional change. It just makes pdb_ldap.c a bitVolker Lendecke2003-03-271-24/+50
* Must have been somewhere else last sunday...Volker Lendecke2003-03-251-3/+4
* Implement abartlet's suggestion to add attribs to ldap if theyVolker Lendecke2003-03-231-24/+30
* Merge from HEAD:Volker Lendecke2003-03-231-2/+2
* Metzes change:Volker Lendecke2003-03-231-4/+9
* Never touch complicated if/else/elsif structures :-)Volker Lendecke2003-03-221-23/+27
* This changes the way we do LDAP updates. We don't use LDAP_MOD_MODIFYVolker Lendecke2003-03-221-121/+175
* Thanks to volker, merge passdb changes from HEAD:Andrew Bartlett2003-03-225-222/+78