summaryrefslogtreecommitdiffstats
path: root/source/sam
Commit message (Expand)AuthorAgeFilesLines
* 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
* get rid of more compiler warningsHerb Lewis2003-08-152-4/+4
* 2 fixesGerald Carter2003-08-133-168/+168
* rework winbindd_accountdb_init() to reduce error messages in the logGerald Carter2003-08-061-14/+21
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-012-2/+2
* Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough2003-08-013-3/+3
* Some more [ug]id_t printf fixes.Tim Potter2003-07-241-4/+4
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-26/+19
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-224-31/+46
* moving more code around.Gerald Carter2003-07-114-3/+450
* Large set of changes to add UNIX account/group managementGerald Carter2003-07-093-1/+32
* fix some compile problems. Can't get IDMAP_OBJ our of proto.hGerald Carter2003-07-071-1/+2
* Cleaning up linking issues. sam/idmap*.c only links inGerald Carter2003-07-072-279/+1
* and so it begins....Gerald Carter2003-07-071-110/+27
* This changes our Unix primary GID behaviour back to what most people expect:Andrew Bartlett2003-07-061-3/+4
* Add some debug statments to our vampire code - try to make it easier to trackAndrew Bartlett2003-07-051-2/+4
* Fixes to our LDAP/vampire codepaths:Andrew Bartlett2003-07-051-0/+11
* Allow modification of an existing entry.Andrew Bartlett2003-07-051-15/+36
* Don't allow RIDs (in our domain) below 1000 (or algorithmic rid base) to beAndrew Bartlett2003-07-041-0/+5
* This patch cleans up some of our ldap code, for better behaviour:Andrew Bartlett2003-07-042-593/+269
* Fix for idmap startup bug with remote ldap backend.Jeremy Allison2003-07-021-21/+47
* Don't set a mapping that is already there.Volker Lendecke2003-07-011-0/+15
* Merge of Volkers patch to make the logic clearer (with my mod).Jeremy Allison2003-06-301-44/+45
* Fix missing ret = found by Volker.Jeremy Allison2003-06-301-1/+1
* Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison2003-06-273-59/+75
* Add include guards around idmap.h, change ID_NOMAP to ID_QUERY_ONLYJeremy Allison2003-06-263-13/+33
* As has been pointed out, ordering here doesn't matter so use normalJeremy Allison2003-06-261-2/+2
* Fix immediate bug where the idmap can't tell the difference between an entryJeremy Allison2003-06-262-17/+32