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