summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_netlogon.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:rpcclient: try to use NETLOGON_NEG_SUPPORTS_AESStefan Metzmacher2013-08-101-1/+2
| | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* s3-rpcclient: support all known netr_LogonControl2 variants properlyAlexander Bokovoy2012-06-211-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
* s3-rpcclient: Remove debug_dsdcinfo_flags() call.Andreas Schneider2012-01-251-6/+0
| | | | This gets rid of the DCUTIL dependency.
* s3-rpcclient: pass struct ndr_interface_table downAndrew Bartlett2012-01-181-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>
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-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
* s3-rpcclient: include rpc_client/cli_pipe.h globally in rpcclient.hGünther Deschner2011-03-311-1/+0
| | | | Guenther
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
|
* s3:rpcclient/cmd_netlogon: fix netr_DELTA_* displayStefan Metzmacher2011-02-011-11/+14
| | | | metze
* s3-rpcclient: allow to define validation level for samlogon.Günther Deschner2011-01-241-3/+3
| | | | Guenther
* s3-rpcclient: prefer dcerpc_netr_X functions.Günther Deschner2011-01-131-27/+82
| | | | | | Guenther Signed-off-by: Andreas Schneider <asn@samba.org>
* s3:rpcclient: we also need some ndr_pull functionsStefan Metzmacher2010-08-081-0/+1
| | | | metze
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
| | | | Guenther
* s3/s4:netrEnumerateTrustedDomains - this call returns a "NTSTATUS" resultMatthias Dieter Wallnöfer2010-05-311-13/+9
| | | | See MS-NRPC 3.5.5.6.3.
* s3-rpc_client: move protos to cli_netlogon.hGünther Deschner2010-05-181-0/+1
| | | | Guenther
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵Günther Deschner2009-11-261-0/+1
| | | | | | samba. Guenther
* Revert "s3: Do not directly reference the ndr_table_* in rpcclient"Volker Lendecke2009-11-081-78/+22
| | | | This reverts commit 70c698fd547c4bc19cf77693608bbb34acac40b5.
* s3: Do not directly reference the ndr_table_* in rpcclientVolker Lendecke2009-11-081-22/+78
|
* s3: use enum netr_SchannelType all over the place.Günther Deschner2009-10-131-1/+1
| | | | Guenther
* s3-rpcclient: fix netr_LogonGetCapabilities command.Günther Deschner2009-09-161-6/+5
| | | | Guenther
* Make Samba3 use the new common libcli/auth codeAndrew Bartlett2009-04-141-4/+4
| | | | | This is particuarly in the netlogon client (but not server at this stage)
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-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
* s3-rpcclient: add test command to call netr_LogonGetCapabilities (for bug ↵Günther Deschner2009-02-251-0/+44
| | | | | | #6100). Guenther
* s3-rpcclient: add database_redo command.Günther Deschner2008-11-061-0/+67
| | | | Guenther
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-1/+1
|
* s3-rpcclient: add getdcsitecoverage call.Günther Deschner2008-10-271-0/+38
| | | | Guenther
* s3: fix samlogon client and server calls.Günther Deschner2008-10-151-1/+1
| | | | Guenther
* Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke2008-07-211-19/+19
| | | | (This used to be commit 85db87c451dacf80e9575c04e9e08c625b3f1199)
* Introduce rpccli_set_timeout()Volker Lendecke2008-04-201-4/+6
| | | | | Reduce dependency on "cli" member of rpc_pipe_client struct (This used to be commit 2e4c1ba38963cffe4c3f25ab24bc28975f2fc291)
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-15/+15
| | | | | This reduces the dependency on cli_state (This used to be commit 783afab9c891dd7bcb78895b2a639b6f3a0edf5b)
* Add my copyright.Günther Deschner2008-02-271-0/+1
| | | | | Guenther (This used to be commit d078a8757182d84dfd3307a2e1b751cf173aaa97)
* Use rpccli_netr_DatabaseSync2() in rpcclient.Günther Deschner2008-02-151-15/+44
| | | | | Guenther (This used to be commit 042173b00e023b4d4e7739524e24baa8803850bd)
* Use rpccli_netr_DatabaseDeltas() in rpcclient.Günther Deschner2008-02-151-87/+159
| | | | | Guenther (This used to be commit 72ad42fee30242eb57ae0db825127fdb8f9375fd)
* Remove accidential commit.Günther Deschner2008-02-141-1/+1
| | | | | Guenther (This used to be commit 2ab1167e156e989f4b60fcb4dbc7d7eefc64bed0)
* Fix logonctrl2 command in rpcclient.Günther Deschner2008-02-131-15/+55
| | | | | Guenther (This used to be commit c58be24cd43092e5ebf7aa84f167a5cc8344edfc)
* Use rpccli_netr_LogonControl() in rpcclient.Günther Deschner2008-02-131-17/+39
| | | | | Guenther (This used to be commit d54456f3c42f123af5516c6f75c87b279fdc775f)
* Use rpccli_netr_DsRGetDCName() in rpcclient and winbindd.Günther Deschner2008-02-081-10/+16
| | | | | Guenther (This used to be commit 4f3e97cbae3df8e12db37b8a8a0eaee947fa723a)
* Use rpccli_netr_DsRGetSiteName() in rpcclient.Günther Deschner2008-02-071-6/+13
| | | | | Guenther (This used to be commit 609c40fdd9b4c94cdf5b25cd6ac39a2a57432e0d)
* Use rpccli_netr_GetAnyDCName and rpccli_netr_GetDCName everywhere.Günther Deschner2008-02-071-18/+34
| | | | | Guenther (This used to be commit 8abeea9922ac09e7307730ee7695453718356873)
* Add netrenumtrusteddomains() and netrenumtrusteddomainsex() cmds to rpcclient.Günther Deschner2008-01-301-0/+71
| | | | | Guenther (This used to be commit 6bbe0fde6ebb5c1ea00ea24d3bdbffbf6f246bd6)
* Remove last caller of rpccli_ds_enum_domain_trusts().Günther Deschner2008-01-291-0/+1
| | | | | | | I added an alias in rpcclient's netlogon command table. Guenther (This used to be commit 1a900e08e92484407d69661517f08e675a3c352a)
* Add cmd_netlogon_dsr_getforesttrustinfo and deregisterdnsrecords to rpcclient.Günther Deschner2008-01-251-0/+49
| | | | | Guenther (This used to be commit 227f5755c8844dbff8d66adec3d7fd94b583358f)
* Use rpccli_netr_DsRGetDCNameEx and rpccli_netr_DsRGetDCNameEx2 in rpcclient.Günther Deschner2008-01-251-34/+99
| | | | | Guenther (This used to be commit 2caed3f816d29bd7dfa36df3ddd6aeba5bbfa252)
* Add cmd_netlogon_dsr_enumtrustdom() to rpcclient.Günther Deschner2008-01-251-0/+48
| | | | | Guenther (This used to be commit cb44c901c1bc66da9f3636020401238ce0005105)
* Add cmd_netlogon_gettrustrid() to rpcclient.Günther Deschner2008-01-241-0/+42
| | | | | Guenther (This used to be commit 231a4d051f24af7cf5bf13d7dd613f33dc06f21a)
* Kill fstring in getdcname & getanydcname return.Günther Deschner2007-12-211-4/+4
| | | | | Guenther (This used to be commit b7383818168863a7ba43c2456f8c44e96e76707a)
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-1/+1
| | | | | least surprise for callers (This used to be commit eb523ba77697346a365589101aac379febecd546)
* r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam2007-10-101-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)
* r24742: Add experimental DsGetDcName() call (will be used by krb5 locator ↵Günther Deschner2007-10-101-46/+15
| | | | | | | | | for fine grained KDC DNS queries). Guenther (This used to be commit 3263cd680fe429430d789b284464fca72ef45719)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)