Age | Commit message (Expand) | Author | Files | Lines |
2003-03-24 | Revoke some of the popt patch from metze I applied earlier today. It added | Jelmer Vernooij | 1 | -1/+2 |
2003-03-24 | Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changes | Jelmer Vernooij | 1 | -145/+11 |
2003-03-17 | Applied waider's patch to return DOS error codes for pipes that | Tim Potter | 1 | -14/+34 |
2003-03-07 | safe_strcpy() -> fstrcpy() fix, and a cleanup to how rpcclient calls the | Andrew Bartlett | 1 | -8/+3 |
2003-02-25 | More const fixes and flow on fixes from yesterday's const-fest. | Tim Potter | 1 | -2/+2 |
2003-02-25 | Fixed up some const related compiler warnings. | Tim Potter | 1 | -3/+3 |
2003-02-21 | Fix for only specifying one command with -c | Tim Potter | 1 | -1/+4 |
2003-02-18 | Add -V option (to print out version) to utilities where possible | Jelmer Vernooij | 1 | -0/+1 |
2003-02-17 | Don't pstrcpy into an fstring. (Harmless in this case since it comes | Martin Pool | 1 | -3/+10 |
2003-02-17 | Start reworking rpcclient to use popt rather than next_token to parse | Martin Pool | 1 | -103/+69 |
2003-01-21 | revert accidentally committed changes | Jim McDonough | 1 | -3/+4 |
2003-01-21 | Properly display popt errors. Also fix debug to be -d for consistency with o... | Jim McDonough | 1 | -4/+3 |
2003-01-11 | A couple more fstring/pstring issues - and move from sizeof(fstring) to | Andrew Bartlett | 1 | -3/+3 |
2003-01-08 | Display an error message when the server cannot be resolved when running at | Tim Potter | 1 | -1/+1 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -2/+2 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -6/+6 |
2002-10-17 | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 1 | -1/+1 |
2002-10-05 | Update popt help message and use popt-common | Jelmer Vernooij | 1 | -12/+7 |
2002-10-04 | merge of working dsrolegetprimdominfo() client code from APP_HEAD | Gerald Carter | 1 | -0/+2 |
2002-10-04 | merge of new client side support the Win2k LSARPC UUID in rpcbind | Gerald Carter | 1 | -13/+12 |
2002-09-05 | The new popt_common_debug code obviates the need to muck around with | Tim Potter | 1 | -10/+2 |
2002-09-04 | remove inet_aton() | Gerald Carter | 1 | -1/+1 |
2002-08-29 | Forgot to remove old usage() function | Jelmer Vernooij | 1 | -27/+5 |
2002-08-29 | Use popt for printing --help message | Jelmer Vernooij | 1 | -11/+9 |
2002-07-29 | Use common popt definition for -d option. | Tim Potter | 1 | -7/+1 |
2002-07-20 | If we can't connect, make sure its a level 0 so we see it, and the reason. | Andrew Bartlett | 1 | -1/+1 |
2002-07-09 | Added -I option to rpcclient. | Tim Potter | 1 | -12/+20 |
2002-07-01 | used findstatic.pl to make some variables static and remove some dead | Andrew Tridgell | 1 | -1/+1 |
2002-06-25 | Update cli_full_connection() to take a 'flags' paramater, and try to get a | Andrew Bartlett | 1 | -1/+1 |
2002-05-24 | Remove the password length paramater from cli_full_connection - it really | Andrew Bartlett | 1 | -1/+1 |
2002-05-07 | Fixed compile warning. | Tim Potter | 1 | -1/+2 |
2002-04-17 | Fixed command line argument parsing. | Tim Potter | 1 | -70/+54 |
2002-04-16 | merges from SAMBA_2_2 | Gerald Carter | 1 | -44/+61 |
2002-04-14 | Fixed comment. | Tim Potter | 1 | -1/+1 |
2002-04-04 | Free popt context after argument parsing. | Tim Potter | 1 | -0/+2 |
2002-04-02 | added "list <pipe>" command to display the available commands | Gerald Carter | 1 | -0/+45 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 1 | -3/+3 |
2002-03-08 | One more fix to get popt to work for some compilers...this is the downside to... | Jim McDonough | 1 | -15/+22 |
2002-03-07 | Convert rpcclient to use popt instead of getopt. Includes changing of got_pa... | Jim McDonough | 1 | -32/+46 |
2002-03-07 | argc == 0 is an impossible condition. | Tim Potter | 1 | -1/+2 |
2002-02-26 | merge from 2.2 - fix parsing of options | Herb Lewis | 1 | -14/+16 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-06 | Display nicer message when server name could not be resolved. | Tim Potter | 1 | -3/+3 |
2001-12-21 | put back the -l option to rpcclient. | Jean-François Micouleau | 1 | -1/+8 |
2001-12-21 | Fix for null command description in rpcclient help. From Benjamin Kuit | Tim Potter | 1 | -1/+2 |
2001-12-20 | lp_setup_logfile() doesn't exist any more | Andrew Tridgell | 1 | -7/+1 |
2001-12-20 | Removed global debugf. Replaced with lp_set_logfile(name). | Jeremy Allison | 1 | -3/+2 |
2001-12-18 | initialise strings | Jean-François Micouleau | 1 | -4/+4 |
2001-12-03 | This change reworkes the connection code for both rpcclient and net new | Andrew Bartlett | 1 | -86/+36 |
2001-11-23 | Removed TimeInit() call from every client program (except for one place | Tim Potter | 1 | -2/+0 |