summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_netlogon.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-08-28Merge of sam sync code from TNG.Tim Potter1-3/+217
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-2/+2
2001-07-20Started adding some help/usage info for rpcclient commands.Tim Potter1-4/+7
2001-06-23fix compiler warningsSimo Sorce1-0/+2
2001-05-24Added srvinfo and partial logonctrl and logonctrl2 commands.Tim Potter1-1/+75
2001-05-24Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter1-114/+10
2000-06-23just enough to get rpcclient to compile. Look for #if 0Gerald Carter1-0/+2
2000-06-03moved secrets fns into secrets.cAndrew Tridgell1-2/+2
2000-05-08added secrets.tdb and changed storage of trust account password to useAndrew Tridgell1-2/+4
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-146/+21
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton1-1/+1
1999-12-02cleaning up: removing those horrible references to server listLuke Leighton1-4/+2
1999-12-01damn, that took a while. nt login password was being stored incorrectlyLuke Leighton1-0/+2
1999-12-011) when no domain used in ntlogin test command, should use default oneLuke Leighton1-1/+28
1999-11-29attempting to resolve the issue that multiple servers often specified inLuke Leighton1-3/+6
1999-11-29ok. got ntlogin command working. argh, it maintains a connection toLuke Leighton1-1/+1
1999-11-29first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1-28/+35
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton1-6/+7
1999-11-22another four next_token() removals (using getopt instead)Luke Leighton1-5/+17
1999-11-22okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1-3/+3
1999-10-26adding extra parameter back in to trust account functions (trust account name).Luke Leighton1-1/+4
1999-10-21the dynamic memory alloc blood-fest goes on...Luke Leighton1-3/+3
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1-3/+6
1999-10-19need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1-2/+4
1999-09-21split matthew's sync command (only currently called from smbpasswd)Luke Leighton1-5/+13
1999-07-21BDC support.Luke Leighton1-1/+10
1999-06-02Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respectMatthew Chapman1-22/+1
1999-04-08Mainly BDC-related changes.Matthew Chapman1-1/+29
1999-03-12new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1-1/+43
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1-6/+7
1998-10-22rpctorture commandLuke Leighton1-8/+2