Age | Commit message (Expand) | Author | Files | Lines |
2008-12-19 | Make cli_negprot return NTSTATUS instead of bool | Volker Lendecke | 1 | -3/+4 |
2008-12-03 | s3: Change sockaddr util function names for consistency | Tim Prouty | 1 | -1/+1 |
2008-11-03 | s3: fix a few "shadows a global declaration" warnings | Tim Prouty | 1 | -4/+4 |
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-23 | s3: fix simple "incompatible pointer type" build warning | Tim Prouty | 1 | -1/+1 |
2008-10-23 | Use sockaddr_storage only where we rely on the size, use sockaddr | Jelmer Vernooij | 1 | -1/+1 |
2008-09-23 | s3: fix NETLOGON_NT_VERSION version flags. | Günther Deschner | 1 | -1/+1 |
2008-09-04 | Cleanup of DC enumeration in get_dcs() | Steven Danneman | 1 | -24/+74 |
2008-08-23 | Fix some nonempty blank lines | Volker Lendecke | 1 | -26/+26 |
2008-08-22 | Don't re-initialize a token when we already have one. This fixes the build fa... | Jeremy Allison | 1 | -0/+3 |
2008-08-22 | winbindd: Fix crash in cm_connect_sam() | Gerald (Jerry) Carter | 1 | -2/+7 |
2008-08-20 | Here is a re-working of the winbindd | Jeremy Allison | 1 | -8/+31 |
2008-08-14 | Revert "Add winbind:online check timeout parameter" | Volker Lendecke | 1 | -16/+0 |
2008-08-13 | Add winbind:online check timeout parameter | Volker Lendecke | 1 | -0/+16 |
2008-08-06 | fixed a fd leak when trying to regain contact to a domain controller | Andrew Tridgell | 1 | -0/+1 |
2008-07-20 | Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_key | Volker Lendecke | 1 | -16/+14 |
2008-07-20 | Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp | Volker Lendecke | 1 | -11/+14 |
2008-07-20 | Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth | Volker Lendecke | 1 | -15/+18 |
2008-06-27 | libads: Add API call to connect to a global catalog server. | Gerald W. Carter | 1 | -2/+4 |
2008-06-17 | Revert "Fix a memleak caused by a crappy get_sorted_dc_list() API" | Volker Lendecke | 1 | -14/+1 |
2008-06-08 | Bugfix noticed by Herb. On using the again: tag as a | Jeremy Allison | 1 | -0/+15 |
2008-06-05 | Fix a memleak caused by a crappy get_sorted_dc_list() API | Volker Lendecke | 1 | -1/+14 |
2008-06-03 | winbindd_cm: Replace the use of lp_realm() with our_domain->alt_name. | Gerald W. Carter | 1 | -1/+7 |
2008-05-26 | winbind: correctly omit check for trusted domain support in cm_prepare_connec... | Michael Adam | 1 | -1/+1 |
2008-05-23 | Manually merge Steven Danneman's patch for SPNEGO auth to a trusted | Gerald W. Carter | 1 | -5/+7 |
2008-05-23 | Manually port Steven Dannenman fix for using the correct machine domain when | Gerald W. Carter | 1 | -3/+3 |
2008-05-09 | Use strip_hostname after dsgetdcname/getdcname calls. | Günther Deschner | 1 | -7/+1 |
2008-05-09 | dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever... | Günther Deschner | 1 | -0/+1 |
2008-05-06 | mailslot/cldap: use nt_version bits in queries. | Günther Deschner | 1 | -1/+3 |
2008-04-24 | mailslot: allow to give back struct nbt_ntlogon_packet. | Günther Deschner | 1 | -1/+2 |
2008-04-24 | mailslot: allow to define nt_version in send_getdc_request(). | Günther Deschner | 1 | -1/+1 |
2008-04-23 | Fix CLEAR_IF_FIRST handling of messages.tdb | Volker Lendecke | 1 | -1/+1 |
2008-04-21 | cldap: avoid duplicate definitions so remove ads_cldap.h. | Günther Deschner | 1 | -1/+1 |
2008-04-21 | winbind: pass down existing talloc context. | Günther Deschner | 1 | -5/+6 |
2008-04-21 | winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply. | Günther Deschner | 1 | -1/+3 |
2008-04-20 | Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct | Volker Lendecke | 1 | -29/+23 |
2008-04-20 | Introduce rpccli_set_timeout() | Volker Lendecke | 1 | -2/+2 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -4/+4 |
2008-04-18 | winbindd: call reinit_after_fork() in the child processes | Stefan Metzmacher | 1 | -3/+2 |
2008-04-17 | Move GETDC mailslot out of winbindd. | Günther Deschner | 1 | -162/+2 |
2008-04-10 | Also accept 0x15 getdc replies | Volker Lendecke | 1 | -19/+22 |
2008-04-09 | Try anonymous session setup | Volker Lendecke | 1 | -1/+3 |
2008-04-02 | Fix NETLOGON credential chain with Windows 2008 all over the place. | Günther Deschner | 1 | -5/+1 |
2008-03-31 | Fix enumeration of forest trusts from our root domain. | Gerald W. Carter | 1 | -1/+1 |
2008-03-26 | Fix winbind NETLOGON cred chain on a samba dc for w2k8 trusts. | Günther Deschner | 1 | -1/+5 |
2008-03-19 | Merge dd9e0bea31751 from 3-0-ctdb -- use NetSamLogonEx when possible | Volker Lendecke | 1 | -0/+10 |
2008-03-10 | Use a separate tdb for mutexes | Volker Lendecke | 1 | -11/+6 |
2008-02-08 | Use rpccli_netr_DsRGetDCName() in rpcclient and winbindd. | Günther Deschner | 1 | -12/+13 |
2008-02-08 | Use rpccli_lsa_QueryInfoPolicy() all over the place. | Günther Deschner | 1 | -14/+17 |
2008-02-08 | Use rpccli_lsa_QueryInfoPolicy2 in winbindd. | Günther Deschner | 1 | -16/+19 |