summaryrefslogtreecommitdiff
path: root/source3/sam
AgeCommit message (Expand)AuthorFilesLines
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
2003-06-03added idmap_ldap to wrong branch.Gerald Carter1-1/+0
2003-06-03This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+838
2003-06-03initial version of idmap_ldap.c; lots of updates to comeGerald Carter1-0/+838
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 Vernooij3-38/+64
2003-05-16add idmap_winbind unless I made a better way to solve SID type for domainSimo Sorce2-0/+156
2003-05-14syncing LDAP schema changes with Samba_3_0Gerald Carter1-4/+4
2003-05-14*****LDAP schema changes*****Gerald Carter1-4/+4
2003-05-12Fix compiler warnings.Jeremy Allison1-2/+0
2003-05-12Fix obvious compiler warnings.Jeremy Allison1-2/+0
2003-05-03This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+377
2003-05-03fixes to *_util.c filesSimo Sorce1-13/+48
2003-05-02shouldn't wellknown group be well.. ..WKN_GRP ?Simo Sorce1-1/+1
2003-05-01fix wrong debug messages in idmap_util.cSimo Sorce1-2/+2
2003-05-01init wellknown in pdbedit tooSimo Sorce1-24/+20
2003-05-01proper wellknown sids initialization at startupSimo Sorce1-0/+46
2003-05-01This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2-0/+655
2003-05-01*id_to_*id call reshape to return NTSTATUS errorsSimo Sorce3-102/+128
2003-04-30correctly initiazlize idmap tdb when creationg newSimo Sorce2-94/+168
2003-04-30auto-init for utility functionsSimo Sorce1-0/+18
2003-04-29This is a nice rewrite:Simo Sorce2-16/+19
2003-04-29forgot to add the file where things movedSimo Sorce1-0/+189
2003-04-29consolidate idmap code in one placeSimo Sorce1-1/+1
2003-04-27make winbind use idmap as well.Simo Sorce2-159/+3
2003-04-26enhancementsSimo Sorce1-5/+27
2003-04-26add idmap only parameterSimo Sorce1-0/+29
2003-04-24Patch from Stefan Metzmacher to add default parameters to the lp_parm()Jelmer Vernooij1-3/+3
2003-04-19fixesSimo Sorce2-5/+18
2003-04-17seem that someone changed the semanthic of unix_strlower without fixing allSimo Sorce2-5/+8
2003-04-16NTSTATUS strings are much more use than raw numbers...Andrew Bartlett1-2/+2
2003-04-08some more debugging in case of failureSimo Sorce2-3/+4
2003-04-06fix commitSimo Sorce1-2/+2
2003-04-06This commit make winbindd copy winbindd_idmap.tdb into idmap.tdb on theSimo Sorce2-150/+18
2003-04-05some more idmapping :)Simo Sorce1-18/+61
2003-04-04Fixed compiler warning.Tim Potter1-1/+1
2003-04-02THE Idmap patch :-)Simo Sorce3-85/+170
2003-03-22- Use FUNCTION_MACRO, not __FUNCTION__.Jelmer Vernooij1-2/+2
2003-03-08more on idmapSimo Sorce2-69/+192
2003-03-08some more codeSimo Sorce2-0/+472