Age | Commit message (Expand) | Author | Files | Lines |
2002-10-21 | Fix a silly memset typo. | Tim Potter | 1 | -2/+2 |
2002-10-21 | Zero tallocated memory in decode_printer_info, decode_driver_info, | Tim Potter | 1 | -0/+10 |
2002-09-09 | Return WERR_UNKNOWN_LEVEL for unknown info levels. | Tim Potter | 1 | -3/+12 |
2002-09-09 | Return WERR_UNKNOWN_LEVEL for getprinterdriver level 6 as we don't | Tim Potter | 1 | -0/+3 |
2002-09-06 | cli_spoolss_enumprinterdrivers: | Tim Potter | 1 | -0/+4 |
2002-09-03 | Conver cli_spoolss routines to use REGISTRY_VALUE and REGVAL_CTR code. Nice ... | Tim Potter | 1 | -67/+34 |
2002-09-03 | Change JOB_INFO_CTR to return a pointer to an array rather than array of poin... | Tim Potter | 1 | -4/+47 |
2002-09-03 | Return data from enumprinterdataex by deep copying on passed in tdb context. | Tim Potter | 1 | -1/+17 |
2002-09-02 | Implemented some more client side spoolss functions: | Tim Potter | 1 | -1/+162 |
2002-08-27 | Don't try to convert enumprinters name to a unc name. | Tim Potter | 1 | -11/+1 |
2002-08-27 | Pass the object name down to the enum_printers rpc. By default this is the | Tim Potter | 1 | -2/+8 |
2002-08-02 | Moved rpc client routines from libsmb back to rpc_client where they belong. | Tim Potter | 1 | -633/+1969 |
2002-06-18 | more debug classess activated | Simo Sorce | 1 | -0/+3 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 1 | -13/+13 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -4/+0 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -11/+11 |
2001-07-25 | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 1 | -10/+10 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -1/+1 |
2001-04-28 | few cleanups to bring in line with 2.2 | Gerald Carter | 1 | -1/+0 |
2001-03-15 | added getdriver and enumdrivers commands. Also fixed | Gerald Carter | 1 | -1/+1 |
2001-03-09 | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 1 | -26/+26 |
2001-02-28 | Ooops - forgot to check the rpcclient and smbcacls compile with the new | Jeremy Allison | 1 | -2/+2 |
2001-02-28 | Move to talloc control of SPOOL_XXX structs. Move to talloc control of | Jeremy Allison | 1 | -2/+0 |
2000-10-06 | Herb's warning fixes. Also the POSIX locking fix. | Jeremy Allison | 1 | -1/+1 |
2000-09-12 | spoolgetprinterdriver now returns "Windows NT x86" and "Windows 4.0" | Gerald Carter | 1 | -1/+1 |
2000-08-31 | Removed compiler warning. | Tim Potter | 1 | -5/+5 |
2000-08-18 | changing some debug message levels | Gerald Carter | 1 | -12/+12 |
2000-08-12 | FIxed some unmarshalling problems with relstr and unistr arrays | Gerald Carter | 1 | -196/+157 |
2000-08-10 | Needed to add the SHARED attribute bit when creating a printer | Gerald Carter | 1 | -3/+6 |
2000-08-09 | More work on AddPrinterDriver() and AddPrinterEx() client RPC's | Gerald Carter | 1 | -8/+10 |
2000-08-08 | All changes related to rpcclient... | Gerald Carter | 1 | -0/+52 |
2000-08-04 | spoolss_addprinterex() was adding the printer and returning the | Gerald Carter | 1 | -23/+25 |
2000-08-04 | clunky support for calling AddPrinterEx(). The code currently reports | Gerald Carter | 1 | -11/+57 |
2000-07-31 | More work on rpcclient... | Gerald Carter | 1 | -36/+101 |
2000-07-26 | Found out that we are crashing spoolss in enumprinterdata. | Jean-François Micouleau | 1 | -2/+2 |
2000-07-21 | * Added EnumPorts() | Gerald Carter | 1 | -2/+68 |
2000-07-18 | Fixed some more client SPOOLSS functions. The following | Gerald Carter | 1 | -40/+30 |
2000-07-14 | cleaned up access to prs_struct variables. Replaced all calls | Gerald Carter | 1 | -10/+553 |
2000-07-07 | More rpcclient merge issues: | Gerald Carter | 1 | -0/+95 |
1999-12-13 | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that... | Andrew Tridgell | 1 | -329/+0 |
1999-12-12 | final part of "first" phase converting over to msrpc daemon architecture. | Luke Leighton | 1 | -1/+1 |
1999-11-27 | cool! spooljobs works! this surprised me very much :-) helped to | Luke Leighton | 1 | -2/+2 |
1999-11-27 | well, i stuffed up the spooler commands. | Luke Leighton | 1 | -17/+46 |
1999-11-09 | debugging rpcclient spoolenum and spooljobs commands. oh, did i forget | Luke Leighton | 1 | -5/+78 |
1999-11-06 | horrible code to do SMBwriteX / SMBreadX for large MSRPC reads. ARGH! | Luke Leighton | 1 | -1/+1 |
1999-11-06 | missed mem_grow_data call | Luke Leighton | 1 | -1/+1 |
1999-11-06 | added command-completion printer enum code. | Luke Leighton | 1 | -1/+1 |
1999-11-06 | added rpcclient spoolenum command. enumerates printers. | Luke Leighton | 1 | -0/+64 |
1999-11-06 | spoolss openprinterex / closeprinter client-code. | Luke Leighton | 1 | -0/+163 |