summaryrefslogtreecommitdiff
path: root/source3/libsmb/cli_netlogon.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-21Renamed all the new_cli_netlogon_* functions to cli_netlogon_*Tim Potter1-15/+15
2002-07-04Fixed incorrect debug.Tim Potter1-1/+1
2002-06-28make net join a bit less verboseAndrew Tridgell1-1/+1
2002-05-23Given Jeremy's positive response, and a lack of one from tpot, I'll commitAndrew Bartlett1-9/+0
2002-04-17libsmb/cli_netlogon.c: Fixed confusing debug messages.Jeremy Allison1-4/+4
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-2/+2
2002-03-02Allow Samba to trust NT4 Domains.Andrew Bartlett1-6/+7
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett1-3/+3
2002-01-01Add a specialised version of tpot's libsmb samlogon code for use withAndrew Bartlett1-0/+86
2001-12-13update the ldap support code. it compiles.Jean-François Micouleau1-2/+4
2001-12-08Leak less memory.Andrew Bartlett1-8/+18
2001-12-05OK. Smbpasswd -j is DEAD.Andrew Bartlett1-1/+82
2001-10-31Some tweaking to make the samlogon function look more like NT on the wire.Tim Potter1-7/+7
2001-10-30Allow the logon level to be passed to cli_netlogon_sam_logon() rather thanTim Potter1-13/+41
2001-10-30Added samlogon command to test against win2k native mode server. I thinkTim Potter1-0/+72
2001-09-14Use session key from cli_state struct rather than the uninitialised oneTim Potter1-4/+2
2001-09-05fixed some compilation errors in cli_netlogon.c - tim, you need to rerun conf...Andrew Tridgell1-9/+10
2001-09-05more warning fixes on solarisAndrew Tridgell1-2/+2
2001-09-05Merged cli_net_req_chal() and cli_net_auth2() from rpc_client/cli_login.cTim Potter1-0/+177
2001-08-28Merge of sam sync code from TNG.Tim Potter1-3/+142
2001-08-08Factored out common rpc pipe initialisation and shutdown code.Tim Potter1-50/+1
2001-05-24Added logon control2 client call.Tim Potter1-29/+15
2001-05-24Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter1-0/+142