summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_netlogon.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-07Use rpccli_netr_GetAnyDCName and rpccli_netr_GetDCName everywhere.Günther Deschner1-18/+34
2008-01-30Add netrenumtrusteddomains() and netrenumtrusteddomainsex() cmds to rpcclient.Günther Deschner1-0/+71
2008-01-29Remove last caller of rpccli_ds_enum_domain_trusts().Günther Deschner1-0/+1
2008-01-25Add cmd_netlogon_dsr_getforesttrustinfo and deregisterdnsrecords to rpcclient.Günther Deschner1-0/+49
2008-01-25Use rpccli_netr_DsRGetDCNameEx and rpccli_netr_DsRGetDCNameEx2 in rpcclient.Günther Deschner1-34/+99
2008-01-25Add cmd_netlogon_dsr_enumtrustdom() to rpcclient.Günther Deschner1-0/+48
2008-01-24Add cmd_netlogon_gettrustrid() to rpcclient.Günther Deschner1-0/+42
2007-12-21Kill fstring in getdcname & getanydcname return.Günther Deschner1-4/+4
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-1/+1
2007-10-10r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam1-4/+4
2007-10-10r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for...Günther Deschner1-46/+15
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23380: netr_getdcname returns WERROR not NTSTATUS.Günther Deschner1-7/+7
2007-10-10r23219: Two warningsVolker Lendecke1-1/+1
2007-10-10r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we...Günther Deschner1-12/+12
2007-10-10r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx,Günther Deschner1-11/+183
2007-10-10r21259: Fix coverity bug id #340. No way to processJeremy Allison1-1/+1
2007-10-10r20970: Allow to define workstation for samlogon in rpcclient (for testing).Günther Deschner1-7/+11
2007-10-10r19353: Add "timeout" command for rpcclient.Günther Deschner1-2/+2
2007-10-10r19161: Add NET_GETANYDCNAME (getdcname only gives the PDC while getanydcnameGünther Deschner1-1/+39
2007-10-10r19143: getdcname on the NETLOGON pipe returns WERROR, not NTSTATUS.Günther Deschner1-7/+7
2007-10-10r18188: merge 3.0-libndr branchJelmer Vernooij1-3/+2
2007-10-10r14495: Allow to play with the logon_param flag when testing samlogons.Günther Deschner1-22/+21
2007-10-10r11853: Add Dsr_GetSiteName (handy for experimenting with GPOs).Günther Deschner1-0/+26
2007-10-10r11706: Implement dsr_getdcname client code. It's handy: It not only gives yo...Volker Lendecke1-0/+30
2007-10-10r11573: Adding Andrew Bartlett's patch to make machine accountJeremy Allison1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-33/+19
2007-10-10r1590: Small fixes from Günther DeschnerVolker Lendecke1-7/+3
2004-04-02Implement NETLOGON GetDCName client side. You can ask a DC for the name ofVolker Lendecke1-0/+26
2003-08-19- Fix the kerberos downgrade problem:Andrew Bartlett1-49/+35
2003-08-14Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett1-0/+2
2003-05-08This puts real netlogon connection caching to winbind. This becomesVolker Lendecke1-1/+8
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-4/+6
2003-04-14Merge: remove unused variable.Tim Potter1-1/+0
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke1-19/+0
2003-03-18Merge of waider's rpcclient return type patch.Tim Potter1-5/+5
2003-02-25Merge: const fixes.Tim Potter1-6/+6
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-5/+5
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-17/+22
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-3/+3
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-3/+6
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-13update the ldap support code. it compiles.Jean-François Micouleau1-1/+5
2001-10-30Allow the logon level to be passed to cli_netlogon_sam_logon() rather thanTim Potter1-4/+4
2001-10-30Added samlogon command to test against win2k native mode server. I thinkTim Potter1-0/+58
2001-10-12Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter1-98/+44
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-18Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.Tim Potter1-2/+6
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell1-23/+23