summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
2002-01-30Removed version number from file header.Tim Potter11-22/+11
2002-01-02Add prs_dump_before to dump everything from the start of the prsMartin Pool1-1/+1
2002-01-02Also capture received dataMartin Pool1-0/+5
2002-01-02struct cli_state remembers the pipe name that it's talking to, if any,Martin Pool1-3/+22
2002-01-01A farily large commit:Andrew Bartlett1-152/+0
2001-12-08added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell1-1/+1
2001-12-05OK. Smbpasswd -j is DEAD.Andrew Bartlett3-232/+43
2001-11-29I think the lookup_pdc_name() should be called lookup_dc_name() and theTim Potter1-1/+1
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-4/+5
2001-11-16I *love* removing code :-). Removed 4 files that weren't being used.Jeremy Allison5-1979/+10
2001-11-05Removed duplicate debug.Tim Potter1-2/+0
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison3-14/+11
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-4/+4
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 Tridgell6-24/+0
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter15-41/+0
2001-09-18Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.Tim Potter3-15/+23
2001-09-17move to SAFE_FREE()Simo Sorce5-32/+13
2001-09-16Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett1-1/+5
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell4-51/+54
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell5-37/+37
2001-08-24More status32 conversions.Tim Potter2-15/+14
2001-08-24Fixed typo in debug message.Tim Potter1-1/+1
2001-08-24Set secure channel type depending on server role.Tim Potter1-1/+2
2001-08-12This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett1-10/+8
2001-08-10Use new client error api.Tim Potter1-12/+13
2001-08-10Use the new client error api.Tim Potter1-2/+4
2001-08-10Removed nt_error field from cli_state as it was not used anywhere.Tim Potter1-7/+1
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett1-5/+7
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2-21/+21
2001-07-10This fixes security=domain, which has been broke since the big charsetAndrew Bartlett1-9/+2
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell4-22/+16
2001-06-29Use a logical cli_read(), removed the cli_read_one() hack.Jeremy Allison1-2/+2
2001-06-22Use cli_read_one() for reading DCE/RPC reply fragments. We need to checkTim Potter1-29/+36
2001-06-14Fixed some return code checks for cli_initialise() from False to NULL.Tim Potter2-2/+2
2001-06-02Removed irritating and unecessary debug message.Tim Potter1-3/+0
2001-05-17Broke out change trust account password routines into separate fileTim Potter2-218/+245
2001-05-04Added a SMB_ASSERT() so that two cli_state structures aren't openedTim Potter1-0/+3
2001-05-01fixed some uninitialised variablesAndrew Tridgell1-5/+5
2001-04-28few cleanups to bring in line with 2.2Gerald Carter6-6/+0
2001-03-15added getdriver and enumdrivers commands. Also fixedGerald Carter1-1/+1
2001-03-11Removed JRATEST line.Jeremy Allison1-4/+0
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-3/+25
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison10-135/+159
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison3-20/+14
2001-02-28Ooops - forgot to check the rpcclient and smbcacls compile with the newJeremy Allison1-2/+2
2001-02-28Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2-9/+2
2001-02-25rpc_client/cli_netlogon.c: Fixed incorrect printf.Jeremy Allison1-1/+2