summaryrefslogtreecommitdiff
path: root/source3/sam
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure idmap backends are added in the correct order (DLIST_ADD putsJeremy Allison2003-06-253-8/+26
* Fix a warning in a DEBUGVolker Lendecke2003-06-251-12/+12
* Tought I already done.Simo Sorce2003-06-252-32/+22
* More debugs for this... (these should have been here already !).Jeremy Allison2003-06-251-1/+8
* More instrumentation tracking down this bug...Jeremy Allison2003-06-251-1/+5
* Start to instrument this code as I try and track down a nasty bug thatJeremy Allison2003-06-251-3/+34
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-222-14/+14
* This patch fixes some issues with idmap_tdb as raised by bug #181Andrew Bartlett2003-06-211-91/+115
* This patch works towards to goal of common code shared between idmap_ldapAndrew Bartlett2003-06-211-12/+12
* Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce2003-06-181-1/+1
* There's nothing particularly secret in idmap.tdb, so create it withVolker Lendecke2003-06-181-1/+1
* And more other memory leaks. One new (idmap) and one ancient (groupdb).Volker Lendecke2003-06-171-0/+1
* Fix memory leak in idmap. Valgrind is soooo cool.Volker Lendecke2003-06-171-0/+2