Age | Commit message (Expand) | Author | Files | Lines |
2001-05-15 | Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user() | Tim Potter | 1 | -8/+4 |
2001-05-14 | Added arg to querygroupinfo. | Tim Potter | 1 | -8/+9 |
2001-05-11 | Memory leak fixes plus general cleanup. | Tim Potter | 1 | -35/+20 |
2001-05-08 | Fixed querydispinfo command. | Tim Potter | 1 | -12/+36 |
2001-05-07 | iAdded querydispinfo and querydominfo functions. | Tim Potter | 1 | -3/+205 |
2001-05-04 | Added queryaliasmem function. | Tim Potter | 1 | -4/+104 |
2001-05-04 | Tidyup of server vs servername, username vs user to remove compiler | Tim Potter | 1 | -24/+24 |
2001-05-04 | Added cmd_samr_enum_dom_groups() function. | Tim Potter | 1 | -2/+86 |
2001-05-04 | More usability fixes. | Tim Potter | 1 | -1/+3 |
2001-05-04 | Allow ctrl-d to exit rpcclient. | Tim Potter | 1 | -4/+7 |
2001-04-28 | rpcclient merge from 2.2 (including Jeremy's non-void return fix) | Gerald Carter | 4 | -87/+386 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 2 | -10/+10 |
2001-03-28 | Changed usage message for query_groupmem and query_usergroups as they don't | Tim Potter | 1 | -2/+2 |
2001-03-23 | Added Gerald's fixes. | Jeremy Allison | 1 | -2/+0 |
2001-03-23 | More unused variables. | Jeremy Allison | 2 | -14/+6 |
2001-03-19 | merge from 2.2 (reorder commands in array) | Gerald Carter | 1 | -1/+1 |
2001-03-19 | fixed rpcclient readline code | Andrew Tridgell | 1 | -16/+3 |
2001-03-15 | addprinter and adddriver are working now :-) | Gerald Carter | 3 | -61/+459 |
2001-03-15 | added getdriverdir and cleaned up the PRINTER_DRIVER_CTR struct | Gerald Carter | 1 | -1/+61 |
2001-03-15 | added getdriver and enumdrivers commands. Also fixed | Gerald Carter | 1 | -26/+355 |
2001-03-15 | more updates. several spoolss commands added as placeholders | Gerald Carter | 4 | -15/+102 |
2001-03-14 | set of changes in the beginning of bringing rpcclient changes | Gerald Carter | 4 | -269/+294 |
2001-03-13 | move charset_initialize() up in the food chain so that lp_load_services | Gerald Carter | 1 | -1/+2 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -3/+0 |
2001-01-15 | rpcclient functions for remaining samr and lsa functions. All functions | Tim Potter | 3 | -25/+458 |
2001-01-12 | Pass correctly formatted args to cli_spoolss_open_printer_ex() | Tim Potter | 1 | -2/+7 |
2001-01-12 | Memory leak fixes and uninitialised variables spotted by insure. | Tim Potter | 1 | -16/+18 |
2001-01-12 | Memory leak fixes spotted by insure. | Tim Potter | 2 | -1/+14 |
2001-01-12 | Use MAXIMUM_ALLOWED_ACCESS when doing a cli_spoolss_open_printer_ex() | Tim Potter | 1 | -1/+1 |
2001-01-11 | Start of a rewrite of rpcclient based on the libsmb rpc client routines. | Tim Potter | 4 | -1598/+954 |
2000-12-08 | Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions from | Tim Potter | 2 | -146/+177 |
2000-12-08 | Modified argc passed to rpc_client cmd_* functions to include argv[0]. | Tim Potter | 1 | -12/+12 |
2000-09-12 | spoolgetprinterdriver now returns "Windows NT x86" and "Windows 4.0" | Gerald Carter | 1 | -1/+9 |
2000-08-29 | added -P (for no prompt) and -A <authfile> options | Gerald Carter | 1 | -11/+10 |
2000-08-18 | fixed an off by one error where I was tromping on memory | Gerald Carter | 1 | -1/+1 |
2000-08-12 | FIxed some unmarshalling problems with relstr and unistr arrays | Gerald Carter | 1 | -2/+5 |
2000-08-10 | Tidied up security rights definitions. | Jeremy Allison | 1 | -4/+4 |
2000-08-10 | Working on spoolss_getprinterdriver() as it does not display all the | Gerald Carter | 2 | -6/+21 |
2000-08-10 | Needed to add the SHARED attribute bit when creating a printer | Gerald Carter | 1 | -7/+9 |
2000-08-09 | More work on AddPrinterDriver() and AddPrinterEx() client RPC's | Gerald Carter | 1 | -44/+40 |
2000-08-09 | Fixed AddPrinterDriver() | Gerald Carter | 1 | -1/+0 |
2000-08-08 | All changes related to rpcclient... | Gerald Carter | 1 | -4/+235 |
2000-08-04 | spoolss_addprinterex() was adding the printer and returning the | Gerald Carter | 1 | -3/+3 |
2000-08-04 | clunky support for calling AddPrinterEx(). The code currently reports | Gerald Carter | 1 | -8/+10 |
2000-08-01 | Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST... | Jeremy Allison | 2 | -5/+5 |
2000-07-31 | More work on rpcclient... | Gerald Carter | 3 | -25/+121 |
2000-07-26 | Found out that we are crashing spoolss in enumprinterdata. | Jean-François Micouleau | 1 | -2/+2 |
2000-07-25 | some initial code for AddPrinterEx() project. Most is ifdef'd out | Gerald Carter | 2 | -1/+119 |
2000-07-25 | A rather big change set ! (listed in no particular order) | Jean-François Micouleau | 1 | -1/+1 |
2000-07-21 | Added EnumPorts() and fixed up some problems | Gerald Carter | 3 | -0/+96 |