summaryrefslogtreecommitdiffstats
path: root/source4/winbind/idmap.c
Commit message (Collapse)AuthorAgeFilesLines
* shared: Move dom_sid_* utility functions to top levelKai Blin2009-02-011-1/+1
|
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-9/+5
| | | | | The previous ldb_search() interface made it way too easy to leak results, and being able to use a printf-like expression turns to be really useful.
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-1/+2
| | | | (This used to be commit b4e1ae07a284c044704322446c94351c2decff91)
* show what type of idmapping has failedAndrew Tridgell2008-04-141-2/+2
| | | | (This used to be commit 8a222419528153b889cb1a7eae09a155f196b9b5)
* idmap: Also store sid type in the idmap dbKai Blin2008-04-021-71/+74
| | | | (This used to be commit 018eb64f038210279b90925e6a981c067aef4be9)
* idmap: Map SIDs to unixids instead of uids/gidsKai Blin2008-03-181-540/+182
| | | | (This used to be commit 73ac7c4a1ce937bddd3c52d048665cd0078c6aaa)
* idmap: Handle SID->gidKai Blin2008-02-211-2/+255
| | | | (This used to be commit 78d22a28eca4dd89f629dbe75287e9ac3940606b)
* idmap: Handle SID->uidKai Blin2008-02-211-2/+255
| | | | (This used to be commit 4037ca6b9cf14219b4a4475399a51db01c655da6)
* idmap: Handle gid->SID mappingKai Blin2008-02-211-3/+154
| | | | (This used to be commit 6f2d95030cd7b4b22d1b75d15b76881449eda697)
* idmap: Handle uid->SID mappingKai Blin2008-02-211-0/+415
(This used to be commit 6ac6de8476ba036eb041e054bc37e4503dc2fde8)