Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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) | |||||
2007-10-10 | r23219: Two warnings | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit eccd50abdaed3e4e06cc5da5473ca1beeb3fc49a) | |||||
2007-10-10 | r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but ↵ | Günther Deschner | 1 | -12/+12 | |
were using netr_GetDcAnyName all the time (which is the correct thing to do). Fix the naming and opcode mixup in all branches. Guenther (This used to be commit def6464c872a5939f0028837254f2c019d2d71c8) | |||||
2007-10-10 | r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx, | Günther Deschner | 1 | -11/+183 | |
netr_DsRGetDCNameEx2) and add new ds request and reply flags, also add some more WERROR codes. Guenther (This used to be commit 37ae7f419702c563bcd0d9c27c02bde7efd34dd7) | |||||
2007-10-10 | r21259: Fix coverity bug id #340. No way to process | Jeremy Allison | 1 | -1/+1 | |
logon parameter as the code was written. Jeremy. (This used to be commit 7f1aee96a09d77de76b2cdbe5c2e6f27e6968b09) | |||||
2007-10-10 | r20970: Allow to define workstation for samlogon in rpcclient (for testing). | Günther Deschner | 1 | -7/+11 | |
Guenther (This used to be commit 5d4747fdf2e5874cb5d2238ee62e4fcac1676134) | |||||
2007-10-10 | r19353: Add "timeout" command for rpcclient. | Günther Deschner | 1 | -2/+2 | |
Guenther (This used to be commit 4106a56d3f4edb2e07e876204743a1cb028c950a) | |||||
2007-10-10 | r19161: Add NET_GETANYDCNAME (getdcname only gives the PDC while getanydcname | Günther Deschner | 1 | -1/+39 | |
gives just any DC), also make sure to set timeouts in rpcclient accordingly so that we actually get the DC's reply. Guenther (This used to be commit 6091c8152a3998d2503cb0911a217ee904509633) | |||||
2007-10-10 | r19143: getdcname on the NETLOGON pipe returns WERROR, not NTSTATUS. | Günther Deschner | 1 | -7/+7 | |
Guenther (This used to be commit 44e228ac796fca2db8509915067511ed705032bf) | |||||
2007-10-10 | r18188: merge 3.0-libndr branch | Jelmer Vernooij | 1 | -3/+2 | |
(This used to be commit 1115745caed3093c25d6be01ffee21819fb0a675) |