Age | Commit message (Expand) | Author | Files | Lines |
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 |
2001-08-10 | - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed) | Simo Sorce | 1 | -0/+10 |
2001-08-10 | Replaced the duplicate DOS constants with appropriate ones from doserr.h to | Tim Potter | 1 | -5/+5 |
2001-07-25 | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 1 | -12/+12 |
2001-07-20 | Started adding some help/usage info for rpcclient commands. | Tim Potter | 1 | -16/+18 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -46/+42 |
2001-05-31 | merge from 2.2 | Gerald Carter | 1 | -1/+1 |
2001-05-24 | Fixed compiler warning. | Tim Potter | 1 | -1/+0 |
2001-05-18 | merge from 2.2 (deleteprinterdriver RPC) | Gerald Carter | 1 | -8/+15 |