Age | Commit message (Expand) | Author | Files | Lines |
2010-10-14 | libcli/auth Merge source4/libcli/security and util_sid.c into the common code | Andrew Bartlett | 1 | -1/+1 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -1/+1 |
2010-09-20 | s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions. | Günther Deschner | 1 | -3/+4 |
2010-09-11 | s3-auth Change type of num_sids to uint32_t | Andrew Bartlett | 1 | -2/+2 |
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 1 | -0/+1 |
2010-07-06 | s3-winbind: Fixed the winbind caching. | Günther Deschner | 1 | -5/+2 |
2010-05-31 | s3:winbind tidy up connecting the winbind sockets. | Andrew Bartlett | 1 | -43/+0 |
2010-05-28 | s3:winbind Kill amusing but un-used winbindd_kill_all_clients | Andrew Bartlett | 1 | -17/+0 |
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -12/+12 |
2010-04-25 | s3: Convert add_trusted_domains() to wb_domain_request_send() | Volker Lendecke | 1 | -22/+19 |
2010-04-25 | s3: Simplify trustdom_state | Volker Lendecke | 1 | -10/+5 |
2010-04-25 | s3: Make "struct trustdom_state" its own talloc context | Volker Lendecke | 1 | -14/+9 |
2010-04-23 | s3-winbind: fix setup_domain_child() callers. | Günther Deschner | 1 | -2/+2 |
2010-04-23 | s3: Fix a winbind crash when scanning trusts | Volker Lendecke | 1 | -0/+6 |
2010-04-08 | s3: Remove the separate "child" argument from setup_domain_child() | Volker Lendecke | 1 | -10/+5 |
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 |