summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
2002-09-26remove files not in HEADGerald Carter3-1142/+0
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter4-69/+371
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij7-3379/+4415
2002-08-17This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2-0/+1501
2002-08-12Add lsa 0x2e (queryinfo2) client sideJim McDonough1-0/+86
2002-08-12Add client side support for samr connect4 (0x3e). Seems to have oneJim McDonough1-0/+47
2002-08-08Merge of incomplete rffpcnex testing code from APPLIANCE_HEAD.Tim Potter1-0/+44
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-2/+3
2002-08-02Moved rpc client routines from libsmb back to rpc_client where they belong.Tim Potter10-3467/+5931
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell7-13/+35
2002-06-28Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison1-451/+0
2002-06-18more debug classess activatedSimo Sorce8-0/+25
2002-06-03Add user name to netsessenum RPC to stop 1783 messagesJim McDonough1-5/+6
2002-06-01More cleanup work preparing for SMB signing.Jeremy Allison1-1/+1
2002-05-29Cleaned up srvsvc constants a bit.Tim Potter1-8/+8
2002-05-18Remove unused files.Andrew Bartlett3-800/+0
2002-04-11WERROR merge from SAMBA_2_2Gerald Carter1-34/+18
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter7-51/+51
2002-03-15syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter1-80/+251
2002-02-13merge from 2.2Gerald Carter1-2/+2
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