initial version of idmap_ldap.c; lots of updates to come
[tprouty/samba.git] / source / rpc_client /
2003-05-16 Tim PotterMerge: clarify secure channel connection comment.
2003-04-28 Jeremy AllisonFixes from Ronan Waide <waider@waider.ie> for large...
2003-04-25 Tim PotterMinor cleanup of enum domain groups/aliases:
2003-04-22 Andrew BartlettAlways initialise this, to assist callers doing loops...
2003-04-16 Jeremy AllisonFixes to make SCHANNEL work against a W2K DC. Still...
2003-04-16 Andrew BartlettStore the type of 'sec channel' that we establish to...
2003-04-14 Tim PotterRemoved unused variables.
2003-04-14 Tim PotterFixed incorrect argument to debug.
2003-04-11 Tim PotterA new RPC pipe! The \pipe\echo named pipe is for testi...
2003-04-09 Volker LendeckeThis is the netlogon schannel client code. Try a
2003-04-09 Volker LendeckeAuth2, not also Auth3 sends us flags back, although...
2003-04-04 Tim PotterSAMR lookupdomain rpc client patches from amber palekar...
2003-03-23 Andrew BartlettNTLM Authentication:
2003-03-18 Martin PoolIgnore .po and .po32 files.
2003-02-25 Tim PotterMore const fixes and flow on fixes from yesterday's...
2003-02-24 Tim PotterMerge:
2003-02-21 Tim PotterExit path cleanup for cli_samr_enum_dom_users()
2003-02-17 Tim PotterReturn a WERROR instead of a NTSTATUS like the rest...
2003-02-14 Jeremy AllisonEnsure that only parse_prs.c access internal members...
2003-02-12 Andrew Tridgellinitial server side privileges implementation, using...
2003-02-10 Andrew Tridgelladded the 'lsaenumacctwithright' command to rpcclient...
2003-02-01 Andrew BartlettOne more signed/unsigned fix
2003-01-29 Tim PotterPass down max_size parameter to cli_samr_query_dispinfo...
2003-01-28 Andrew Tridgelladded LsaRemoveAccountRights
2003-01-28 Andrew Tridgellcleaned up the lsa_enum_acct_rights function and added a
2003-01-17 Andrew Tridgellreverted this patch till I sort out the craziness with...
2003-01-17 Andrew TridgellThis removes the 3rd argument from init_unistr2()....
2003-01-17 Tim PotterLet's clean up client side ntlmssp!
2003-01-15 Andrew Tridgelladded cli_lsa_enum_account_rights() call. Note that...
2003-01-14 Tim PotterAdded comment about a SMB_ASSERT()
2003-01-13 Richard SharpeMake sure that those cleanups actually went in.
2003-01-11 Gerald Carter[merge] make sure to updatre print queue cache during...
2003-01-02 Andrew BartlettBIG patch...
2002-12-30 Simo Sorcethe shutdown call does not have a 16 bit flags, but...
2002-12-08 Simo Sorcemake querygroup in rpcclient working, same fix as per...
2002-11-27 Gerald Carterfix cli_ds_getprimarydominfo(); merge from SAMBA_3_0
2002-11-19 Tim PotterMerge from appliance:
2002-11-15 Tim PotterA cool idea from mbp: create a big shared library of...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
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()
next