Age | Commit message (Expand) | Author | Files | Lines |
2010-01-02 | s3: simplify find_root_domain, find_our_domain() never fails | Volker Lendecke | 1 | -4/+2 |
2010-01-02 | s3: Use global_sid_Builtin in find_builtin_domain | Volker Lendecke | 1 | -4/+1 |
2010-01-02 | s3: Avoid adding a domain twice | Volker Lendecke | 1 | -6/+7 |
2010-01-02 | s3: Make free_domain_list() static | Volker Lendecke | 1 | -1/+1 |
2010-01-02 | s3: Introduce domain_is_forest_root() helper function | Volker Lendecke | 1 | -3/+9 |
2009-12-26 | s3: Replace IS_DOMAIN_OFFLINE by a function | Volker Lendecke | 1 | -0/+11 |
2009-12-26 | s3: winbindd_cli_state->getgrent_state is no longer used | Volker Lendecke | 1 | -23/+0 |
2009-12-23 | s3: Remove some unused code | Volker Lendecke | 1 | -66/+0 |
2009-08-26 | s3/winbindd: Remove unnecessary check for NULL SID | Steven Danneman | 1 | -7/+2 |
2009-08-23 | s3:winbind: Even on a domain controller, "our" domain is internal | Volker Lendecke | 1 | -6/+0 |
2009-08-23 | s3:winbind: For internal domains it is pointless to connect to a DC | Volker Lendecke | 1 | -1/+5 |
2009-08-16 | s3:winbind: Add const to normalize_name_map | Volker Lendecke | 1 | -1/+1 |
2009-08-02 | Refactor 9b78af1f: Fix lookupname recursion | Volker Lendecke | 1 | -3/+8 |
2009-08-01 | Place a comment correctly | Volker Lendecke | 1 | -1/+4 |
2009-07-18 | s3: compile warning and upn handling | Bo Yang | 1 | -1/+2 |
2009-06-14 | Make winbindd_cli_state->response a pointer instead of a struct member | Volker Lendecke | 1 | -6/+6 |
2009-06-14 | Make rescan_trusted_domains a timed event | Volker Lendecke | 1 | -21/+10 |
2009-06-14 | Remove unused init_child_connection() | Volker Lendecke | 1 | -135/+0 |
2009-06-14 | Convert the winbind parent->child communication to wb_reqtrans | Volker Lendecke | 1 | -2/+0 |
2009-06-14 | Make winbindd_cli_state->request a pointer instead of a struct member | Volker Lendecke | 1 | -6/+6 |
2009-05-25 | s3:winbind_util: remove trailing spaces | Michael Adam | 1 | -56/+56 |
2009-05-11 | Fix some nonempty blank lines | Volker Lendecke | 1 | -37/+37 |
2009-03-18 | s3:winbindd: remove unused close_winbindd_socket() function | Stefan Metzmacher | 1 | -18/+0 |
2009-01-21 | Memory leaks and other fixes found by Coverity | todd stecher | 1 | -2/+10 |
2008-12-22 | Fix "allow trusted domain" so it disables trusted domains. | Gerald (Jerry) Carter | 1 | -2/+11 |
2008-10-01 | Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>. | Jeremy Allison | 1 | -2/+1 |
2008-09-29 | re-added "winbind:ignore domains" patch | Andrew Tridgell | 1 | -0/+17 |
2008-09-23 | [s3]winbindd_util: add fill_domain_username_talloc(). | Michael Adam | 1 | -0/+27 |
2008-09-23 | [s3]winbind_util: fix an implicit cast compile warning. | Michael Adam | 1 | -1/+1 |
2008-09-16 | winbindd: Add support for name aliasing. | Gerald (Jerry) Carter | 1 | -17/+90 |
2008-09-11 | Fix for bug 5571 | Simo Sorce | 1 | -0/+25 |
2008-08-25 | winbindd: move set_auth_errors to util functions. | Günther Deschner | 1 | -0/+12 |
2008-08-20 | Here is a re-working of the winbindd | Jeremy Allison | 1 | -1/+1 |
2008-08-15 | I think the problem with these functions is that lookup_usergroups | Herb Lewis | 1 | -1/+1 |
2008-08-12 | idmap rewrite | Volker Lendecke | 1 | -0/+34 |
2008-06-20 | Fix bug #5533. Winbindd fails to cope correctly with a workgroup name contain... | Jeremy Allison | 1 | -9/+3 |
2008-05-30 | Split the winbindd_passdb backend into a 'builtin' and a 'sam' | Jeremy Allison | 1 | -3/+5 |
2008-05-29 | Fix winbindd on a PDC by reverting : 83b04c60fac76ccd2d5aecb14f8896a07d488b1f... | Jeremy Allison | 1 | -0/+6 |
2008-04-04 | Use sid_array_from_info3 in lookup_usergroups_cached(). | Günther Deschner | 1 | -40/+10 |
2008-03-31 | Forest root trust flags won't overwrite child trust flags | Steven Danneman | 1 | -3/+3 |
2008-02-17 | Use netr_SamInfo3 everywhere in winbindd. | Günther Deschner | 1 | -9/+9 |
2008-02-01 | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test | Simo Sorce | 1 | -36/+68 |
2008-02-01 | Fix winbindd running on a Samba DC, | Simo Sorce | 1 | -6/+0 |
2008-01-29 | Remove include/rpc_ds.h and all references to it completly. | Günther Deschner | 1 | -11/+11 |
2008-01-25 | Always trust the domain flags in the wcache trusted domain cache. | Gerald W. Carter | 1 | -13/+33 |
2008-01-25 | Fix winbindd_can_contact_domain() on a samba DC. | Michael Adam | 1 | -3/+6 |
2008-01-25 | Add a debug message winbindd_can_contact_domain() | Michael Adam | 1 | -0/+2 |
2008-01-25 | Fix assignment to request->data.init_conn.is_primary in init_child_connection(). | Michael Adam | 1 | -1/+1 |
2008-01-23 | Initialize _domain_list to NULL. | Michael Adam | 1 | -1/+1 |
2008-01-09 | Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS. | Michael Adam | 1 | -9/+12 |