trying to get HEAD building again. If you want the code
[kai/samba-autobuild/.git] / source3 / rpcclient / rpcclient.c
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-05-10 Jelmer VernooijReverse previous patch from Stefan and me after comment...
2003-05-10 Jelmer VernooijPatch from metze and me that adds dummy smb_register_...
2003-04-28 Tim PotterPerform lp_load() before popt to fix -W option.
2003-04-23 Tim PotterPatch from waider to set exit code of last executed...
2003-04-16 Andrew BartlettStore the type of 'sec channel' that we establish to...
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-03-24 Jelmer VernooijRevoke some of the popt patch from metze I applied...
2003-03-24 Jelmer VernooijPatch from metze to generalise POPT_COMMON_SAMBA, with...
2003-03-17 Tim PotterApplied waider's patch to return DOS error codes for...
2003-03-07 Andrew Bartlettsafe_strcpy() -> fstrcpy() fix, and a cleanup to how...
2003-02-25 Tim PotterMore const fixes and flow on fixes from yesterday's...
2003-02-25 Tim PotterFixed up some const related compiler warnings.
2003-02-21 Tim PotterFix for only specifying one command with -c
2003-02-18 Jelmer VernooijAdd -V option (to print out version) to utilities where...
2003-02-17 Martin PoolDon't pstrcpy into an fstring. (Harmless in this case...
2003-02-17 Martin PoolStart reworking rpcclient to use popt rather than next_...
2003-01-21 Jim McDonoughrevert accidentally committed changes
2003-01-21 Jim McDonoughProperly display popt errors. Also fix debug to be...
2003-01-11 Andrew BartlettA couple more fstring/pstring issues - and move from...
2003-01-08 Tim PotterDisplay an error message when the server cannot be...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-10-17 Jeremy AllisonAdded new error codes. Fix up connection code to retry...
2002-10-05 Jelmer VernooijUpdate popt help message and use popt-common
2002-10-04 Gerald CarterMerge ... working dsrolegetprimdominfo() client code...
2002-10-04 Gerald CarterMerge ... new client side support the Win2k LSARPC...
2002-09-05 Tim PotterThe new popt_common_debug code obviates the need to...
2002-09-04 Gerald Carterremove inet_aton()
2002-08-29 Jelmer VernooijForgot to remove old usage() function
2002-08-29 Jelmer VernooijUse popt for printing --help message
2002-07-29 Tim PotterUse common popt definition for -d option.
2002-07-20 Andrew BartlettIf we can't connect, make sure its a level 0 so we...
2002-07-09 Tim PotterAdded -I option to rpcclient.
2002-07-01 Andrew Tridgellused findstatic.pl to make some variables static and...
2002-06-25 Andrew BartlettUpdate cli_full_connection() to take a 'flags' paramate...
2002-05-24 Andrew BartlettRemove the password length paramater from cli_full_conn...
2002-05-07 Tim PotterFixed compile warning.
2002-04-17 Tim PotterFixed command line argument parsing.
2002-04-16 Gerald Cartermerges from SAMBA_2_2
2002-04-14 Tim PotterFixed comment.
2002-04-04 Tim PotterFree popt context after argument parsing.
2002-04-02 Gerald Carteradded "list <pipe>" command to display the available...
2002-03-17 Tim PotterRenamed get_nt_error_msg() to nt_errstr().
2002-03-08 Jim McDonoughOne more fix to get popt to work for some compilers...
2002-03-07 Jim McDonoughConvert rpcclient to use popt instead of getopt. Inclu...
2002-03-07 Tim Potterargc == 0 is an impossible condition.
2002-02-26 Herb Lewismerge from 2.2 - fix parsing of options
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-06 Tim PotterDisplay nicer message when server name could not be...
2001-12-21 Jean-François Mico... put back the -l option to rpcclient.
2001-12-21 Tim PotterFix for null command description in rpcclient help...
2001-12-20 Andrew Tridgelllp_setup_logfile() doesn't exist any more
2001-12-20 Jeremy AllisonRemoved global debugf. Replaced with lp_set_logfile...
2001-12-18 Jean-François Mico... initialise strings
2001-12-03 Andrew BartlettThis change reworkes the connection code for both rpccl...
2001-11-23 Tim PotterRemoved TimeInit() call from every client program ...
2001-11-19 Martin PoolStore some path names in global variables initialized...
2001-10-30 Tim PotterDisplay some errors if the initial connection to the...
2001-10-22 Jean-François Mico... allow the samr commands to work back and the help too ;-)
2001-10-12 Tim PotterSome old stuff hanging around since the CIFS conference...
2001-10-03 Jeremy AllisonFixup insure changes for rpcclient.
2001-10-03 Jeremy AllisonIncorrect definition of debugf.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-29 Simo Sorcereturn NT_STATUS_NO_MEMORY istead of NT_STATUS_OK if...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-15 Andrew BartlettFix up NTSTATUS stuff in rpcclient's help function
2001-09-05 Tim Potteroh foo
2001-09-05 Tim PotterDon't crash if run with no command line arguments....
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-08-27 Tim PotterFix bug in usage().
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-10 Simo Sorce- avoid possible mem leaks in rpcclient/cmd_*.c (talloc...
2001-07-27 Tim PotterReturn an exit code when connect failed.
2001-07-20 Tim PotterStarted adding some help/usage info for rpcclient commands.
2001-07-08 Andrew Tridgellfixed anonymous login in rpcclient
2001-07-08 Andrew Tridgellimproved the command line parsing of rpcclient
2001-07-04 Andrew Tridgellmissed a couple of strchr calls
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-21 Andrew Tridgellnext_token() was supposed to be a reentrant replacement...
2001-06-06 Tim PotterAdded stub dfs client commands to rpcclient.
2001-05-31 Gerald Cartermerge from 2.2
2001-05-31 Gerald Cartermerge from 2.2
2001-05-24 Tim PotterRemoved some level 0 debugs accidentally left in -...
2001-05-24 Tim PotterReplaced next_command() with call to next_token().
2001-05-24 Tim PotterAdded stubs for SRVSVC and NETLOGON rpcclient commands.
2001-05-04 Tim PotterMore usability fixes.
2001-05-04 Tim PotterAllow ctrl-d to exit rpcclient.
2001-04-28 Gerald Carterrpcclient merge from 2.2 (including Jeremy's non-void...
2001-03-23 Jeremy AllisonAdded Gerald's fixes.
2001-03-23 Jeremy AllisonMore unused variables.
2001-03-19 Andrew Tridgellfixed rpcclient readline code
2001-03-15 Gerald Carteraddprinter and adddriver are working now :-)
2001-03-15 Gerald Cartermore updates. several spoolss commands added as placeh...
2001-03-14 Gerald Carterset of changes in the beginning of bringing rpcclient...
2001-03-13 Gerald Cartermove charset_initialize() up in the food chain so that...
2001-01-15 Tim Potterrpcclient functions for remaining samr and lsa function...
2001-01-12 Tim PotterMemory leak fixes and uninitialised variables spotted...
next