summaryrefslogtreecommitdiffstats
path: root/source3/sam
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add 'net idmap restore'. This restores a broken idmap fileVolker Lendecke2003-06-141-1/+42
* Sorry idra for messing around with your stuff, but this was obviously notVolker Lendecke2003-06-111-3/+3
* avoid races in getting high watermarkSimo Sorce2003-06-111-6/+32
* Fix for crash bug noticed by Luke Howard | PADL Software Pty Ltd | www.padl.com.Jeremy Allison2003-06-091-1/+1
* * break out more common code used between pdb_ldap and idmap_ldapGerald Carter2003-06-064-84/+188
* working draft of the idmap_ldap code.Gerald Carter2003-06-051-192/+254
* added idmap_ldap to wrong branch.Gerald Carter2003-06-031-1/+0
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-06-031-0/+838
|\
| * initial version of idmap_ldap.c; lots of updates to comeGerald Carter2003-06-031-0/+838
| * syncing LDAP schema changes with Samba_3_0Gerald Carter2003-05-141-4/+4
| * Fix compiler warnings.Jeremy Allison2003-05-121-2/+0
* | function() is *NOT* a valid C proto, but C++ only.Jeremy Allison2003-05-291-1/+1
* | Add smb_register_idmap(). Based on a patch from metzeJelmer Vernooij2003-05-293-38/+64
* | add idmap_winbind unless I made a better way to solve SID type for domainSimo Sorce2003-05-162-0/+156
* | *****LDAP schema changes*****Gerald Carter2003-05-141-4/+4
* | Fix obvious compiler warnings.Jeremy Allison2003-05-121-2/+0
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-05-031-0/+377
|\|
| * fixes to *_util.c filesSimo Sorce2003-05-031-13/+48
| * shouldn't wellknown group be well.. ..WKN_GRP ?Simo Sorce2003-05-021-1/+1
| * fix wrong debug messages in idmap_util.cSimo Sorce2003-05-011-2/+2
| * init wellknown in pdbedit tooSimo Sorce2003-05-011-24/+20
| * proper wellknown sids initialization at startupSimo Sorce2003-05-011-0/+46
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-05-012-0/+655
|\|
| * *id_to_*id call reshape to return NTSTATUS errorsSimo Sorce2003-05-013-102/+128
| * correctly initiazlize idmap tdb when creationg newSimo Sorce2003-04-302-94/+168
| * auto-init for utility functionsSimo Sorce2003-04-301-0/+18
| * This is a nice rewrite:Simo Sorce2003-04-292-16/+19
| * forgot to add the file where things movedSimo Sorce2003-04-291-0/+189
| * consolidate idmap code in one placeSimo Sorce2003-04-291-1/+1
| * make winbind use idmap as well.Simo Sorce2003-04-272-159/+3
| * enhancementsSimo Sorce2003-04-261-5/+27
| * add idmap only parameterSimo Sorce2003-04-261-0/+29