summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/cmd_netlogon.c
Commit message (Expand)AuthorAgeFilesLines
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-5/+5
* allow rpcclient's samlogon command to use cli_net_3().Jean-François Micouleau2002-08-301-3/+11
* added cli_net_auth_3 client code.Jean-François Micouleau2002-08-301-7/+8
* Moved calculation of secure channel type into a new function.Tim Potter2002-08-231-6/+3
* Fix for change in cli_netlogon_sam_sync()Tim Potter2002-08-221-1/+1
* Added some new delta types discovered by Ronnie from ethereal"Tim Potter2002-08-221-4/+3
* Renamed all the new_cli_netlogon_* functions to cli_netlogon_*Tim Potter2002-07-211-3/+3
* Remove unused files.Andrew Bartlett2002-05-181-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
* new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1999-03-121-1/+43
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-071-6/+7
* rpctorture commandLuke Leighton1998-10-221-8/+2
* Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1998-10-211-0/+2
* rpc client mods (ntlmssp flags)Luke Leighton1998-10-161-1/+1