Age | Commit message (Expand) | Author | Files | Lines |
2013-07-10 | s4-winbindd: Do not terminate a connection that is still pending (bug #9820) | Andrew Bartlett | 3 | -2/+64 |
2013-06-20 | s4-winbind: Add special case for BUILTIN domain | Andrew Bartlett | 3 | -20/+37 |
2013-06-04 | s4:winbind: don't leak libnet_context into the main event context | Stefan Metzmacher | 1 | -0/+2 |
2013-05-27 | s4:idmap: break account_type check lines for readability in idmap_sid_to_xid() | Michael Adam | 1 | -2/+7 |
2013-05-16 | winbind4: Fix bug 9832 -- talloc use after free | Volker Lendecke | 1 | -1/+1 |
2013-05-16 | source4/winbind/wb_samba3_cmd.c: Fix typo in comment. | Karolin Seeger | 1 | -1/+1 |
2013-04-30 | winbind4: Fix bug 9832 -- talloc use after free | Volker Lendecke | 1 | -1/+1 |
2013-02-28 | s4:winbindd: fix spacing and line length in cmd_getpwnam_recv_domain() | Michael Adam | 1 | -1/+2 |
2013-02-27 | s4:winbindd: do not drop the workgroup name in the getgrgid call | Michael Adam | 1 | -1/+11 |
2013-02-27 | s4:winbindd: do not drop the workgroup name in the getgrnam and getgrent calls. | Michael Adam | 1 | -1/+11 |
2013-02-18 | wb_samba3_cmd.c: Fix typo in comment. | Karolin Seeger | 1 | -1/+1 |
2013-01-10 | s4-idmap: Remove requirement that posixAccount or posixGroup be set for rfc2307 | Andrew Bartlett | 1 | -6/+3 |
2013-01-09 | Use the new directory_create_or_exist_strict() function. | Andreas Schneider | 1 | -2/+7 |
2012-12-15 | libcli/auth: rename netlogon_creds_decrypt_samlogon() to netlogon_creds_decry... | Günther Deschner | 1 | -3/+3 |
2012-09-10 | Set trans to a value that is not LDB_SUCCESS (all LDB_ constants are | Michele Baldessari | 1 | -1/+1 |
2012-08-25 | s4:winbind: let wb_update_rodc_dns_send/recv use netlogon_queue (bug #9097) | Stefan Metzmacher | 1 | -3/+30 |
2012-08-25 | s4:winbind: let wb_sam_logon_send/recv() use the netlogon_queue (bug #9097) | Stefan Metzmacher | 1 | -3/+30 |
2012-08-25 | s4:winbind: add a netlogon_queue (tevent_queue) | Stefan Metzmacher | 2 | -0/+12 |
2012-08-25 | s4:winbind: convert wb_update_rodc_dns_send/recv to tevent_req | Stefan Metzmacher | 2 | -78/+122 |
2012-08-25 | s4:winbind: convert wb_sam_logon_send/recv to tevent_req | Stefan Metzmacher | 3 | -93/+140 |
2012-08-25 | s4:winbind: convert wb_sid2domain to tevent_req internally | Stefan Metzmacher | 1 | -74/+174 |
2012-07-22 | s4 rfc2307 gids mapping fix | Sergey Urushkin | 1 | -7/+8 |
2012-07-19 | s4-param: Remove unused "idmap trusted only" | Andrew Bartlett | 1 | -6/+0 |
2012-06-20 | s4-idmap: Add parameter 'idmap_ldb:use rfc2307' and correct implementation er... | Andrew Bartlett | 1 | -20/+45 |
2012-06-16 | s4-idmap: Add mapping using uidNumber and gidNumber like idmap_ad | Andrew Bartlett | 2 | -2/+123 |
2012-06-15 | lib/param: Create a seperate server role for "active directory domain control... | Andrew Bartlett | 2 | -3/+6 |
2012-04-23 | s4-libnet Always return after composite_error() | Andrew Bartlett | 2 | -0/+4 |
2012-02-29 | s4:winbind: use ncalrpc for connections to ourself | Stefan Metzmacher | 2 | -7/+38 |
2012-02-29 | s4-winbindd: Do not ask for a tree that we will not use | Andrew Bartlett | 1 | -4/+0 |
2011-12-14 | s4-librpc: Fix NETLOGON credential chain with Windows 2008. | Andreas Schneider | 1 | -2/+2 |
2011-10-24 | idl: Improve MS-PAC IDL | Simo Sorce | 2 | -7/+7 |
2011-10-08 | build: build wbinfo only once in the waf build | Andrew Bartlett | 1 | -4/+0 |
2011-09-24 | s4 winbind: Don't drop workgroup name for getpw* | Kai Blin | 2 | -2/+16 |
2011-09-08 | s4-winbindd: implement WINBINDD_SIDS_TO_XIDS | Andrew Tridgell | 2 | -1/+97 |
2011-09-08 | s4-winbindd: fixed handling of extra_data in s3 requests | Andrew Tridgell | 1 | -1/+37 |
2011-09-08 | s4-winbind: added count argument to wb_sids2xids_recv() | Andrew Tridgell | 4 | -4/+7 |
2011-08-08 | build: provide tevent-util as a public library | Andrew Bartlett | 1 | -1/+1 |
2011-07-14 | s4-winbind handle all values for server role | Andrew Bartlett | 1 | -0/+1 |
2011-06-22 | s4:winbind/wb_init_domain: use DCERPC_SCHANNEL_128 in order to work against w... | Stefan Metzmacher | 1 | -1/+1 |
2011-06-16 | s4:winbind/wb_samba3_protocol.c - rework it using concrete enum values | Matthias Dieter Wallnöfer | 1 | -3/+27 |
2011-06-09 | s4:winbind/wb_samba3_protocol.c - quiet enum warning | Matthias Dieter Wallnöfer | 1 | -22/+3 |
2011-06-06 | s4-param Remove 'idmap database' | Andrew Bartlett | 1 | -1/+1 |
2011-05-04 | Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1. | Jeremy Allison | 1 | -1/+1 |
2011-03-19 | source4/winbind: Fix prototypes for all functions. | Jelmer Vernooij | 3 | -0/+7 |
2011-02-17 | s4-waf: move wbinfo buildrule to winbind. | Günther Deschner | 1 | -0/+4 |
2011-02-10 | ldb: use #include <ldb.h> for ldb | Andrew Tridgell | 1 | -1/+1 |
2011-02-08 | pam: share pam errors in a common location. | Günther Deschner | 1 | -1/+1 |
2011-01-12 | s4:winbind/idmap.c - we cannot use "failed" until we are in a transaction | Matthias Dieter Wallnöfer | 1 | -8/+14 |
2011-01-12 | Add some debug in s4's winbind server | Matthieu Patou | 3 | -2/+3 |
2010-12-12 | s4:libcli/finddc.h - fix header dependancies | Matthias Dieter Wallnöfer | 1 | -2/+0 |