summaryrefslogtreecommitdiffstats
path: root/source/rpcclient/cmd_netlogon.c
Commit message (Expand)AuthorAgeFilesLines
* Implement NETLOGON GetDCName client side. You can ask a DC for the name ofVolker Lendecke2004-04-021-0/+26
* - Fix the kerberos downgrade problem:Andrew Bartlett2003-08-191-49/+35
* Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett2003-08-141-0/+2
* This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2003-05-081-1/+8
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-4/+6
* Merge: remove unused variable.Tim Potter2003-04-141-1/+0
* This is the netlogon schannel client code. Try aVolker Lendecke2003-04-091-19/+0
* Merge of waider's rpcclient return type patch.Tim Potter2003-03-181-5/+5
* Merge: const fixes.Tim Potter2003-02-251-6/+6
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-5/+5
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-17/+22
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-3/+3
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-3/+6
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* update the ldap support code. it compiles.Jean-François Micouleau2001-12-131-1/+5
* Allow the logon level to be passed to cli_netlogon_sam_logon() rather thanTim Potter2001-10-301-4/+4
* Added samlogon command to test against win2k native mode server. I thinkTim Potter2001-10-301-0/+58
* Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter2001-10-121-98/+44
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.Tim Potter2001-09-181-2/+6
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-041-23/+23
* Merge of sam sync code from TNG.Tim Potter2001-08-281-3/+217
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-2/+2
* Started adding some help/usage info for rpcclient commands.Tim Potter2001-07-201-4/+7
* fix compiler warningsSimo Sorce2001-06-231-0/+2
* Added srvinfo and partial logonctrl and logonctrl2 commands.Tim Potter2001-05-241-1/+75
* Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter2001-05-241-114/+10
* just enough to get rpcclient to compile. Look for #if 0Gerald Carter2000-06-231-0/+2
* moved secrets fns into secrets.cAndrew Tridgell2000-06-031-2/+2
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-081-2/+4
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-146/+21
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-1/+1
* cleaning up: removing those horrible references to server listLuke Leighton1999-12-021-4/+2
* damn, that took a while. nt login password was being stored incorrectlyLuke Leighton1999-12-011-0/+2
* 1) when no domain used in ntlogin test command, should use default oneLuke Leighton1999-12-011-1/+28
* attempting to resolve the issue that multiple servers often specified inLuke Leighton1999-11-291-3/+6
* ok. got ntlogin command working. argh, it maintains a connection toLuke Leighton1999-11-291-1/+1
* first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1999-11-291-28/+35
* ok. *whew*. this is the first completed part of the restructure.Luke Leighton1999-11-241-6/+7
* another four next_token() removals (using getopt instead)Luke Leighton1999-11-221-5/+17
* okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1999-11-221-3/+3
* adding extra parameter back in to trust account functions (trust account name).Luke Leighton1999-10-261-1/+4
* the dynamic memory alloc blood-fest goes on...Luke Leighton1999-10-211-3/+3
* various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1999-10-211-3/+6
* need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1999-10-191-2/+4
* split matthew's sync command (only currently called from smbpasswd)Luke Leighton1999-09-211-5/+13
* BDC support.Luke Leighton1999-07-211-1/+10
* Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respectMatthew Chapman1999-06-021-22/+1
* Mainly BDC-related changes.Matthew Chapman1999-04-081-1/+29