summaryrefslogtreecommitdiffstats
path: root/source3/sam
Commit message (Expand)AuthorAgeFilesLines
* r16548: Fix bug #3867 reported by jason@ncac.gwu.edu.Jeremy Allison2007-10-101-16/+16
* r15697: I take no comments as no objections :)Günther Deschner2007-10-103-40/+148
* r15543: New implementation of 'net ads join' to be more like Windows XP.Gerald Carter2007-10-101-32/+6
* r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p...Paul Green2007-10-101-0/+2
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-0/+6
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-4/+4
* r13316: Let the carnage begin....Gerald Carter2007-10-107-416/+32
* r12964: Rewind rem_backend in the case we have to workaround the idmap_ prefix.Lars Müller2007-10-101-0/+6
* r12936: Fix bug #3264.Lars Müller2007-10-101-0/+6
* r12904: Fix #3264, allow to load idmap_ad with "idmap backend = ad".Günther Deschner2007-10-101-1/+0
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-102-9/+467
* r10170: Fix for #3056:Günther Deschner2007-10-101-4/+6
* r8155: ops, add missing function.Günther Deschner2007-10-101-0/+14
* r8145: When inventing a new parameter for SFU-support, be aware of Volker'sGünther Deschner2007-10-101-1/+1
* r8133: Got approval from Luke Howard (PADL) to change the company copyright toGünther Deschner2007-10-101-7/+1
* r8093: Next round. Now it compiles with --enable-socket-wrapper.Volker Lendecke2007-10-101-2/+2
* r7994: This adds support in Winbindd's "security = ads"-mode to retrieve the ...Günther Deschner2007-10-101-7/+40
* r7992: Adding PADL's idmap_ad plugin (taken from the latestGünther Deschner2007-10-101-0/+380
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-103-19/+19
* r6450: * fix typo in htlm_auth help messageGerald Carter2007-10-101-0/+1
* r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke2007-10-101-6/+8
* r6273: Remove some unused code, minor cleanupVolker Lendecke2007-10-101-103/+0
* r5708: BUG 2424: patch from Vince Brimhall <vbrimhall@novell.com> to ensure t...Gerald Carter2007-10-101-6/+5
* r5692: Fix compile warningsVolker Lendecke2007-10-101-3/+3
* r5571: fix another breakage on gcc 2.96Gerald Carter2007-10-101-1/+1
* r5568: fix more breakage on gcc 2.96Gerald Carter2007-10-101-1/+1
* r5428: Apply some const. LDAP attribs should now be declared const char *attr...Volker Lendecke2007-10-101-5/+5
* r5278: BUG 2327: fix compile bug in idmap_rid.cGerald Carter2007-10-101-1/+2
* r5272: BUG 2132, 2134: patch from Jason Mader <jason@ncac.gwu.edu> to remove ...Gerald Carter2007-10-101-4/+2
* r4870: Make multi-domain-mode in idmap_rid accessible from outside (can beGünther Deschner2007-10-101-8/+20
* r4221: when in the multi-mapping mode of idmap_rid:Günther Deschner2007-10-101-4/+10
* r4216: fix segfault in idmap_ridGünther Deschner2007-10-101-2/+2
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-102-2/+2
* r3758: Increase a debug level. This error condition can actually happen in re...Volker Lendecke2007-10-101-1/+1
* r3498: Optimisation of idmap_rid init: Avoid calling a DC for the domain-sidGünther Deschner2007-10-101-28/+42
* r3221: Remove check for allow-trusted-domains so that this thing does not thr...John Terpstra2007-10-101-1/+1
* r3151: Add the "no warranty"-section in the licence header.Günther Deschner2007-10-101-0/+10
* r3146: Some cleanup for idmap_rid:Günther Deschner2007-10-101-155/+150
* r3145: Add experimental idmap_rid-Plugin.Günther Deschner2007-10-101-0/+513
* r3137: Do not simply ignore failing idmap-module init for remotemaps.Günther Deschner2007-10-101-1/+4
* r2691: Increase a debug level for a quite frequent operation.Volker Lendecke2007-10-101-0/+27
* r1430: Although prepared for only one remote backend, make the 'idmap backend'Volker Lendecke2007-10-101-3/+4
* r1297: Yes, it does survive valgrind for my tests :-)Volker Lendecke2007-10-101-0/+29
* r916: Memory leak fix from kawasa_r@itg.hitachi.co.jp.Jeremy Allison2007-10-101-2/+6
* Get MungedDial actually working with full TS strings in it for pdb_ldap.Jim McDonough2004-03-111-8/+8
* Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough2004-02-231-1/+1
* isolate ldap debug messages to the common smbldap_XXX() functionsGerald Carter2004-01-061-5/+0
* fix more memory leaks in the LDAP backend code; patches from metzeGerald Carter2003-11-141-4/+14
* fix for bug 680 (heads up). This gist is to map theGerald Carter2003-11-071-355/+129
* Ensure we consistantly translate to/from utf8 for talking to LDAP.Jeremy Allison2003-09-101-33/+31