summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2004-01-191. The most part of this patch changed the unknown_3 flag to the now knownSimo Sorce8-44/+22
2004-01-15Remove unused variables.Rafal Szczesniak1-3/+0
2004-01-15Remove unused function.Rafal Szczesniak1-13/+0
2004-01-14Initial design of some of the functions to operate on trust passwordsRafal Szczesniak1-0/+202
2004-01-14Comment and formatting fix.Rafal Szczesniak1-2/+3
2004-01-13sync HEAD with recent changes in 3.0Gerald Carter1-0/+38
2004-01-07This was cut-n-paste mistake, I guess... :)Rafal Szczesniak1-1/+1
2004-01-07Typo fix.Rafal Szczesniak1-1/+1
2004-01-07Prototype version of trust passwords moved to SAM/pdb. This isRafal Szczesniak1-0/+141
2004-01-06isolate ldap debug messages to the common smbldap_XXX() functionsGerald Carter1-3/+0
2004-01-05(merge from 3.0)Andrew Bartlett1-1/+1
2004-01-05(merge from 3.0)Andrew Bartlett1-2/+10
2004-01-05(merge from 3.0)Andrew Bartlett1-2/+8
2004-01-05Merge commit to 3_0: add pdb_pgsqlJelmer Vernooij3-501/+1008
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-09Merge from 3.0:Andrew Bartlett1-13/+0
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-06bug 624; make sure to set the GUEST SID rather than using the PDB_DEFAULT flagGerald Carter1-1/+1
2003-11-03TDBSAM update code from Aur?lien Degr?mont <adegremont@idealx.com>.Jeremy Allison2-16/+620
2003-10-31Patch from Aurélien Degrémont <adegremont@idealx.com>. "entry" is dependentJeremy Allison1-2/+4
2003-10-31Fix another unused warning.Tim Potter1-0/+3
2003-10-30If nothing to do, return success. Fix from Aur?lien Degr?mont <adegremont@ide...Jeremy Allison1-1/+1
2003-10-30First round of merging various UUID structures.Jim McDonough1-11/+10
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2-2/+2
2003-10-17* fix some compile warnings in the gums codeGerald Carter1-0/+2
2003-10-14sorry folks, forgot to cvs add/remove before commit.Simo Sorce1-0/+462
2003-10-13So here it is a non-intrusive patch with my latest work on gums (theSimo Sorce2-7/+26
2003-10-10Match Samba 2.2, and make ACB_NORMAL the default ACB value.Andrew Bartlett1-0/+7
2003-10-09Merge from 3.0:Tim Potter1-1/+1
2003-10-09Merge from 3.0:Tim Potter1-1/+1
2003-10-06split some security related functions in their own files.Simo Sorce1-2/+2
2003-10-02Portability fix from schmitz@hp.com (Joachim Schmitz). Bug #547.Jeremy Allison1-0/+4
2003-09-21Fix bug and do more error checking. Noticed by Wilco Baan Hofman <wilco@andob...Jelmer Vernooij1-13/+33
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-15Merge from Samba 3.0:Tim Potter1-267/+226
2003-09-15Merge from Samba 3.0:Tim Potter1-29/+8