Age | Commit message (Expand) | Author | Files | Lines |
2011-07-21 | s3:winbindd_cm: remove unused checks for address family | Stefan Metzmacher | 1 | -37/+0 |
2011-07-21 | s3:libsmb: replace cli_initialise[_ex]() by cli_state_create() | Stefan Metzmacher | 1 | -7/+2 |
2011-07-21 | s3:winbindd remove an unused variable | Christian Ambach | 1 | -2/+0 |
2011-07-11 | s3:winbindd_cm: make use of cli->src_ss instead of calling getsockname() | Stefan Metzmacher | 1 | -2/+8 |
2011-07-11 | s3:winbindd_cm: make use of cli->dest_ss instead calling getpeername() | Stefan Metzmacher | 1 | -1/+7 |
2011-07-11 | s3:winbindd_cm: make use of cli_state_disconnect() | Stefan Metzmacher | 1 | -4/+2 |
2011-07-11 | s3:winbindd_cm: make use of cli_state_is_connected() | Stefan Metzmacher | 1 | -9/+6 |
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 1 | -4/+4 |
2011-06-09 | s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc() | Andrew Bartlett | 1 | -2/+2 |
2011-05-06 | s3-libsmb: move protos to libsmb/proto.h | Günther Deschner | 1 | -0/+1 |
2011-05-04 | Fix warning messages caused by addition of null check in fstrcpy macro. | Jeremy Allison | 1 | -1/+1 |
2011-05-02 | s3: remove various references to server side dcerpc structs (which are not ne... | Günther Deschner | 1 | -1/+0 |
2011-04-29 | s3: Make winbindd_reinit_after_fork return NTSTATUS | Volker Lendecke | 1 | -1/+5 |
2011-04-29 | s3: In winbind, close parent/child sockets | Volker Lendecke | 1 | -1/+1 |
2011-04-28 | s3: Close the winbind client fds after forking | Volker Lendecke | 1 | -0/+10 |
2011-04-27 | Remove fstrings from client struct. Properly talloc strings (ensuring we neve... | Jeremy Allison | 1 | -1/+6 |
2011-04-25 | s3: Add a 10-second timeout for the 445 or netbios connection to a DC | Volker Lendecke | 1 | -2/+2 |
2011-04-24 | s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status() | Stefan Metzmacher | 1 | -1/+1 |
2011-03-30 | s3-includes: only include ntdomain.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-messages: make ndr_messaging.h part of messages.h. | Günther Deschner | 1 | -1/+0 |
2011-03-30 | s3-messages: only include messages.h where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-30 | s3-passdb: use passdb headers where needed. | Günther Deschner | 1 | -0/+1 |
2011-03-28 | s3: Fix Coverity ID 2173: FORWARD_NULL | Volker Lendecke | 1 | -1/+1 |
2011-03-19 | s3-build: use HAVE_ADS define in some more places. | Günther Deschner | 1 | -1/+1 |
2011-03-18 | s3: Cope with 192.168.1.1/24 in smbcontrol ip-dropped | Volker Lendecke | 1 | -4/+32 |
2011-03-05 | s3: Fix uninitialized variables | Volker Lendecke | 1 | -1/+2 |
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 1 | -0/+1 |
2011-02-04 | s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945) | Günther Deschner | 1 | -0/+1 |
2011-02-03 | Fix value overflow (one too many 'f's ). | Jeremy Allison | 1 | -1/+1 |
2011-02-02 | s3-winbind: prefer dcerpc_lsa_X functions in winbindd/winbind_cm.c | Günther Deschner | 1 | -29/+35 |
2011-02-02 | s3-winbind: prefer dcerpc_samr_X functions in invalidate_cm_connection. | Günther Deschner | 1 | -3/+6 |
2011-02-02 | s3-winbind: prefer dcerpc_samr_X functions in cm_connect_sam. | Günther Deschner | 1 | -13/+35 |
2011-02-02 | s3-winbind: use status variable name in cm_connect_sam. | Günther Deschner | 1 | -33/+33 |
2011-01-19 | s3: Add wbinfo --dc-info | Volker Lendecke | 1 | -0/+93 |
2011-01-13 | s3-winbind: prefer dcerpc_netr_X functions. | Günther Deschner | 1 | -9/+23 |
2011-01-11 | s3:winbindd: use ndr_dssetup_c.h instead of cli_dssetup.h | Stefan Metzmacher | 1 | -1/+1 |
2011-01-07 | s3: Use the new nbt_getdc in winbindd_cm | Volker Lendecke | 1 | -23/+9 |
2011-01-04 | s3:winbindd: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation() | Stefan Metzmacher | 1 | -1/+4 |
2011-01-01 | s3: Remove unused mem_ctx arg from set_getdc_request | Volker Lendecke | 1 | -1/+1 |
2010-12-29 | s3: Allow more control over smbsock_[any_]connect | Volker Lendecke | 1 | -3/+4 |
2010-12-28 | s3:winbindd: remove useless ';' | Stefan Metzmacher | 1 | -1/+1 |
2010-12-22 | s3: Use smbsock_any_connect in winbind | Volker Lendecke | 1 | -45/+13 |
2010-11-14 | Fix the unexpected.tdb database problem. Change nmbd to store the | Jeremy Allison | 1 | -1/+6 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -0/+1 |
2010-09-30 | s3: Add "smbcontrol winbindd ip-dropped <local-ip>" | Volker Lendecke | 1 | -0/+33 |
2010-09-10 | s3/winbind: use mono time for startup timeout check | Björn Jacke | 1 | -2/+2 |
2010-09-08 | s3: Make winbind_add_failed_connection_entry static | Volker Lendecke | 1 | -3/+4 |
2010-09-08 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2010-09-08 | s3: Simplify cm_connect_sam a bit | Volker Lendecke | 1 | -5/+1 |
2010-09-08 | s3: Check for sid instead of name in cm_connect_sam | Volker Lendecke | 1 | -1/+1 |