summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_netlogon.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-24(merge from HEAD)Andrew Bartlett1-1/+12
2003-02-25Merge: const fixes.Tim Potter1-1/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-14/+9
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-26/+126
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij1-392/+586
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-5/+5
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-05OK. Smbpasswd -j is DEAD.Andrew Bartlett1-70/+0
2001-11-05Removed duplicate debug.Tim Potter1-2/+0
2001-10-31Don't accidentally return success when sending a broken NET_SAMLOGONTim Potter1-0/+1
2001-10-30Fixed typo in debug message.Tim Potter1-1/+1
2001-10-14the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell1-4/+0
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-18Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.Tim Potter1-7/+9
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-23/+24
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-2/+2
2001-08-24More status32 conversions.Tim Potter1-12/+10
2001-08-24Fixed typo in debug message.Tim Potter1-1/+1
2001-08-10Removed nt_error field from cli_state as it was not used anywhere.Tim Potter1-7/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-6/+6
2001-05-17Broke out change trust account password routines into separate fileTim Potter1-218/+0
2001-03-11Removed JRATEST line.Jeremy Allison1-4/+0
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-12/+12
2001-02-25rpc_client/cli_netlogon.c: Fixed incorrect printf.Jeremy Allison1-1/+2
2001-02-24This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy...Jeremy Allison1-58/+112
2001-02-14Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter1-12/+17
2000-12-19Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison1-1/+2
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-12/+12
2000-07-26Fixed memory leak in modify_trust_password()Tim Potter1-0/+4
2000-06-03moved secrets fns into secrets.cAndrew Tridgell1-2/+2
2000-05-29Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman1-1/+8
2000-05-08added secrets.tdb and changed storage of trust account password to useAndrew Tridgell1-2/+2
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-26/+0
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton1-0/+26
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-1/+0
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-1/+1
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-343/+415
1999-12-01damn, that took a while. nt login password was being stored incorrectlyLuke Leighton1-3/+4
1999-12-01fixing joining to domain plus something weird going down with nt logins...Luke Leighton1-2/+3
1999-11-29first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1-140/+166
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton1-2/+2
1999-10-26adding extra parameter back in to trust account functions (trust account name).Luke Leighton1-4/+11
1999-10-25one of those wonderful moments when running against a different MSRPCLuke Leighton1-2/+2
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1-196/+25
1999-10-19need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1-80/+93
1999-09-21split matthew's sync command (only currently called from smbpasswd)Luke Leighton1-73/+1
1999-07-22BDC support.Matthew Chapman1-0/+72
1999-07-21BDC support.Luke Leighton1-39/+11
1999-07-06use of safe_cli_errstr() and cli_establish_connection().Luke Leighton1-124/+99
1999-06-24safe string error reporting functions (found a potential buffer overflowLuke Leighton1-8/+24