Age | Commit message (Expand) | Author | Files | Lines |
2003-11-05 | Patch from James Henstridge to allow rpcclient adddriver command to specify | Tim Potter | 1 | -3/+12 |
2003-10-20 | Fixed typo spotted by Daniel Jarboe <daniel.jarboe@custserv.com>. | Jeremy Allison | 1 | -1/+1 |
2003-09-25 | Fix for #480. Change the interface for init_unistr2 to not take a length | Jeremy Allison | 1 | -2/+2 |
2003-08-19 | working on fix for BUG #294. Not done yet, but this at least clears | Gerald Carter | 1 | -3/+15 |
2003-08-07 | Patch from waider@waider.ie to print out Port Type. | Jeremy Allison | 1 | -1/+25 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -54/+54 |
2003-06-23 | * s/get_dc_name/rpc_dc_name/g (revert a previous change) | Gerald Carter | 1 | -1/+1 |
2003-04-23 | Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted | Andrew Bartlett | 1 | -9/+8 |
2003-03-18 | Merge of waider's rpcclient return type patch. | Tim Potter | 1 | -117/+114 |
2003-02-25 | Merge: const fixes. | Tim Potter | 1 | -33/+42 |
2003-02-12 | merge desired_access for open_printer_ex from HEAD, allowing cupsaddsmb to | Andrew Bartlett | 1 | -1/+1 |
2003-01-29 | Remove NULL buffer checks before rpcstr_pull() as they're now done | Jeremy Allison | 1 | -63/+38 |
2003-01-14 | Merge from HEAD: | Andrew Bartlett | 1 | -31/+29 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -6/+6 |
2002-11-11 | Add getdata and getdataex commands | Jim McDonough | 1 | -38/+187 |
2002-11-09 | deldriver fix | Gerald Carter | 1 | -6/+11 |
2002-11-08 | Add enumdataex command | Jim McDonough | 1 | -0/+80 |
2002-11-08 | Implement enumdata command | Jim McDonough | 1 | -2/+85 |
2002-11-08 | Add enumkey command (EnumPrinterKey api) | Jim McDonough | 1 | -0/+76 |
2002-10-04 | merge of new client side support the Win2k LSARPC UUID in rpcbind | Gerald Carter | 1 | -24/+24 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -13/+26 |
2002-08-17 | sync 3.0 branch with HEAD | Jelmer Vernooij | 1 | -0/+80 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -4/+6 |
2002-05-07 | Merge from HEAD: | Tim Potter | 1 | -39/+156 |
2002-04-02 | some mergee from SAMBA_2_2. Does compile, but needs some more testing. | Gerald Carter | 1 | -13/+160 |
2002-03-08 | Swap order of close brace and done: tag to appease AIX compiler. Order shoul... | Jim McDonough | 1 | -1/+1 |
2002-03-07 | Cosmetic fixup for enum_printers | Tim Potter | 1 | -2/+5 |
2002-03-07 | Fixed a bunch of crash bugs for enumprinters at various info levels. | Tim Potter | 1 | -24/+35 |
2002-02-25 | Implemented client side functions for SPOOLSS addform, getform, setform and | Tim Potter | 1 | -13/+150 |
2002-02-20 | Converted remaining spoolss rpcclient functions to werror/needed/offered. | Tim Potter | 1 | -52/+60 |
2002-02-19 | Converted {cmd,cli}_spoolss_getprinter() to WERROR and offered/neede. | Tim Potter | 1 | -14/+23 |
2002-02-19 | Converted cmd_spoolss_enumprinterdrivers() to use new | Tim Potter | 1 | -13/+14 |
2002-01-31 | Added addform, setform and deleteform commands. The only one I could get | Tim Potter | 1 | -4/+169 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-19 | fixes (asprintf) from 2.2 | Simo Sorce | 1 | -3/+7 |
2002-01-07 | Converted getprinterdriver to WERROR - it always returns dos error 6 | Tim Potter | 1 | -11/+17 |
2002-01-06 | Converted enumprinters and enumports cmd functions to use WERROR | Tim Potter | 1 | -32/+39 |
2002-01-06 | spoolss rpc client cleanup: | Tim Potter | 1 | -35/+62 |
2002-01-03 | Fixed crash bug in display_print_info_2() | Tim Potter | 1 | -65/+87 |
2002-01-03 | Fixed crash bug in display_print_info_1() | Tim Potter | 1 | -3/+13 |
2001-12-30 | Unicode byte ording fix from Benjamin Kuit <bj@it.uts.edu.au> | Tim Potter | 1 | -1/+1 |
2001-12-11 | Doing some research into ACLs on the LSA and SAM policy objects. | Tim Potter | 1 | -52/+0 |
2001-12-10 | Added client and server code for the GetPrintProcessorDirectory SPOOLSS | Tim Potter | 1 | -0/+32 |
2001-11-30 | Renamed sid field in SEC_ACE to trustee to be more in line with MS's | Tim Potter | 1 | -1/+1 |
2001-11-15 | FALSE -> False | Tim Potter | 1 | -1/+1 |
2001-10-12 | Some old stuff hanging around since the CIFS conference. Big cleanup of | Tim Potter | 1 | -245/+51 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-04 | it now all compiles - so try enabling it by default and see what explodes on ... | Andrew Tridgell | 1 | -92/+69 |
2001-09-03 | the next step in our error code handling change | Andrew Tridgell | 1 | -3/+3 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -31/+31 |