summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
...
| * Don't try to convert enumprinters name to a unc name.Tim Potter2002-08-271-11/+1
| * Pass the object name down to the enum_printers rpc. By default this is theTim Potter2002-08-271-2/+8
| * Moved calculation of secure channel type into a new function.Tim Potter2002-08-231-0/+18
| * added a 'net rpc samdump' command for dumping the whole sam viaAndrew Tridgell2002-08-221-13/+12
| * The "max data count" value in SMB transacts indicates how much the other end canShirish Kalele2002-08-201-1/+1
* | merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-042-30/+79
* | remove files not in HEADGerald Carter2002-09-263-1142/+0
* | sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-254-69/+371
* | Sync 3.0 branch with HEADJelmer Vernooij2002-08-177-3379/+4415
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2002-08-172-0/+1501
|\|
| * Add lsa 0x2e (queryinfo2) client sideJim McDonough2002-08-121-0/+86
| * Add client side support for samr connect4 (0x3e). Seems to have oneJim McDonough2002-08-121-0/+47
| * Merge of incomplete rffpcnex testing code from APPLIANCE_HEAD.Tim Potter2002-08-081-0/+44
| * This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-051-2/+3
| * Moved rpc client routines from libsmb back to rpc_client where they belong.Tim Potter2002-08-0210-3467/+5931
| * Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison2002-06-281-451/+0
| * more debug classess activatedSimo Sorce2002-06-188-0/+25
| * Add user name to netsessenum RPC to stop 1783 messagesJim McDonough2002-06-031-5/+6
| * More cleanup work preparing for SMB signing.Jeremy Allison2002-06-011-1/+1
| * Cleaned up srvsvc constants a bit.Tim Potter2002-05-291-8/+8
| * Remove unused files.Andrew Bartlett2002-05-183-800/+0
* | updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-157-13/+35
|/
* WERROR merge from SAMBA_2_2Gerald Carter2002-04-111-34/+18
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-177-51/+51
* syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter2002-03-151-80/+251
* merge from 2.2Gerald Carter2002-02-131-2/+2
* Removed version number from file header.Tim Potter2002-01-3011-22/+11
* Add prs_dump_before to dump everything from the start of the prsMartin Pool2002-01-021-1/+1
* Also capture received dataMartin Pool2002-01-021-0/+5
* struct cli_state remembers the pipe name that it's talking to, if any,Martin Pool2002-01-021-3/+22
* A farily large commit:Andrew Bartlett2002-01-011-152/+0
* added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell2001-12-081-1/+1
* OK. Smbpasswd -j is DEAD.Andrew Bartlett2001-12-053-232/+43
* I think the lookup_pdc_name() should be called lookup_dc_name() and theTim Potter2001-11-291-1/+1
* This is another rather major change to the samba authenticaionAndrew Bartlett2001-11-241-4/+5
* I *love* removing code :-). Removed 4 files that weren't being used.Jeremy Allison2001-11-165-1979/+10
* Removed duplicate debug.Tim Potter2001-11-051-2/+0
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-033-14/+11
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-4/+4
* Don't accidentally return success when sending a broken NET_SAMLOGONTim Potter2001-10-311-0/+1
* Fixed typo in debug message.Tim Potter2001-10-301-1/+1
* the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell2001-10-146-24/+0
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-0215-41/+0
* Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.Tim Potter2001-09-183-15/+23
* move to SAFE_FREE()Simo Sorce2001-09-175-32/+13
* Fix up workstaion and kickoff time checks, moved to auth_smbpasswd.c whereAndrew Bartlett2001-09-161-1/+5
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-044-51/+54
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-275-37/+37
* More status32 conversions.Tim Potter2001-08-242-15/+14
* Fixed typo in debug message.Tim Potter2001-08-241-1/+1