Add enumdataex command
[gd/samba/.git] / source3 / rpc_client /
2002-11-07 Jim McDonoughWhat is wrong with you, Jim? Check in the final versio...
2002-11-07 Jim McDonoughAllow multiple fragment RPC's to be sent.
2002-11-07 Jeremy AllisonMerge of scalable printing code fix... Needs testing.
2002-11-06 Tim PotterClient side functions for enumprinterkey.
2002-11-02 Tim PotterDisplay pipe name in rpc bind failure debug.
2002-11-01 Tim PotterTidyup of some DCERPC pipe connection debugs. The...
2002-10-21 Tim PotterFix a silly memset typo.
2002-10-21 Tim PotterZero tallocated memory in decode_printer_info, decode_d...
2002-10-17 Tim PotterDo a SMB_ASSERT() in cli_nt_session_open() when the...
2002-10-08 Gerald Cartermerge from APP_HEAD
2002-10-04 Gerald Cartermerge native_mode flag in winbindd_domain struct from...
2002-10-04 Gerald CarterMerge ... working dsrolegetprimdominfo() client code...
2002-10-04 Gerald CarterMerge ... new client side support the Win2k LSARPC...
2002-09-10 Gerald Carterchange notify merge from APP_HEAD
2002-09-09 Tim PotterReturn WERR_UNKNOWN_LEVEL for unknown info levels.
2002-09-09 Tim PotterReturn WERR_UNKNOWN_LEVEL for getprinterdriver level...
2002-09-06 Tim Pottercli_spoolss_enumprinterdrivers:
2002-09-03 Tim PotterConver cli_spoolss routines to use REGISTRY_VALUE and...
2002-09-03 Tim PotterChange JOB_INFO_CTR to return a pointer to an array...
2002-09-03 Tim PotterReturn data from enumprinterdataex by deep copying...
2002-09-02 Tim PotterImplemented some more client side spoolss functions:
2002-08-30 Jean-François Mico... added cli_net_auth_3 client code.
2002-08-27 Tim PotterDon't try to convert enumprinters name to a unc name.
2002-08-27 Tim PotterPass the object name down to the enum_printers rpc...
2002-08-23 Tim PotterMoved calculation of secure channel type into a new...
2002-08-22 Andrew Tridgelladded a 'net rpc samdump' command for dumping the whole...
2002-08-20 Shirish KaleleThe "max data count" value in SMB transacts indicates...
2002-08-12 Jim McDonoughAdd lsa 0x2e (queryinfo2) client side
2002-08-12 Jim McDonoughAdd client side support for samr connect4 (0x3e). ...
2002-08-08 Tim PotterMerge ... incomplete rffpcnex testing code from APPLIAN...
2002-08-05 Andrew TridgellThis fixes a number of ADS problems, particularly with...
2002-08-02 Tim PotterMoved rpc client routines from libsmb back to rpc_clien...
2002-06-28 Jeremy AllisonProper merge of all the working printing stuff from...
2002-06-18 Simo Sorcemore debug classess activated
2002-06-03 Jim McDonoughAdd user name to netsessenum RPC to stop 1783 messages
2002-06-01 Jeremy AllisonMore cleanup work preparing for SMB signing.
2002-05-29 Tim PotterCleaned up srvsvc constants a bit.
2002-05-18 Andrew BartlettRemove unused files.
2002-04-11 Gerald CarterWERROR merge from SAMBA_2_2
2002-03-17 Tim PotterRenamed get_nt_error_msg() to nt_errstr().
2002-03-15 Gerald Cartersyncing up printing code with SAMBA_2_2 (already done...
2002-02-13 Gerald Cartermerge from 2.2
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-02 Martin PoolAdd prs_dump_before to dump everything from the start...
2002-01-02 Martin PoolAlso capture received data
2002-01-02 Martin Poolstruct cli_state remembers the pipe name that it's...
2002-01-01 Andrew BartlettA farily large commit:
2001-12-08 Andrew Tridgelladded internal sasl/gssapi code. This means we are...
2001-12-05 Andrew BartlettOK. Smbpasswd -j is DEAD.
2001-11-29 Tim PotterI think the lookup_pdc_name() should be called lookup_d...
2001-11-24 Andrew BartlettThis is another rather major change to the samba authen...
2001-11-16 Jeremy AllisonI *love* removing code :-). Removed 4 files that weren...
2001-11-05 Tim PotterRemoved duplicate debug.
2001-11-03 Jeremy AllisonAdded NT_USER_TOKEN into server_info to fix extra group...
2001-10-31 Andrew BartlettThis is a farily large patch (3300 lines) and reworks...
2001-10-31 Tim PotterDon't accidentally return success when sending a broken...
2001-10-30 Tim PotterFixed typo in debug message.
2001-10-14 Andrew Tridgellthe next step in the intl changeover. This should get...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-18 Tim PotterConverted cli_net_auth2() and cli_nt_setup_creds()...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-16 Andrew BartlettFix up workstaion and kickoff time checks, moved to...
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-24 Tim PotterMore status32 conversions.
2001-08-24 Tim PotterFixed typo in debug message.
2001-08-24 Tim PotterSet secure channel type depending on server role.
2001-08-12 Andrew BartlettThis patch does a number of things, mostly smaller...
2001-08-10 Tim PotterUse new client error api.
2001-08-10 Tim PotterUse the new client error api.
2001-08-10 Tim PotterRemoved nt_error field from cli_state as it was not...
2001-08-03 Andrew BartlettThis is my 'Authentication Rewrite' version 1.01, mostl...
2001-07-25 Tim PotterHeld a shoot-out between NT_STATUS_NO_PROBLEMO and...
2001-07-10 Andrew BartlettThis fixes security=domain, which has been broke since...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-29 Jeremy AllisonUse a logical cli_read(), removed the cli_read_one...
2001-06-22 Tim PotterUse cli_read_one() for reading DCE/RPC reply fragments...
2001-06-14 Tim PotterFixed some return code checks for cli_initialise()...
2001-06-02 Tim PotterRemoved irritating and unecessary debug message.
2001-05-17 Tim PotterBroke out change trust account password routines into...
2001-05-04 Tim PotterAdded a SMB_ASSERT() so that two cli_state structures...
2001-05-01 Andrew Tridgellfixed some uninitialised variables
2001-04-28 Gerald Carterfew cleanups to bring in line with 2.2
2001-03-15 Gerald Carteradded getdriver and enumdrivers commands. Also fixed
2001-03-11 Jeremy AllisonRemoved JRATEST line.
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-03-09 Jeremy AllisonSerious (and I *mean* serious) attempt to fix little...
2001-03-07 Jeremy AllisonSync up handle creation with 2.2 branch. We can now...
2001-02-28 Jeremy AllisonOoops - forgot to check the rpcclient and smbcacls...
2001-02-28 Jeremy AllisonMove to talloc control of SPOOL_XXX structs. Move to...
2001-02-25 Jeremy Allisonrpc_client/cli_netlogon.c: Fixed incorrect printf.
2001-02-24 Jeremy AllisonThis patch (donated by Marc Jacobsen of HP) should...
2001-02-20 Andrew Tridgellpipe opening now works with unicode
2001-02-16 Jeremy Allisonconfigure configure.in smbd/posix_acls.c smbd/dosmode...
2001-02-14 Tim PotterMerge ... i18n fixes from appliance branch. Samba...
2000-12-19 Jeremy AllisonFixed bug found by Gerald. If a Samba server joins...
2000-12-15 Jeremy AllisonAdded lock backouts on fail.
2000-12-15 Jeremy AllisonFixed memory leaks in lsa_XX calls. Fixed memory leaks...
2000-12-13 Tim PotterWrong length for unistr2 in init_q_lookup_names()
next