summaryrefslogtreecommitdiff
path: root/source3/lib/smbldap.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r9953: get rid of compiler warning.Günther Deschner1-1/+1
2007-10-10r8892: Fix #2942 - missing value in debug ! Doh !Jeremy Allison1-1/+1
2007-10-10r8757: Add debug messages so we can see what attributes and values are beingJeremy Allison1-0/+3
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-246/+17
2007-10-10r6351: This is quite a large and intrusive patch, but there are not many piec...Volker Lendecke1-14/+144
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman1-2/+5
2007-10-10r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman1-2/+2
2007-10-10r5565: fix breakage on gcc 2.96Gerald Carter1-1/+1
2007-10-10r5556: Fix the build on AIX.Günther Deschner1-4/+14
2007-10-10r5522: Better handling of LDAP over IPC connections that have expired on theGünther Deschner1-4/+1
2007-10-10r5428: Apply some const. LDAP attribs should now be declared const char *attr...Volker Lendecke1-8/+8
2007-10-10r5349: After talking with Jerry, reverted the addition of account policies toGünther Deschner1-87/+1
2007-10-10r4989: Display failed LDAP-server-uri.Günther Deschner1-1/+2
2007-10-10r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner1-1/+87
2007-10-10r4840: * Add more generic root-dse inspection function to check for givenGünther Deschner1-0/+101
2007-10-10r4736: small set of merges from rtunk to minimize the diffsGerald Carter1-1/+1
2007-10-10r4289: Close LDAP-Connection before retrying to open a new connection in theGünther Deschner1-0/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-13/+12
2007-10-10r3563: During a typical logon a modern workstation makes a lot of anonymous s...Volker Lendecke1-0/+4
2007-10-10r2729: Fix ldapsam_compat homeDrive. Thanks to jason@env.leeds.ac.ukVolker Lendecke1-1/+1
2007-10-10r2444: Based on jmcd's patch, implement special lists for the ldap user attri...Volker Lendecke1-0/+48
2007-10-10r2258: Attempt to fix Bug 1715. Not sure if all of ldapsam_compat works now, ...Volker Lendecke1-0/+7
2007-10-10r1810: Patch from Richard Renard <rrenard@idealx.com> to storeJeremy Allison1-0/+1
2007-10-10r1588: This is one of the more pathetic patches I ever checked in. Many hours ofVolker Lendecke1-95/+72
2007-10-10r1392: Added password history code to tdbsam backend. Not yet tested (ie. mayJeremy Allison1-1/+1
2007-10-10r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison1-13/+11
2007-10-10r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replicationJeremy Allison1-12/+11
2007-10-10r1317: Patch from Joe Meadows "Joe Meadows" <jameadows@webopolis.com> toJeremy Allison1-1/+1
2007-10-10r116: volker's patch for local group and group nestingGerald Carter1-0/+2
2007-10-10r53: Remove modifyTimestamp from list of our attributes. We just check it forJim McDonough1-1/+0
2004-03-18Password lockout for LDAP backend. Caches autolock flag, bad count, andJim McDonough1-0/+2
2004-03-11Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...Jeremy Allison1-1/+1
2004-03-11Get MungedDial actually working with full TS strings in it for pdb_ldap.Jim McDonough1-4/+13
2004-03-07Fix typo.Tim Potter1-1/+1
2004-02-23Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough1-2/+2
2004-02-23Add bad password count/time attributesJim McDonough1-0/+2
2004-02-08Another static function.Andrew Bartlett1-1/+1
2004-01-25Fix removal of attributes in LDAP - we would not actually remove the oldAndrew Bartlett1-16/+16
2004-01-06isolate ldap debug messages to the common smbldap_XXX() functionsGerald Carter1-4/+9
2003-12-31auth/auth_util.c:Andrew Bartlett1-1/+1
2003-12-26Based on patch by Petri Asikainen <paca@sci.fi> fix bug #387 and #330.Andrew Bartlett1-14/+15
2003-12-25ldap rebind sleep -> ldap replication sleepAndrew Bartlett1-1/+1
2003-12-25This is metze's LDAP rebind sleep patch:Volker Lendecke1-0/+28
2003-12-25Fix our parsing of the LDAP url. We get around it as all decent systems seemVolker Lendecke1-1/+1
2003-12-04support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter1-0/+1
2003-10-29Fixes to check for wraps which could cause coredumps.Jeremy Allison1-0/+1
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-2/+2
2003-09-15This ldap_value_free() looks like it was part of Jeremy's recent rampageTim Potter1-2/+0
2003-09-15I think this is a bugfix that somehow was dropped from the 3.0 tree.Tim Potter1-0/+2
2003-09-10Still on my mb rampage. Ensure smbldap_make_mod() correctly detects oldJeremy Allison1-15/+13