summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/idmap_tdb.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:idmap_tdb: simplify talloc usage with temp context from talloc_stackframeMichael Adam2009-02-061-6/+2
| | | | Michael
* s3:idmap_tdb: refactor out new function idmap_tdb_load_ranges()Michael Adam2009-02-061-22/+30
| | | | Michael
* s3:idmap_tdb: use transactions in idmap_tdb_allocate_id()Michael Adam2009-02-061-1/+18
| | | | Michael
* s3:idmap_tdb: add tmp talloc ctx to idmap_tdb_sid_to_id and remove an fstringMichael Adam2009-02-061-7/+5
| | | | Michael
* s3:idmap: move IDMAP_VERSION to the idmap tdb backend, where it belogns.Michael Adam2009-01-301-0/+5
| | | | Michael
* s3:idmap_tdb: convert to the dbwrap apiStefan Metzmacher2009-01-191-244/+223
| | | | metze
* Clean-up various trailing space and >80 column lines.Steven Danneman2008-11-181-19/+30
|
* Added ability to remove id mappings in wbinfo and libwbclient.Steven Danneman2008-11-181-2/+12
| | | | | | | | | | | | | | | | | The idmap_tdb backend already provides an interface to remove existing id mappings. This commit plumbs that ability up through, winbindd, libwbclient, and wbinfo. Added new winbindd command: WINBINDD_REMOVE_MAPPING Added new libwbclient interfaces: wbcRemoveUidMapping() and wbcRemoveGidMapping() Added new wbinfo options: --remove-uid-mapping --remove-gid-mapping Increased libwbclient version to 0.2 Increased winbind interface version to 20
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-1/+1
|
* Remove two unused variablesVolker Lendecke2008-08-121-2/+1
| | | | (This used to be commit 257b0401ee675b6b7eddf2b46a0f8115940e6640)
* Remove "idmap alloc config : range" parameterVolker Lendecke2008-08-121-47/+28
| | | | | | This was overwritten by "idmap uid/gid" anyway. These are now the range parameters for the alloc backend. (This used to be commit d563a7b80dc3e759069db2cd54d596a1b8c55191)
* idmap rewriteVolker Lendecke2008-08-121-42/+3
| | | | (This used to be commit 30a180f2fce8cf6a3e5548f6bba453272ba70b33)
* Revert "Fix nonempty whitespace only lines"Volker Lendecke2008-07-111-3/+3
| | | | | This reverts commit cc77db2acbc35cea58576f1e28c7a760a5e31609. (This used to be commit ed5b516c2027d78011cdaa7cbbc01bb01e766381)
* Fix nonempty whitespace only linesVolker Lendecke2008-07-021-3/+3
| | | | (This used to be commit cc77db2acbc35cea58576f1e28c7a760a5e31609)
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-5/+5
| | | | | least surprise for callers (This used to be commit eb523ba77697346a365589101aac379febecd546)
* Replace sid_string_static with sid_to_stringVolker Lendecke2007-12-151-3/+9
| | | | | | This adds 28 fstrings on the stack, but I think an fstring on the stack is still far better than a static one. (This used to be commit c7c885078be8fd3024c186044ac28275d7609679)
* Patch 2 of 3 from Debian Samba packagers:Gerald (Jerry) Carter2007-11-011-1/+1
| | | | | | | | | | | | | | | | | | The point is doing the following associations: - non discardable state data (all TDB files that may need to be backed up) go to statedir - shared data (codepage stuff) go to codepagedir The patch *does not change* the default location for these directories. So, there is no behaviour change when applying it. The main change is for samba developers who have to think when dealing with files that previously pertained to libdir whether they: - go in statedir - go in codepagedir - stay in libdir (This used to be commit d6cdbfd875bb2653e831d314726c3240beb0a96b)
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-7/+7
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+1232
metze (This used to be commit 3ac7566ae14c48ff9b0f6b232e0ec4b2f73df558)