Age | Commit message (Expand) | Author | Files | Lines |
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 1 | -6/+6 |
2011-03-31 | s3-rpcclient: include rpc_client/cli_pipe.h globally in rpcclient.h | Günther Deschner | 1 | -1/+0 |
2011-02-28 | s3-rpc_client: Move client pipe functions to own header. | Andreas Schneider | 1 | -0/+1 |
2011-02-01 | s3:rpcclient/cmd_netlogon: fix netr_DELTA_* display | Stefan Metzmacher | 1 | -11/+14 |
2011-01-24 | s3-rpcclient: allow to define validation level for samlogon. | Günther Deschner | 1 | -3/+3 |
2011-01-13 | s3-rpcclient: prefer dcerpc_netr_X functions. | Günther Deschner | 1 | -27/+82 |
2010-08-08 | s3:rpcclient: we also need some ndr_pull functions | Stefan Metzmacher | 1 | -0/+1 |
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 1 | -0/+1 |
2010-05-31 | s3/s4:netrEnumerateTrustedDomains - this call returns a "NTSTATUS" result | Matthias Dieter Wallnöfer | 1 | -13/+9 |
2010-05-18 | s3-rpc_client: move protos to cli_netlogon.h | Günther Deschner | 1 | -0/+1 |
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa... | Günther Deschner | 1 | -0/+1 |
2009-11-08 | Revert "s3: Do not directly reference the ndr_table_* in rpcclient" | Volker Lendecke | 1 | -78/+22 |
2009-11-08 | s3: Do not directly reference the ndr_table_* in rpcclient | Volker Lendecke | 1 | -22/+78 |
2009-10-13 | s3: use enum netr_SchannelType all over the place. | Günther Deschner | 1 | -1/+1 |
2009-09-16 | s3-rpcclient: fix netr_LogonGetCapabilities command. | Günther Deschner | 1 | -6/+5 |
2009-04-14 | Make Samba3 use the new common libcli/auth code | Andrew Bartlett | 1 | -4/+4 |
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 1 | -0/+1 |
2009-02-25 | s3-rpcclient: add test command to call netr_LogonGetCapabilities (for bug #61... | Günther Deschner | 1 | -0/+44 |
2008-11-06 | s3-rpcclient: add database_redo command. | Günther Deschner | 1 | -0/+67 |
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-27 | s3-rpcclient: add getdcsitecoverage call. | Günther Deschner | 1 | -0/+38 |
2008-10-15 | s3: fix samlogon client and server calls. | Günther Deschner | 1 | -1/+1 |
2008-07-21 | Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idx | Volker Lendecke | 1 | -19/+19 |
2008-04-20 | Introduce rpccli_set_timeout() | Volker Lendecke | 1 | -4/+6 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -15/+15 |
2008-02-27 | Add my copyright. | Günther Deschner | 1 | -0/+1 |
2008-02-15 | Use rpccli_netr_DatabaseSync2() in rpcclient. | Günther Deschner | 1 | -15/+44 |
2008-02-15 | Use rpccli_netr_DatabaseDeltas() in rpcclient. | Günther Deschner | 1 | -87/+159 |
2008-02-14 | Remove accidential commit. | Günther Deschner | 1 | -1/+1 |
2008-02-13 | Fix logonctrl2 command in rpcclient. | Günther Deschner | 1 | -15/+55 |
2008-02-13 | Use rpccli_netr_LogonControl() in rpcclient. | Günther Deschner | 1 | -17/+39 |
2008-02-08 | Use rpccli_netr_DsRGetDCName() in rpcclient and winbindd. | Günther Deschner | 1 | -10/+16 |
2008-02-07 | Use rpccli_netr_DsRGetSiteName() in rpcclient. | Günther Deschner | 1 | -6/+13 |
2008-02-07 | Use rpccli_netr_GetAnyDCName and rpccli_netr_GetDCName everywhere. | Günther Deschner | 1 | -18/+34 |
2008-01-30 | Add netrenumtrusteddomains() and netrenumtrusteddomainsex() cmds to rpcclient. | Günther Deschner | 1 | -0/+71 |
2008-01-29 | Remove last caller of rpccli_ds_enum_domain_trusts(). | Günther Deschner | 1 | -0/+1 |
2008-01-25 | Add cmd_netlogon_dsr_getforesttrustinfo and deregisterdnsrecords to rpcclient. | Günther Deschner | 1 | -0/+49 |
2008-01-25 | Use rpccli_netr_DsRGetDCNameEx and rpccli_netr_DsRGetDCNameEx2 in rpcclient. | Günther Deschner | 1 | -34/+99 |
2008-01-25 | Add cmd_netlogon_dsr_enumtrustdom() to rpcclient. | Günther Deschner | 1 | -0/+48 |
2008-01-24 | Add cmd_netlogon_gettrustrid() to rpcclient. | Günther Deschner | 1 | -0/+42 |
2007-12-21 | Kill fstring in getdcname & getanydcname return. | Günther Deschner | 1 | -4/+4 |
2007-12-15 | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) to | Michael Adam | 1 | -4/+4 |
2007-10-10 | r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for... | Günther Deschner | 1 | -46/+15 |
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/+1 |
2007-10-10 | r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we... | Günther Deschner | 1 | -12/+12 |
2007-10-10 | r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx, | Günther Deschner | 1 | -11/+183 |