Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix bug in usage(). | Tim Potter | 2001-08-27 | 1 | -3/+7 | |
| | | | | Allow user to invoke with \\ or // in front of server name. | |||||
* | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 2001-08-27 | 8 | -94/+94 | |
| | ||||||
* | - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed) | Simo Sorce | 2001-08-10 | 7 | -40/+248 | |
| | | | | | | | - ported two rpc back from TNG (WINREG: shutdown and abort shutdown) - some optimizations and changed some DEBUG statement in loadparm.c - changed rpcclient a bit moved from non reentrant next_token_nr to next_token - in cmd_reg.c not sure if getopt will work ok on all platforms only setting optind=0 | |||||
* | Replaced the duplicate DOS constants with appropriate ones from doserr.h to | Tim Potter | 2001-08-10 | 1 | -5/+5 | |
| | | | | | emphasise the fact that the spoolss pipe returns DOS error codes instead of 32-bit nt status codes. | |||||
* | Return an exit code when connect failed. | Tim Potter | 2001-07-27 | 1 | -1/+1 | |
| | | | | Patch from Michael Sweet <mike@easysw.com> | |||||
* | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 2001-07-25 | 1 | -12/+12 | |
| | | | | | | According to the incorruptible judges find and grep, the latter won. Mmm - procrastination. (-: | |||||
* | Started adding some help/usage info for rpcclient commands. | Tim Potter | 2001-07-20 | 7 | -68/+128 | |
| | ||||||
* | fixed anonymous login in rpcclient | Andrew Tridgell | 2001-07-08 | 1 | -4/+7 | |
| | ||||||
* | improved the command line parsing of rpcclient | Andrew Tridgell | 2001-07-08 | 1 | -16/+17 | |
| | ||||||
* | missed a couple of strchr calls | Andrew Tridgell | 2001-07-04 | 1 | -1/+1 | |
| | ||||||
* | strchr and strrchr are macros when compiling with optimisation in gcc, so we ↵ | Andrew Tridgell | 2001-07-04 | 1 | -3/+3 | |
| | | | | can't redefine them. damn. | |||||
* | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 4 | -133/+139 | |
| | | | | | | | This commit gets rid of all our old codepage handling and replaces it with iconv. All internal strings in Samba are now in "unix" charset, which may be multi-byte. See internals.doc and my posting to samba-technical for a more complete explanation. | |||||
* | fix compiler warnings | Simo Sorce | 2001-06-23 | 1 | -0/+2 | |
| | ||||||
* | next_token() was supposed to be a reentrant replacement for strtok(), | Andrew Tridgell | 2001-06-21 | 3 | -16/+16 | |
| | | | | | | | | | but the code suffered from bitrot and is not now reentrant. That means we can get bizarre behaviour i've fixed this by making next_token() reentrant and creating a next_token_nr() that is a small non-reentrant wrapper for those lumps of code (mostly smbclient) that have come to rely on the non-reentrant behaviour | |||||
* | Added delete domain user rpcclient command. | Tim Potter | 2001-06-20 | 1 | -1/+84 | |
| | ||||||
* | Added some msdfs client routines. | Tim Potter | 2001-06-13 | 1 | -0/+291 | |
| | ||||||
* | Added stub dfs client commands to rpcclient. | Tim Potter | 2001-06-06 | 1 | -0/+2 | |
| | ||||||
* | Added stubs for dfs rpc client routines. | Tim Potter | 2001-06-06 | 1 | -0/+32 | |
| | ||||||
* | Fixups for new args to cli_samr_connect() | Tim Potter | 2001-06-06 | 1 | -35/+175 | |
| | | | | Added samlookupnames and samlookuprids rpcclient commands. | |||||
* | Added add domain user to rpcclient. | Tim Potter | 2001-06-04 | 1 | -0/+88 | |
| | | | | Added cli_ functions for set userinfo and userinfo2. | |||||
* | merge from 2.2 | Gerald Carter | 2001-05-31 | 1 | -12/+28 | |
| | ||||||
* | merge from 2.2 | Gerald Carter | 2001-05-31 | 1 | -0/+6 | |
| | ||||||
* | merge from 2.2 | Gerald Carter | 2001-05-31 | 1 | -1/+1 | |
| | ||||||
* | Added srvinfo and partial logonctrl and logonctrl2 commands. | Tim Potter | 2001-05-24 | 2 | -2/+267 | |
| | ||||||
* | Fixed compiler warning. | Tim Potter | 2001-05-24 | 1 | -1/+0 | |
| | ||||||
* | Removed some level 0 debugs accidentally left in - oops. | Tim Potter | 2001-05-24 | 1 | -3/+0 | |
| | ||||||
* | Replaced next_command() with call to next_token(). | Tim Potter | 2001-05-24 | 1 | -21/+5 | |
| | ||||||
* | Added stubs for SRVSVC and NETLOGON rpcclient commands. | Tim Potter | 2001-05-24 | 3 | -426/+61 | |
| | ||||||
* | merge from 2.2 (deleteprinterdriver RPC) | Gerald Carter | 2001-05-18 | 1 | -8/+15 | |
| | ||||||
* | merge from 2.2 DeletePrinterDriver() server side stud coming | Gerald Carter | 2001-05-17 | 1 | -0/+48 | |
| | | | | in separate commit after I get it working in 2.2. | |||||
* | Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user() | Tim Potter | 2001-05-15 | 1 | -8/+4 | |
| | ||||||
* | Added arg to querygroupinfo. | Tim Potter | 2001-05-14 | 1 | -8/+9 | |
| | ||||||
* | Memory leak fixes plus general cleanup. | Tim Potter | 2001-05-11 | 1 | -35/+20 | |
| | ||||||
* | Fixed querydispinfo command. | Tim Potter | 2001-05-08 | 1 | -12/+36 | |
| | ||||||
* | iAdded querydispinfo and querydominfo functions. | Tim Potter | 2001-05-07 | 1 | -3/+205 | |
| | | | | Allow rid to be specified in lookupuser. | |||||
* | Added queryaliasmem function. | Tim Potter | 2001-05-04 | 1 | -4/+104 | |
| | | | | | Moved fetch_domain_sid() calls out of harms way so they didn't spam out queries on SAMR pipe. | |||||
* | Tidyup of server vs servername, username vs user to remove compiler | Tim Potter | 2001-05-04 | 1 | -24/+24 | |
| | | | | warnings. | |||||
* | Added cmd_samr_enum_dom_groups() function. | Tim Potter | 2001-05-04 | 1 | -2/+86 | |
| | ||||||
* | More usability fixes. | Tim Potter | 2001-05-04 | 1 | -1/+3 | |
| | ||||||
* | Allow ctrl-d to exit rpcclient. | Tim Potter | 2001-05-04 | 1 | -4/+7 | |
| | | | | Don't try to run anything if user just presses return at rpcclient prompt. | |||||
* | rpcclient merge from 2.2 (including Jeremy's non-void return fix) | Gerald Carter | 2001-04-28 | 4 | -87/+386 | |
| | ||||||
* | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 2001-04-08 | 2 | -10/+10 | |
| | | | | Jeremy. | |||||
* | Changed usage message for query_groupmem and query_usergroups as they don't | Tim Potter | 2001-03-28 | 1 | -2/+2 | |
| | | | | convert names to rids yet. | |||||
* | Added Gerald's fixes. | Jeremy Allison | 2001-03-23 | 1 | -2/+0 | |
| | | | | Jeremy. | |||||
* | More unused variables. | Jeremy Allison | 2001-03-23 | 2 | -14/+6 | |
| | | | | Jeremy. | |||||
* | merge from 2.2 (reorder commands in array) | Gerald Carter | 2001-03-19 | 1 | -1/+1 | |
| | ||||||
* | fixed rpcclient readline code | Andrew Tridgell | 2001-03-19 | 1 | -16/+3 | |
| | ||||||
* | addprinter and adddriver are working now :-) | Gerald Carter | 2001-03-15 | 3 | -61/+459 | |
| | ||||||
* | added getdriverdir and cleaned up the PRINTER_DRIVER_CTR struct | Gerald Carter | 2001-03-15 | 1 | -1/+61 | |
| | ||||||
* | added getdriver and enumdrivers commands. Also fixed | Gerald Carter | 2001-03-15 | 1 | -26/+355 | |
| | | | | | enumprinters so that it works as well. Couple of other misc fixes while we're working on rpcclient. |