summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2004-01-07Typo fix.Rafal Szczesniak1-1/+1
2004-01-07Don't duplicate pulling the 'IPC' username from secrets.tdb, insteadAndrew Bartlett1-1/+39
2004-01-06isolate ldap debug messages to the common smbldap_XXX() functionsGerald Carter1-3/+0
2004-01-04- Put functions for generating SQL queries in pdb_sql.cJelmer Vernooij3-501/+1008
2004-01-02JHT came up with a nasty (broken) torture case in preparing examples forAndrew Bartlett1-1/+1
2003-12-26Check the return value of string_to_sid in a few more places. (ButAndrew Bartlett1-2/+10
2003-12-26Show the error message for failure to set the ldap password.Andrew Bartlett1-2/+8
2003-12-22add well known rid for pre win2k compatible access group; bug 897Gerald Carter1-0/+1
2003-12-22Patch from Jianliang Lu j.lu@tiesse.com to manage Power UsersJeremy Allison1-0/+1
2003-12-11Fix uninitialized variable in passdb code. Reported by Andy Polyakov <appro@f...Alexander Bokovoy1-1/+1
2003-12-10more group lookup access fixes on the neverending bug 281Gerald Carter1-6/+16
2003-12-04support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter1-3/+15
2003-12-01another strequal() == 0 fixGerald Carter1-1/+1
2003-12-01add Replicator and RAS Servers to list of builtin SIDs we resolve; bug 608Gerald Carter1-0/+2
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