summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
2002-09-10change notify merge from APP_HEADGerald Carter1-0/+3
2002-09-09Return WERR_UNKNOWN_LEVEL for unknown info levels.Tim Potter1-3/+12
2002-09-09Return WERR_UNKNOWN_LEVEL for getprinterdriver level 6 as we don'tTim Potter1-0/+3
2002-09-06cli_spoolss_enumprinterdrivers:Tim Potter1-0/+4
2002-09-03Conver cli_spoolss routines to use REGISTRY_VALUE and REGVAL_CTR code. Nice ...Tim Potter1-67/+34
2002-09-03Change JOB_INFO_CTR to return a pointer to an array rather than array of poin...Tim Potter1-4/+47
2002-09-03Return data from enumprinterdataex by deep copying on passed in tdb context.Tim Potter1-1/+17
2002-09-02Implemented some more client side spoolss functions:Tim Potter1-1/+162
2002-08-30added cli_net_auth_3 client code.Jean-François Micouleau1-13/+96
2002-08-27Don't try to convert enumprinters name to a unc name.Tim Potter1-11/+1
2002-08-27Pass the object name down to the enum_printers rpc. By default this is theTim Potter1-2/+8
2002-08-23Moved calculation of secure channel type into a new function.Tim Potter1-0/+18
2002-08-22added a 'net rpc samdump' command for dumping the whole sam viaAndrew Tridgell1-13/+12
2002-08-20The "max data count" value in SMB transacts indicates how much the other end canShirish Kalele1-1/+1
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-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