Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-21 | s3-rpcclient: support all known netr_LogonControl2 variants properly | Alexander Bokovoy | 1 | -3/+35 | |
logonctrl2 function in rpcclient did not allow to specify arguments to most of netr_LogonControl2 function code points. In addition, make descriptive help to show what is expected at each function code point. Autobuild-User(master): Alexander Bokovoy <ab@samba.org> Autobuild-Date(master): Thu Jun 21 12:11:19 CEST 2012 on sn-devel-104 | |||||
2012-01-25 | s3-rpcclient: Remove debug_dsdcinfo_flags() call. | Andreas Schneider | 1 | -6/+0 | |
This gets rid of the DCUTIL dependency. | |||||
2012-01-18 | s3-rpcclient: pass struct ndr_interface_table down | Andrew Bartlett | 1 | -22/+22 | |
This will allow the target service (as determined from the IDL) to be passed to GSSAPI (rather than the current, incorrect, "cifs"). Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-06-09 | s3-param Remove special case for global_myname(), rename to lp_netbios_name() | Andrew Bartlett | 1 | -6/+6 | |
There is no reason this can't be a normal constant string in the loadparm system, now that we have lp_set_cmdline() to handle overrides correctly. Andrew Bartlett | |||||
2011-03-31 | s3-rpcclient: include rpc_client/cli_pipe.h globally in rpcclient.h | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
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 | |
metze | |||||
2011-01-24 | s3-rpcclient: allow to define validation level for samlogon. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2011-01-13 | s3-rpcclient: prefer dcerpc_netr_X functions. | Günther Deschner | 1 | -27/+82 | |
Guenther Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2010-08-08 | s3:rpcclient: we also need some ndr_pull functions | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-31 | s3/s4:netrEnumerateTrustedDomains - this call returns a "NTSTATUS" result | Matthias Dieter Wallnöfer | 1 | -13/+9 | |
See MS-NRPC 3.5.5.6.3. | |||||
2010-05-18 | s3-rpc_client: move protos to cli_netlogon.h | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-11-26 | s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵ | Günther Deschner | 1 | -0/+1 | |
samba. Guenther | |||||
2009-11-08 | Revert "s3: Do not directly reference the ndr_table_* in rpcclient" | Volker Lendecke | 1 | -78/+22 | |
This reverts commit 70c698fd547c4bc19cf77693608bbb34acac40b5. | |||||
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 | |
Guenther | |||||
2009-09-16 | s3-rpcclient: fix netr_LogonGetCapabilities command. | Günther Deschner | 1 | -6/+5 | |
Guenther | |||||
2009-04-14 | Make Samba3 use the new common libcli/auth code | Andrew Bartlett | 1 | -4/+4 | |
This is particuarly in the netlogon client (but not server at this stage) | |||||
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 1 | -0/+1 | |
This commit is mostly to cope with the removal of SamOemHash (replaced by arcfour_crypt()) and other collisions (such as changed function arguments compared to Samba3). We still provide creds_hash3 until Samba3 uses the credentials code in netlogon server Andrew Bartlett | |||||
2009-02-25 | s3-rpcclient: add test command to call netr_LogonGetCapabilities (for bug ↵ | Günther Deschner | 1 | -0/+44 | |
#6100). Guenther | |||||
2008-11-06 | s3-rpcclient: add database_redo command. | Günther Deschner | 1 | -0/+67 | |
Guenther | |||||
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 | |
Guenther | |||||
2008-10-15 | s3: fix samlogon client and server calls. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-07-21 | Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idx | Volker Lendecke | 1 | -19/+19 | |
(This used to be commit 85db87c451dacf80e9575c04e9e08c625b3f1199) | |||||
2008-04-20 | Introduce rpccli_set_timeout() | Volker Lendecke | 1 | -4/+6 | |
Reduce dependency on "cli" member of rpc_pipe_client struct (This used to be commit 2e4c1ba38963cffe4c3f25ab24bc28975f2fc291) | |||||
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -15/+15 | |
This reduces the dependency on cli_state (This used to be commit 783afab9c891dd7bcb78895b2a639b6f3a0edf5b) | |||||
2008-02-27 | Add my copyright. | Günther Deschner | 1 | -0/+1 | |
Guenther (This used to be commit d078a8757182d84dfd3307a2e1b751cf173aaa97) | |||||
2008-02-15 | Use rpccli_netr_DatabaseSync2() in rpcclient. | Günther Deschner | 1 | -15/+44 | |
Guenther (This used to be commit 042173b00e023b4d4e7739524e24baa8803850bd) | |||||
2008-02-15 | Use rpccli_netr_DatabaseDeltas() in rpcclient. | Günther Deschner | 1 | -87/+159 | |
Guenther (This used to be commit 72ad42fee30242eb57ae0db825127fdb8f9375fd) | |||||
2008-02-14 | Remove accidential commit. | Günther Deschner | 1 | -1/+1 | |
Guenther (This used to be commit 2ab1167e156e989f4b60fcb4dbc7d7eefc64bed0) | |||||
2008-02-13 | Fix logonctrl2 command in rpcclient. | Günther Deschner | 1 | -15/+55 | |
Guenther (This used to be commit c58be24cd43092e5ebf7aa84f167a5cc8344edfc) | |||||
2008-02-13 | Use rpccli_netr_LogonControl() in rpcclient. | Günther Deschner | 1 | -17/+39 | |
Guenther (This used to be commit d54456f3c42f123af5516c6f75c87b279fdc775f) | |||||
2008-02-08 | Use rpccli_netr_DsRGetDCName() in rpcclient and winbindd. | Günther Deschner | 1 | -10/+16 | |
Guenther (This used to be commit 4f3e97cbae3df8e12db37b8a8a0eaee947fa723a) | |||||
2008-02-07 | Use rpccli_netr_DsRGetSiteName() in rpcclient. | Günther Deschner | 1 | -6/+13 | |
Guenther (This used to be commit 609c40fdd9b4c94cdf5b25cd6ac39a2a57432e0d) | |||||
2008-02-07 | Use rpccli_netr_GetAnyDCName and rpccli_netr_GetDCName everywhere. | Günther Deschner | 1 | -18/+34 | |
Guenther (This used to be commit 8abeea9922ac09e7307730ee7695453718356873) | |||||
2008-01-30 | Add netrenumtrusteddomains() and netrenumtrusteddomainsex() cmds to rpcclient. | Günther Deschner | 1 | -0/+71 | |
Guenther (This used to be commit 6bbe0fde6ebb5c1ea00ea24d3bdbffbf6f246bd6) | |||||
2008-01-29 | Remove last caller of rpccli_ds_enum_domain_trusts(). | Günther Deschner | 1 | -0/+1 | |
I added an alias in rpcclient's netlogon command table. Guenther (This used to be commit 1a900e08e92484407d69661517f08e675a3c352a) | |||||
2008-01-25 | Add cmd_netlogon_dsr_getforesttrustinfo and deregisterdnsrecords to rpcclient. | Günther Deschner | 1 | -0/+49 | |
Guenther (This used to be commit 227f5755c8844dbff8d66adec3d7fd94b583358f) | |||||
2008-01-25 | Use rpccli_netr_DsRGetDCNameEx and rpccli_netr_DsRGetDCNameEx2 in rpcclient. | Günther Deschner | 1 | -34/+99 | |
Guenther (This used to be commit 2caed3f816d29bd7dfa36df3ddd6aeba5bbfa252) | |||||
2008-01-25 | Add cmd_netlogon_dsr_enumtrustdom() to rpcclient. | Günther Deschner | 1 | -0/+48 | |
Guenther (This used to be commit cb44c901c1bc66da9f3636020401238ce0005105) | |||||
2008-01-24 | Add cmd_netlogon_gettrustrid() to rpcclient. | Günther Deschner | 1 | -0/+42 | |
Guenther (This used to be commit 231a4d051f24af7cf5bf13d7dd613f33dc06f21a) | |||||
2007-12-21 | Kill fstring in getdcname & getanydcname return. | Günther Deschner | 1 | -4/+4 | |
Guenther (This used to be commit b7383818168863a7ba43c2456f8c44e96e76707a) | |||||
2007-12-15 | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 1 | -1/+1 | |
least surprise for callers (This used to be commit eb523ba77697346a365589101aac379febecd546) | |||||
2007-10-10 | r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) to | Michael Adam | 1 | -4/+4 | |
the maxeln parameter instead of sizeof(target_area) - 1 (or even sizeof(fstring) - 1 in some places. I hope these were really all there were. Michael (This used to be commit 9a28be220df622322857dfe102fa35e108f932dc) | |||||
2007-10-10 | r24742: Add experimental DsGetDcName() call (will be used by krb5 locator ↵ | Günther Deschner | 1 | -46/+15 | |
for fine grained KDC DNS queries). Guenther (This used to be commit 3263cd680fe429430d789b284464fca72ef45719) | |||||
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 | |
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07) | |||||
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3) | |||||
2007-10-10 | r23380: netr_getdcname returns WERROR not NTSTATUS. | Günther Deschner | 1 | -7/+7 | |
Guenther (This used to be commit 5e75ea7f2b568d76c8ced5f43171741532cc97c2) |