summaryrefslogtreecommitdiff
path: root/source3/sam
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3758: Increase a debug level. This error condition can actually happen in re...Volker Lendecke1-1/+1
2007-10-10r3498: Optimisation of idmap_rid init: Avoid calling a DC for the domain-sidGünther Deschner1-28/+42
2007-10-10r3221: Remove check for allow-trusted-domains so that this thing does not thr...John Terpstra1-1/+1
2007-10-10r3151: Add the "no warranty"-section in the licence header.Günther Deschner1-0/+10
2007-10-10r3146: Some cleanup for idmap_rid:Günther Deschner1-155/+150
2007-10-10r3145: Add experimental idmap_rid-Plugin.Günther Deschner1-0/+513
2007-10-10r3137: Do not simply ignore failing idmap-module init for remotemaps.Günther Deschner1-1/+4
2007-10-10r2691: Increase a debug level for a quite frequent operation.Volker Lendecke1-0/+27
2007-10-10r1430: Although prepared for only one remote backend, make the 'idmap backend'Volker Lendecke1-3/+4
2007-10-10r1297: Yes, it does survive valgrind for my tests :-)Volker Lendecke1-0/+29
2007-10-10r916: Memory leak fix from kawasa_r@itg.hitachi.co.jp.Jeremy Allison1-2/+6
2004-03-11Get MungedDial actually working with full TS strings in it for pdb_ldap.Jim McDonough1-8/+8
2004-02-23Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough1-1/+1
2004-01-06isolate ldap debug messages to the common smbldap_XXX() functionsGerald Carter1-5/+0
2003-11-14fix more memory leaks in the LDAP backend code; patches from metzeGerald Carter1-4/+14
2003-11-07fix for bug 680 (heads up). This gist is to map theGerald Carter1-355/+129
2003-09-10Ensure we consistantly translate to/from utf8 for talking to LDAP.Jeremy Allison1-33/+31
2003-08-15get rid of more compiler warningsHerb Lewis2-4/+4
2003-08-132 fixesGerald Carter3-168/+168
2003-08-06rework winbindd_accountdb_init() to reduce error messages in the logGerald Carter1-14/+21
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough2-2/+2
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough3-3/+3
2003-07-24Some more [ug]id_t printf fixes.Tim Potter1-4/+4
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-26/+19
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter4-31/+46
2003-07-11moving more code around.Gerald Carter4-3/+450
2003-07-09Large set of changes to add UNIX account/group managementGerald Carter3-1/+32
2003-07-07fix some compile problems. Can't get IDMAP_OBJ our of proto.hGerald Carter1-1/+2
2003-07-07Cleaning up linking issues. sam/idmap*.c only links inGerald Carter2-279/+1
2003-07-07and so it begins....Gerald Carter1-110/+27
2003-07-06This changes our Unix primary GID behaviour back to what most people expect:Andrew Bartlett1-3/+4
2003-07-05Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett1-2/+4
2003-07-05Fixes to our LDAP/vampire codepaths:Andrew Bartlett1-0/+11
2003-07-05Allow modification of an existing entry.Andrew Bartlett1-15/+36
2003-07-04Don't allow RIDs (in our domain) below 1000 (or algorithmic rid base) to beAndrew Bartlett1-0/+5
2003-07-04This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett2-593/+269
2003-07-02Fix for idmap startup bug with remote ldap backend.Jeremy Allison1-21/+47
2003-07-01Don't set a mapping that is already there.Volker Lendecke1-0/+15
2003-06-30Merge of Volkers patch to make the logic clearer (with my mod).Jeremy Allison1-44/+45
2003-06-30Fix missing ret = found by Volker.Jeremy Allison1-1/+1
2003-06-27Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison3-59/+75
2003-06-26Add include guards around idmap.h, change ID_NOMAP to ID_QUERY_ONLYJeremy Allison3-13/+33
2003-06-26As has been pointed out, ordering here doesn't matter so use normalJeremy Allison1-2/+2
2003-06-26Fix immediate bug where the idmap can't tell the difference between an entryJeremy Allison2-17/+32
2003-06-25Ensure idmap backends are added in the correct order (DLIST_ADD putsJeremy Allison3-8/+26
2003-06-25Fix a warning in a DEBUGVolker Lendecke1-12/+12
2003-06-25Tought I already done.Simo Sorce2-32/+22
2003-06-25More debugs for this... (these should have been here already !).Jeremy Allison1-1/+8
2003-06-25More instrumentation tracking down this bug...Jeremy Allison1-1/+5
2003-06-25Start to instrument this code as I try and track down a nasty bug thatJeremy Allison1-3/+34