summaryrefslogtreecommitdiffstats
path: root/source3/sam
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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