summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2003-05-14readding reverted changes during idmap merge (noticed by Andrew b.)Gerald Carter1-16/+33
2003-05-14fix group mapping in LDAP under new schemaGerald Carter1-35/+61
2003-05-14*****LDAP schema changes*****Gerald Carter1-292/+802
2003-05-14Fix pointer return bug in get_unix_attributes()Tim Potter1-1/+1
2003-05-14spellingTim Potter2-3/+3
2003-05-14spellingTim Potter1-2/+2
2003-05-13Restore a number of fixes that idra removed when he merged hisAndrew Bartlett3-10/+4
2003-05-13Try to fix up some code in pdb_smbpasswd that assumed we still had a 'uid'.Andrew Bartlett1-12/+22
2003-05-12Fix obvious compiler warnings.Jeremy Allison3-3/+0
2003-05-12And finally IDMAP in 3_0Simo Sorce8-637/+294
2003-05-12fixing typos in debug statementsGerald Carter1-1/+1
2003-05-11As discussed on samba-technical - move to 'primaryGroupSid' insted ofAndrew Bartlett1-17/+45
2003-05-11Using /dev/urandom for determining an ldap server backoff is a waste of systemAndrew Bartlett1-2/+6
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-2/+2
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-2/+2
2003-05-10Fix typo.John Terpstra1-1/+1
2003-05-07Fix irritating typo - non arg functions should be fn(void).Jeremy Allison1-1/+1
2003-05-07Set our 'global sam name' in one place. For domain controllers, this isAndrew Bartlett3-8/+10
2003-04-30Make the version numbers ints (patch from metze)Jelmer Vernooij2-3/+3
2003-04-29Use a common function to create the SAM_ACCOUNT being used to add accountsAndrew Bartlett1-25/+36
2003-04-29don't implement any group mapping functions in the guest sam moduleGerald Carter1-0/+11
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij8-26/+36
2003-04-28The caller must always set the RID on the SAM_ACCOUNT, so don't try and guessAndrew Bartlett1-3/+1
2003-04-28The RID must be 'SET', not 'DEFAULT' or we won't set it into LDAP, and tryAndrew Bartlett1-2/+2
2003-04-28Guenther Deschner <gd@suse.de> notes that I missed out setting the defaultAndrew Bartlett1-1/+3
2003-04-28A new pdb_ldap!Andrew Bartlett3-276/+722
2003-04-28Merge of a debuglevel downgrade from HEAD.Tim Potter1-2/+2
2003-04-28Fix number of arguments to asprintf()Jelmer Vernooij1-1/+1
2003-04-28Make some more functions staticJelmer Vernooij1-3/+3
2003-04-26Remove the unpopular pdb_unix, which has served it's time well.Andrew Bartlett1-131/+0
2003-04-26After a quick run with the 'weird' charset, squash a few bugs in our newAndrew Bartlett1-5/+12
2003-04-25Based on a patch by Alex Deiter <tiamat@komi.mts.ru>, make sure that we convertAndrew Bartlett1-20/+69
2003-04-24Don't store UID or GIDJelmer Vernooij2-48/+13
2003-04-24- Get rid of module_path_get_name()Jelmer Vernooij1-11/+6
2003-04-24Patch from Stephan Metzmacher to add default arguments to lp_parm() smb.confJelmer Vernooij2-96/+34
2003-04-23This define does not always seem to be present, so define it if need be.Andrew Bartlett1-0/+4
2003-04-23- Merge a memory leak fix from HEADAndrew Bartlett1-11/+16
2003-04-23Merge idra's fix for pdb_tdb segfaults from HEAD to 3.0 - sombody changedAndrew Bartlett1-3/+7
2003-04-22Remove ldapsam_search_one_user_by_uid from pdb_ldap.Andrew Bartlett2-68/+22
2003-04-22This is meant to be initialised to the size of the buffer.Andrew Bartlett1-1/+1
2003-04-22Make pdb_ldap use a random factor in deciding how long we need to sleep.Andrew Bartlett1-7/+22
2003-04-22Merge mimir's trusted domain code from HEAD -> 3.0, plus some memoryAndrew Bartlett1-37/+55
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2-16/+101
2003-04-21Default to "passdb.xml" as default output filename instead of "-"Jelmer Vernooij1-1/+1
2003-04-21- Fix modules build of pdb_mysql and pdb_xmlJelmer Vernooij2-9/+3
2003-04-21Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij1-1/+1
2003-04-19Address gcc warnings.Volker Lendecke1-1/+5
2003-04-15Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij9-79/+127
2003-04-09Fix double free on error and typoJelmer Vernooij1-2/+1
2003-04-07Merge from HEAD - restore previous behaviour of pdb_unix (auto upgrade toAndrew Bartlett1-0/+1