summaryrefslogtreecommitdiff
path: root/source3/sam/idmap_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13316: Let the carnage begin....Gerald Carter1-39/+0
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2003-08-15get rid of more compiler warningsHerb Lewis1-2/+2
2003-08-132 fixesGerald Carter1-1/+1
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 McDonough1-1/+1
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough1-1/+1
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-10/+16
2003-07-11moving more code around.Gerald Carter1-1/+40
2003-07-09Large set of changes to add UNIX account/group managementGerald Carter1-1/+16
2003-06-27Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison1-1/+1
2003-06-26Add include guards around idmap.h, change ID_NOMAP to ID_QUERY_ONLYJeremy Allison1-1/+21
2003-06-26Fix immediate bug where the idmap can't tell the difference between an entryJeremy Allison1-16/+31
2003-06-25Ensure idmap backends are added in the correct order (DLIST_ADD putsJeremy Allison1-2/+6
2003-06-25Fix a warning in a DEBUGVolker Lendecke1-12/+12
2003-06-25Tought I already done.Simo Sorce1-25/+19
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-21This patch fixes some issues with idmap_tdb as raised by bug #181Andrew Bartlett1-91/+115
2003-06-18There's nothing particularly secret in idmap.tdb, so create it withVolker Lendecke1-1/+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-06* break out more common code used between pdb_ldap and idmap_ldapGerald Carter1-1/+1
2003-05-29function() is *NOT* a valid C proto, but C++ only.Jeremy Allison1-1/+1
2003-05-29Add smb_register_idmap(). Based on a patch from metzeJelmer Vernooij1-5/+3
2003-05-14*****LDAP schema changes*****Gerald Carter1-4/+4
2003-05-01*id_to_*id call reshape to return NTSTATUS errorsSimo Sorce1-2/+15
2003-04-30correctly initiazlize idmap tdb when creationg newSimo Sorce1-16/+16
2003-04-29This is a nice rewrite:Simo Sorce1-6/+15
2003-04-26enhancementsSimo Sorce1-5/+27
2003-04-19fixesSimo Sorce1-2/+12
2003-04-17seem that someone changed the semanthic of unix_strlower without fixing allSimo Sorce1-2/+2
2003-04-08some more debugging in case of failureSimo Sorce1-3/+2
2003-04-06This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on theSimo Sorce1-148/+12
2003-04-04Fixed compiler warning.Tim Potter1-1/+1
2003-04-02THE Idmap patch :-)Simo Sorce1-27/+27
2003-03-08more on idmapSimo Sorce1-35/+92
2003-03-08some more codeSimo Sorce1-0/+469