summaryrefslogtreecommitdiff
path: root/source3/sam
AgeCommit message (Expand)AuthorFilesLines
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
2003-06-22Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2-14/+14
2003-06-21This patch fixes some issues with idmap_tdb as raised by bug #181Andrew Bartlett1-91/+115
2003-06-21This patch works towards to goal of common code shared between idmap_ldapAndrew Bartlett1-12/+12
2003-06-18Ok, this patch removes the privilege stuff we had in, unused, for some time.Simo Sorce1-1/+1
2003-06-18There's nothing particularly secret in idmap.tdb, so create it withVolker Lendecke1-1/+1
2003-06-17And more other memory leaks. One new (idmap) and one ancient (groupdb).Volker Lendecke1-0/+1
2003-06-17Fix memory leak in idmap. Valgrind is soooo cool.Volker Lendecke1-0/+2
2003-06-14Add 'net idmap restore'. This restores a broken idmap fileVolker Lendecke1-1/+42
2003-06-11Sorry idra for messing around with your stuff, but this was obviously notVolker Lendecke1-3/+3
2003-06-11avoid races in getting high watermarkSimo Sorce1-6/+32
2003-06-09Fix for crash bug noticed by Luke Howard | PADL Software Pty Ltd | www.padl.com.Jeremy Allison1-1/+1
2003-06-06* break out more common code used between pdb_ldap and idmap_ldapGerald Carter4-84/+188
2003-06-05working draft of the idmap_ldap code.Gerald Carter1-192/+254