summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* * make sure we only enumerate group mapping entriesGerald Carter2003-11-171-14/+0
* fix more memory leaks in the LDAP backend code; patches from metzeGerald Carter2003-11-141-22/+38
* * only install swat html files onceGerald Carter2003-11-071-1/+4
* fix for bug 680 (heads up). This gist is to map theGerald Carter2003-11-071-5/+17
* don't allow setting of the guest accountGerald Carter2003-11-071-0/+8
* I agree with vl's #if 0 here, and am not quite sure what I wasAndrew Bartlett2003-11-071-13/+0
* bug 624; make sure to set the GUEST SID rather than using the PDB_DEFAULT flagGerald Carter2003-11-061-1/+1
* Patch from Aurélien Degrémont <adegremont@idealx.com>. "entry" is dependentJeremy Allison2003-10-311-2/+4
* If nothing to do, return success. Fix from Aur?lien Degr?mont <adegremont@ide...Jeremy Allison2003-10-301-1/+1
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-222-2/+2
* Match Samba 2.2, and make ACB_NORMAL the default ACB value.Andrew Bartlett2003-10-101-0/+7
* split some security related functions in their own files.Simo Sorce2003-10-061-2/+2
* Typo in error message.Jeremy Allison2003-10-031-1/+1
* Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547.Jeremy Allison2003-10-021-0/+4
* Make pdb_ldap.c compile with SUN iPlanet headers. Whether this works will beVolker Lendecke2003-10-021-1/+1
* Fix a bug and warn when configuration file values are incorrect. Thanks toJelmer Vernooij2003-09-201-10/+28
* Fix pdb_mysql. Jelmer will look into details tonight.Alexander Bokovoy2003-09-191-3/+5
* The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison2003-09-185-23/+75
* Oops. Proper fix for #470.Jeremy Allison2003-09-181-18/+20
* Fix for #470 - unable to display SIDs in ACLs.Jeremy Allison2003-09-181-2/+11
* Fix typo. Found by Aurelien DegremontJelmer Vernooij2003-09-161-1/+1
* remove getpwnam() calls from init_sam_from_xxx().Gerald Carter2003-09-112-61/+30
* Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison2003-09-101-250/+219
* Nobody complained on the team-list, so commit it ...Volker Lendecke2003-09-071-0/+53
* Only set sids when they're retrurned by the MySQL queryJelmer Vernooij2003-09-061-2/+2
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-052-5/+7
* remove 'ldap trust ids' since there was no way for it to work nowGerald Carter2003-08-271-0/+5
* Fix bug 327 (again and I think for the last time). Make sure thatGerald Carter2003-08-271-0/+488
* fix for BUG 245; make sure we set the sid type when falling back to the rid a...Gerald Carter2003-08-211-1/+7
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-154-12/+11
* 2 fixesGerald Carter2003-08-131-0/+48
* fix bug #281 by surrounding pdb_getgrgid() with become/unbecome_root()Gerald Carter2003-08-111-1/+8
* fix bug #208; have to get the gid of the user's primary group for %GGerald Carter2003-08-062-1/+17
* oops; fix typo. Noticed by gcc warningGerald Carter2003-08-061-2/+2
* fix bug #245; local_lookupsid() needed to make a getpwuid() call to get the u...Gerald Carter2003-08-051-9/+20
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-251-2/+2
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-241-1/+1
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-14/+14
* removing unused functionGerald Carter2003-07-221-43/+0
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-222-15/+15
* This creates passdb backend files automatically when adding first account.Rafal Szczesniak2003-07-202-3/+38
* Fix memleakVolker Lendecke2003-07-191-3/+3
* Fix two memleaks in pdb_ldap.c.Volker Lendecke2003-07-182-1/+13
* Fix memleakVolker Lendecke2003-07-161-1/+4
* typoVolker Lendecke2003-07-161-1/+1
* fixes for 'net rpc vampire'. I can now take a blank Samba hostGerald Carter2003-07-161-6/+0
* Fix memleaksVolker Lendecke2003-07-151-1/+6
* make sure to fallback to rid algoruthm for users not in smbpasswd (e.g. force...Gerald Carter2003-07-151-7/+17
* use the specific funtion we have to check if a SID belong to our domainSimo Sorce2003-07-131-12/+6
* Argl. Thinking twice and looking at the rest of callers of sid_compare_domainVolker Lendecke2003-07-131-1/+6