Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-05 | s3:winbind: Convert WINBINDD_GID_TO_SID the new API | Volker Lendecke | 1 | -58/+0 | |
2009-08-05 | s3:winbind: Convert WINBINDD_UID_TO_SID the new API | Volker Lendecke | 1 | -58/+0 | |
2009-08-05 | s3:winbind: Convert WINBINDD_SID_TO_GID the new API | Volker Lendecke | 1 | -113/+0 | |
2009-08-05 | s3:winbind: Convert WINBINDD_SID_TO_UID to the new API | Volker Lendecke | 1 | -109/+0 | |
2009-08-05 | s3:winbind: Convert WINBINDD_LOOKUPNAME to the new API | Volker Lendecke | 1 | -60/+0 | |
2009-08-05 | s3:winbind: Convert WINBINDD_LOOKUPSID to the new API | Volker Lendecke | 1 | -42/+0 | |
2009-07-18 | s3: compile warning and upn handling | Bo Yang | 1 | -0/+5 | |
Signed-off-by: Bo Yang <boyang@samba.org> | |||||
2009-06-14 | Make winbindd_cli_state->response a pointer instead of a struct member | Volker Lendecke | 1 | -17/+17 | |
Same comment as in baa6084378e530b: This is just a preparatory checkin. Volker | |||||
2009-06-14 | Make winbindd_cli_state->request a pointer instead of a struct member | Volker Lendecke | 1 | -59/+59 | |
In itself, this is pretty pointless. But in the next steps I'll convert the winbind internal communication to wb_reqtrans which allocates the request properly. This minimizes the later diff. Volker | |||||
2008-11-18 | Clean-up various trailing space and >80 column lines. | Steven Danneman | 1 | -1/+2 | |
2008-11-18 | Added ability to remove id mappings in wbinfo and libwbclient. | Steven Danneman | 1 | -0/+42 | |
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 | |||||
2008-08-12 | idmap rewrite | Volker Lendecke | 1 | -5/+9 | |
(This used to be commit 30a180f2fce8cf6a3e5548f6bba453272ba70b33) | |||||
2008-08-12 | Remove the multi-ID lookup code and the 3.2.0 version of idmap_cache | Volker Lendecke | 1 | -26/+0 | |
(This used to be commit 1bd98521dc3f16ad77ccccd3979288c58e03ebe8) | |||||
2008-08-12 | Move the gid2sid cache to the parent winbind process | Volker Lendecke | 1 | -19/+77 | |
(This used to be commit a86a6835e2737fdbdf1f36bcd594d4b01a60acb9) | |||||
2008-08-12 | Move the uid2sid cache to the parent winbind process | Volker Lendecke | 1 | -19/+78 | |
(This used to be commit 6e885aeabba2265a06b726f567cb14dde12c8ccb) | |||||
2007-12-15 | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 1 | -1/+1 | |
least surprise for callers (This used to be commit eb523ba77697346a365589101aac379febecd546) | |||||
2007-12-12 | winbindd: remove unused WINBINDD_DUMP_MAPS support | Stefan Metzmacher | 1 | -39/+0 | |
Also the design of this function was really bad, instead do the dump into a file, the client should get back the list of mappings. metze (This used to be commit ce7fe8acf41e90553431c7cda6823700701835c7) | |||||
2007-12-11 | winbindd: pass const char *logfile to winbindd_dump_maps_async() | Stefan Metzmacher | 1 | -4/+12 | |
metze (This used to be commit a52237e3a10aa4ac15cd9e7b859a54c46bfa9cdf) | |||||
2007-10-22 | r25569: move more idmap stuff into winbindd_idmap.c | Stefan Metzmacher | 1 | -12/+0 | |
metze (cherry picked from commit 953229f040580071f6ee09413f67f7edd3227728) (This used to be commit 590954407b5badfb9d6b8fb55077dc6a520fb816) | |||||
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -14/+14 | |
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) | |||||
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -0/+12 | |
(This used to be commit 5c6c8e1fe93f340005110a7833946191659d88ab) | |||||
2007-10-10 | r25569: move more idmap stuff into winbindd_idmap.c | Stefan Metzmacher | 1 | -12/+0 | |
metze (This used to be commit 953229f040580071f6ee09413f67f7edd3227728) | |||||
2007-10-10 | r25154: move winbindd code into winbindd/ | Stefan Metzmacher | 1 | -0/+560 | |
metze (This used to be commit 3ac7566ae14c48ff9b0f6b232e0ec4b2f73df558) |