summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client/cli_netlogon.c
Commit message (Expand)AuthorAgeFilesLines
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-23/+24
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-2/+2
* More status32 conversions.Tim Potter2001-08-241-12/+10
* Fixed typo in debug message.Tim Potter2001-08-241-1/+1
* Removed nt_error field from cli_state as it was not used anywhere.Tim Potter2001-08-101-7/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-6/+6
* Broke out change trust account password routines into separate fileTim Potter2001-05-171-218/+0
* Removed JRATEST line.Jeremy Allison2001-03-111-4/+0
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-12/+12
* rpc_client/cli_netlogon.c: Fixed incorrect printf.Jeremy Allison2001-02-251-1/+2
* This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy...Jeremy Allison2001-02-241-58/+112
* Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter2001-02-141-12/+17
* Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison2000-12-191-1/+2
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-12/+12
* Fixed memory leak in modify_trust_password()Tim Potter2000-07-261-0/+4
* moved secrets fns into secrets.cAndrew Tridgell2000-06-031-2/+2
* Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman2000-05-291-1/+8
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-081-2/+2
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-26/+0
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-221-0/+26
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-1/+0
* converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1999-12-211-1/+1
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-343/+415
* damn, that took a while. nt login password was being stored incorrectlyLuke Leighton1999-12-011-3/+4
* fixing joining to domain plus something weird going down with nt logins...Luke Leighton1999-12-011-2/+3
* first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1999-11-291-140/+166
* ok. *whew*. this is the first completed part of the restructure.Luke Leighton1999-11-241-2/+2
* adding extra parameter back in to trust account functions (trust account name).Luke Leighton1999-10-261-4/+11
* one of those wonderful moments when running against a different MSRPCLuke Leighton1999-10-251-2/+2
* various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1999-10-211-196/+25
* need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1999-10-191-80/+93
* split matthew's sync command (only currently called from smbpasswd)Luke Leighton1999-09-211-73/+1
* BDC support.Matthew Chapman1999-07-221-0/+72
* BDC support.Luke Leighton1999-07-211-39/+11
* use of safe_cli_errstr() and cli_establish_connection().Luke Leighton1999-07-061-124/+99
* safe string error reporting functions (found a potential buffer overflowLuke Leighton1999-06-241-8/+24
* Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respectMatthew Chapman1999-06-021-4/+85
* Mainly BDC-related changes.Matthew Chapman1999-04-081-7/+63
* new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1999-03-121-4/+6
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-071-19/+20
* acconfig.h configure configure.in include/config.h.in: Added -lsec and -lsecu...Jeremy Allison1998-11-201-0/+7
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-1/+0
* amazing. the improvements to NT continue, evidence for which shows upLuke Leighton1998-10-271-0/+1
* rpc client mods (ntlmssp flags)Luke Leighton1998-10-161-1/+1
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-151-3/+8
* - modified resolve_name() to take a name_typeAndrew Tridgell1998-10-041-1/+1
* added rpcclient programLuke Leighton1998-09-251-5/+11
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-051-1/+1
* tridge the destroyer returns!Andrew Tridgell1998-09-051-2/+4
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-2/+3