Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4616: the first phase in the addition of proper support for | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4035: more effort on consistent naming of the access mask bits. | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3428: switched to using minimal includes for the auto-generated RPC code. | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3396: Rename form_name -> formname. This time, check smbtorture builds before | Tim Potter | 1 | -1/+1 |
2007-10-10 | r3324: made the smbtorture code completely warning free | Andrew Tridgell | 1 | -10/+16 |
2007-10-10 | r3317: Fix the build | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r3218: Fix the build | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r2209: patch from volker to add EnumPorts spoolss IDL and test code | Andrew Tridgell | 1 | -0/+66 |
2007-10-10 | r2207: this bug caued valgrind to consume infinite memory till the kernel kil... | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r1041: - pulled the domain join code out of the netlogon test and made it a s... | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 1 | -14/+14 |
2004-02-03 | - add 'print' to the DCERPC binding strings | Stefan Metzmacher | 1 | -2/+0 |
2004-01-20 | check for the correct fault code when the server fails a use of a | Andrew Tridgell | 1 | -3/+9 |
2004-01-20 | added code to the RPC-SPOOLSS test that demonstrates that policy | Andrew Tridgell | 1 | -0/+41 |
2003-11-30 | * removed a bunch of unused code | Andrew Tridgell | 1 | -14/+14 |
2003-11-30 | Added EnumPrinterDriver, GetPrinterDriver (still in progress) | Tim Potter | 1 | -10/+159 |
2003-11-28 | GetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx. | Tim Potter | 1 | -0/+41 |
2003-11-28 | Add SetPrinterData, DeletePrinterData. | Tim Potter | 1 | -0/+54 |
2003-11-28 | fixed some warnings | Andrew Tridgell | 1 | -1/+1 |
2003-11-28 | Fix bug in EnumPrinterData test. | Tim Potter | 1 | -1/+39 |
2003-11-28 | Added EnumJobs, GetJob, SetJob RPCs. | Tim Potter | 1 | -0/+137 |
2003-11-27 | Implemented SetForm RPC. | Tim Potter | 1 | -3/+24 |
2003-11-27 | Add DeleteForm, start cleaning up tests. | Tim Potter | 1 | -20/+64 |
2003-11-27 | Implemented AddForm RPC. The mystery of the useless_ptr has been | Tim Potter | 1 | -0/+20 |
2003-11-26 | Implemented EnumForms and GetForm. | Tim Potter | 1 | -0/+106 |
2003-11-22 | * fixed null terminated string handling | Andrew Tridgell | 1 | -1/+1 |
2003-11-22 | * fixed handling of relative subcontext unions | Andrew Tridgell | 1 | -2/+2 |
2003-11-22 | a fairly major upgrade to the dcerpc system | Andrew Tridgell | 1 | -0/+2 |
2003-11-20 | EnumPrinterData in spoolss now works | Andrew Tridgell | 1 | -5/+5 |
2003-11-18 | cope with no printers returned from EnumPrinters | Andrew Tridgell | 1 | -0/+5 |
2003-11-18 | Working on EnumPrinterData. There appears to be an alignment problem | Tim Potter | 1 | -0/+45 |
2003-11-18 | use the auto-generated UUID, version and name rather than listing them | Andrew Tridgell | 1 | -1/+4 |
2003-11-18 | * use the new auto-generated debug code method. | Andrew Tridgell | 1 | -2/+2 |
2003-11-17 | * add another WERR err code | Andrew Tridgell | 1 | -1/+1 |
2003-11-17 | use [subcontext] to make GetPrinter a bit easier in smbtorture | Andrew Tridgell | 1 | -15/+5 |
2003-11-17 | call OpenPrinterEx on each printer on the server, and then call | Andrew Tridgell | 1 | -75/+161 |
2003-11-17 | added OpenPrinter and a test function. Note that the Samba3 structure | Andrew Tridgell | 1 | -0/+36 |
2003-11-17 | * more info levels for EnumPrinter | Andrew Tridgell | 1 | -4/+8 |
2003-11-17 | nicer method of handling spoolss EnumPrinters | Andrew Tridgell | 1 | -15/+19 |
2003-11-16 | use nstring and [relative] to support levels 1 and 2 of EnumPrinters | Andrew Tridgell | 1 | -27/+37 |
2003-11-16 | added support for level1 of EnumPrinters in spoolss. This uses a | Andrew Tridgell | 1 | -14/+17 |
2003-11-16 | Added tests for EnumPrinters and ClosePrinter. | Tim Potter | 1 | -6/+72 |
2003-11-15 | the returned policy handle in spoolss_OpenPrinterEx() is pass by | Andrew Tridgell | 1 | -0/+3 |
2003-11-15 | Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterEx | Tim Potter | 1 | -0/+76 |