Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s3-net: use rpccli_spoolss_enumprinterkey wrapper. | Günther Deschner | 2009-03-17 | 1 | -17/+6 | |
| | | | | Guenther | |||||
* | s3-net: fix net_spoolss_setprinterdataex. | Günther Deschner | 2009-03-17 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | s3-net: fix net_spoolss_setprinterdata. | Günther Deschner | 2009-03-17 | 1 | -7/+13 | |
| | | | | Guenther | |||||
* | s3-net: use rpccli_spoolss_EnumPrinterData. | Günther Deschner | 2009-03-17 | 1 | -16/+59 | |
| | | | | Guenther | |||||
* | s3-net: temporary disable net_spoolss_setprinterdata. | Günther Deschner | 2009-03-17 | 1 | -1/+4 | |
| | | | | Guenther | |||||
* | s3-net: use rpccli_spoolss_enumprinters wrapper. | Günther Deschner | 2009-03-13 | 1 | -134/+71 | |
| | | | | Guenther | |||||
* | s3-spoolss: remove old leftover driver print functions. | Günther Deschner | 2009-03-13 | 1 | -56/+0 | |
| | | | | Guenther | |||||
* | s3-net: use rpccli_spoolss_enumprinterdrivers wrapper. | Günther Deschner | 2009-03-13 | 1 | -11/+12 | |
| | | | | Guenther | |||||
* | Shape up pdb_search a bit by making it a talloc ctx with a destructor | Volker Lendecke | 2009-03-07 | 3 | -20/+25 | |
| | ||||||
* | s3-spoolss: use form flags from idl in rpcclient and net. | Günther Deschner | 2009-03-06 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | s3-net: use new rpccli_spoolss_enumforms wrapper. | Günther Deschner | 2009-03-06 | 1 | -27/+17 | |
| | | | | Guenther | |||||
* | s3:net conf: reduce memory usage of "net conf import". | Michael Adam | 2009-03-04 | 1 | -6/+33 | |
| | | | | | | | | | | "net conf import" was wrapped in one big transaction. This lead to MAX_TALLOC_SIZE being exceeded at roughly 1500 shares. This patch resolves that problem by limiting the top level transactions in "net conf import" to 100 shares. Michael | |||||
* | s3-spoolss: use DSPRINT flags instead of SPOOLS_DS flags. | Günther Deschner | 2009-02-27 | 1 | -10/+10 | |
| | | | | Guenther | |||||
* | s3:net rpc registry: use regsubkey_ctr_init() instead of using talloc directly. | Michael Adam | 2009-02-26 | 1 | -2/+5 | |
| | | | | Michael | |||||
* | s3:profiles: use regsubkey_ctr_init() instead of using talloc directly. | Michael Adam | 2009-02-26 | 1 | -1/+3 | |
| | | | | Michael | |||||
* | s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr" | Michael Adam | 2009-02-26 | 2 | -6/+6 | |
| | | | | | | | This paves the way for hiding the typedef and the implementation from the surface. Michael | |||||
* | s3:net: wrap net conf import into one big transaction | Michael Adam | 2009-02-26 | 1 | -6/+27 | |
| | | | | | | | This speeds up "net conf import" of a file with 2000 shares from 11 minutest to 1m50s on my box. Michael | |||||
* | s3-spoolss: use is_valid_policy_hnd to check for valid policy handles. | Günther Deschner | 2009-02-25 | 1 | -75/+23 | |
| | | | | Guenther | |||||
* | s3-spoolss: use rpccli_spoolss_addprinterex wrapper. | Günther Deschner | 2009-02-25 | 1 | -1/+8 | |
| | | | | Guenther | |||||
* | s3-net: use rpccli_spoolss_getprinter and rpccli_spoolss_SetPrinter. | Günther Deschner | 2009-02-25 | 1 | -46/+123 | |
| | | | | Guenther | |||||
* | s3-net: use rpccli_spoolss_AddPrinterDriver and rpccli_spoolss_getprinterdriver2 | Günther Deschner | 2009-02-24 | 1 | -56/+89 | |
| | | | | | | wrapper. Guenther | |||||
* | Convert name_mangle() to use talloc | Volker Lendecke | 2009-02-24 | 1 | -2/+9 | |
| | ||||||
* | More warning fixes for Solaris. | Jeremy Allison | 2009-02-23 | 1 | -2/+4 | |
| | | | | Jeremy. | |||||
* | More warning fixes for Solaris. | Jeremy Allison | 2009-02-23 | 2 | -18/+18 | |
| | | | | Jeremy. | |||||
* | Fix printf warnings found on systems where time_t <> long int. | Jeremy Allison | 2009-02-19 | 1 | -1/+2 | |
| | | | | Jeremy. | |||||
* | S3: Log warning in smbstatus about lack of pid in anonymous mode. | todd stecher | 2009-02-18 | 1 | -0/+4 | |
| | ||||||
* | Fix an uninitialized variable, introdued with 4d100f2f | Volker Lendecke | 2009-02-13 | 1 | -1/+1 | |
| | ||||||
* | Fix Coverity ID 742 (RESOURCE_LEAK) | Volker Lendecke | 2009-02-13 | 1 | -6/+3 | |
| | ||||||
* | Fix Coverity ID 744 | Volker Lendecke | 2009-02-13 | 1 | -1/+1 | |
| | | | | | This was marked as a resource leak. This change makes the code a bit clearer that we always free error_string. | |||||
* | Fix Coverity ID 745 (RESOURCE_LEAK) | Volker Lendecke | 2009-02-13 | 1 | -0/+1 | |
| | ||||||
* | s3-net: use rpccli_spoolss_SetPrinterDataEx. | Günther Deschner | 2009-02-12 | 1 | -2/+9 | |
| | | | | Guenther | |||||
* | S3: Fixes for coverity issues. | todd stecher | 2009-02-10 | 3 | -4/+14 | |
| | ||||||
* | s3-rpcclient: use rpccli_spoolss_openprinter_ex helper. | Günther Deschner | 2009-02-10 | 1 | -3/+4 | |
| | | | | Guenther | |||||
* | S3: Various fixes for log2pcaphex utility | todd stecher | 2009-02-09 | 1 | -49/+113 | |
| | ||||||
* | Attempt to fix the build | Volker Lendecke | 2009-02-09 | 1 | -4/+4 | |
| | ||||||
* | s3-rpcclient: use srv_name_slash instead of formating servername again and ↵ | Günther Deschner | 2009-02-09 | 1 | -10/+7 | |
| | | | | | | again. Guenther | |||||
* | s3-spoolss: use rpccli_spoolss_AddForm in net and rpcclient. | Günther Deschner | 2009-02-09 | 1 | -11/+17 | |
| | | | | Guenther | |||||
* | s3-spoolss: use rpccli_spoolss_ClosePrinter. | Günther Deschner | 2009-02-06 | 1 | -25/+25 | |
| | | | | Guenther | |||||
* | s3:net conf: remove check for sharename being a usernam in "net conf addshare" | Michael Adam | 2009-02-06 | 1 | -6/+0 | |
| | | | | | | This is useless and can be overriden by "net conf setparm" anyways. Michael | |||||
* | s3: use samr_RidWithAttribute instead of DOM_GID. | Günther Deschner | 2009-02-05 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | s3-net: remove unused ENUM_HND. | Günther Deschner | 2009-02-05 | 1 | -3/+0 | |
| | | | | Guenther | |||||
* | s3-net: add "net eventlog export". | Günther Deschner | 2009-02-04 | 1 | -0/+109 | |
| | | | | | | | This allows to export our tdb eventlog representation into a native win32 *.evt eventlog file. Guenther | |||||
* | s3-net: add "net eventlog import". | Günther Deschner | 2009-02-04 | 1 | -0/+104 | |
| | | | | | | | This allows to import a native (non-wrapped) win32 *.evt eventlog file into our tdb eventlog representation. Guenther | |||||
* | s3-net: add "net eventlog dump". | Günther Deschner | 2009-02-04 | 3 | -0/+111 | |
| | | | | | | This allows to dump a native (non-wrapped) win32 *.evt eventlog file. Guenther | |||||
* | s3-eventlogadm: use struct eventlog_Record_tdb for storing entries in tdbs. | Günther Deschner | 2009-02-04 | 1 | -9/+14 | |
| | | | | Guenther | |||||
* | s3-eventlogadm: add command to dump stored tdb entries. | Günther Deschner | 2009-02-03 | 1 | -0/+53 | |
| | | | | Guenther | |||||
* | s3-eventlog: pass down talloc context to parse_logentry(). | Günther Deschner | 2009-02-03 | 1 | -1/+2 | |
| | | | | Guenther | |||||
* | s3-eventlog: allow to open eventlog tdbs readonly. | Günther Deschner | 2009-02-03 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | s3-net: fix warning message for keytab usage. | Günther Deschner | 2009-02-03 | 1 | -2/+2 | |
| | | | | Guenther | |||||
* | s3: Fix 'net rpc join' for users with the SeMachineAccountPrivilege. | Volker Lendecke | 2009-02-03 | 1 | -2/+5 | |
| |