Age | Commit message (Expand) | Author | Files | Lines |
2008-10-15 | s3: fix samlogon client and server calls. | Günther Deschner | 1 | -10/+10 |
2008-09-21 | netlogon: move password change code out to rpccli_netlogon_set_trust_password. | Günther Deschner | 1 | -0/+91 |
2008-07-30 | rpc_client: Bug 5616 - fix session keys also in rpccli_netr_LogonSamLogonEx w... | Günther Deschner | 1 | -9/+6 |
2008-07-28 | Attempt to fix bug 5616 | Volker Lendecke | 1 | -9/+6 |
2008-07-21 | Remove some unused code | Volker Lendecke | 1 | -91/+0 |
2008-07-21 | Remove one reference to PI_NETLOGON | Volker Lendecke | 1 | -1/+2 |
2008-07-20 | Allocate rpc_cli->dc in rpccli_netlogon_setup_creds() | Volker Lendecke | 1 | -6/+5 |
2008-04-20 | Remove the pipe_idx variable from rpc_pipe_client | Volker Lendecke | 1 | -1/+1 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -2/+2 |
2008-04-20 | Refactoring: Make struct rpc_pipe_client its own talloc parent | Volker Lendecke | 1 | -2/+2 |
2008-04-02 | Fix NETLOGON credential chain with Windows 2008 all over the place. | Günther Deschner | 1 | -0/+11 |
2008-03-27 | Fix samlogon rpc client & server. | Günther Deschner | 1 | -6/+6 |
2008-03-27 | Fix typo. | Günther Deschner | 1 | -2/+0 |
2008-02-27 | Add my copyright. | Günther Deschner | 1 | -0/+1 |
2008-02-19 | Fix some uninitialized data in new netlogon client. | Günther Deschner | 1 | -0/+9 |
2008-02-17 | Remove unused marshalling for NET_AUTH3. | Günther Deschner | 1 | -52/+0 |
2008-02-17 | Use rpccli_netr_LogonSamLogonEx in rpccli wrapping function. | Günther Deschner | 1 | -39/+57 |
2008-02-17 | Finally let our samlogon routines call rpccli_netr_LogonSamLogon internally and | Günther Deschner | 1 | -140/+213 |
2008-02-16 | Remove unused marshalling for NET_SRV_PWSET. | Günther Deschner | 1 | -48/+0 |
2008-02-16 | Remove unused marshalling for NET_REQ_CHAL and NET_AUTH2. | Günther Deschner | 1 | -82/+2 |
2008-02-15 | Replace DOM_CHAL with "struct netr_Credential" where we can right now. | Günther Deschner | 1 | -28/+24 |
2008-02-15 | Remove unused marshalling for NET_SAM_SYNC. | Günther Deschner | 1 | -53/+0 |
2008-02-15 | Remove unused marshalling for NET_SAM_DELTAS. | Günther Deschner | 1 | -52/+0 |
2008-02-13 | Remove unused marshalling for NET_LOGON_CTRL and NET_LOGON_CTRL2. | Günther Deschner | 1 | -32/+0 |
2008-02-08 | Remove unused marshalling for NET_DSR_GETDCNAME. | Günther Deschner | 1 | -136/+0 |
2008-02-07 | Remove unused marshalling for NET_DSR_GESITENAME. | Günther Deschner | 1 | -42/+0 |
2008-02-07 | Remove unused marshalling for NET_GETANYDCNAME and NET_GETANYDCNAME. | Günther Deschner | 1 | -78/+0 |
2008-01-25 | Remove hand-written rpccli_netlogon_dsr_getdcnameex[2]. | Günther Deschner | 1 | -103/+0 |
2007-12-28 | Remove static zeros | Volker Lendecke | 1 | -4/+6 |
2007-12-21 | Kill fstring in getdcname & getanydcname return. | Günther Deschner | 1 | -6/+8 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23380: netr_getdcname returns WERROR not NTSTATUS. | Günther Deschner | 1 | -7/+7 |
2007-10-10 | r23219: Two warnings | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we... | Günther Deschner | 1 | -23/+23 |
2007-10-10 | r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx, | Günther Deschner | 1 | -61/+177 |
2007-10-10 | r23091: Add rpccli_netlogon_sam_network_logon_ex, fix its parsing. This does not | Volker Lendecke | 1 | -0/+92 |
2007-10-10 | r20970: Allow to define workstation for samlogon in rpcclient (for testing). | Günther Deschner | 1 | -1/+6 |
2007-10-10 | r19161: Add NET_GETANYDCNAME (getdcname only gives the PDC while getanydcname | Günther Deschner | 1 | -0/+38 |
2007-10-10 | r19143: getdcname on the NETLOGON pipe returns WERROR, not NTSTATUS. | Günther Deschner | 1 | -7/+7 |
2007-10-10 | r18654: Rename "struct uuid" => "struct GUID" for consistency. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r18188: merge 3.0-libndr branch | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13639: Never overwrite the acct_flags in rpccli_netlogon_sam_network_logon(). | Günther Deschner | 1 | -1/+0 |
2007-10-10 | r13539: Add 128 bit creds processing client and server. Thanks to Andrew Bart... | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -14/+14 |
2007-10-10 | r12853: Fix segfault in "net rpc vampire|samdump" (Bugzilla #3390). | Günther Deschner | 1 | -4/+1 |
2007-10-10 | r11853: Add Dsr_GetSiteName (handy for experimenting with GPOs). | Günther Deschner | 1 | -0/+41 |
2007-10-10 | r11706: Implement dsr_getdcname client code. It's handy: It not only gives yo... | Volker Lendecke | 1 | -0/+123 |
2007-10-10 | r11573: Adding Andrew Bartlett's patch to make machine account | Jeremy Allison | 1 | -8/+10 |
2007-10-10 | r11492: Fix bug #3224 (I hope). Correctly use machine_account_name | Jeremy Allison | 1 | -2/+3 |