Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | s3-spoolss: remove unused ADD_JOBINFO_1. | Günther Deschner | 2009-03-17 | 1 | -8/+0 | |
| | | | | | | | | Guenther | |||||
| * | Fix a valgrind error | Volker Lendecke | 2009-03-17 | 1 | -1/+1 | |
| | | | | | | | | Found in "make test" -- if we can't connect at all, "cli" is uninitialized | |||||
| * | s3-spoolss: add push_spoolss_PrinterData(). | Günther Deschner | 2009-03-17 | 3 | -16/+18 | |
| | | | | | | | | Guenther | |||||
| * | s3-spoolss: add pull_spoolss_PrinterData(). | Günther Deschner | 2009-03-17 | 3 | -0/+38 | |
| | | | | | | | | Guenther | |||||
| * | s3-spoolss: remove more unused defines. | Günther Deschner | 2009-03-17 | 1 | -31/+0 | |
| | | | | | | | | Guenther | |||||
| * | s3-spoolss: remove obsolete get_a_builtin_ntform. | Günther Deschner | 2009-03-17 | 2 | -8/+0 | |
| | | | | | | | | Guenther | |||||
| * | Add some appropriate const. | Jeremy Allison | 2009-03-16 | 2 | -16/+16 | |
| | | | | | | | | Jeremy. | |||||
| * | Remove unused async_req references from wb_reqtrans.c | Volker Lendecke | 2009-03-16 | 2 | -39/+0 | |
| | | ||||||
| * | Convert wb_trans to tevent_req | Volker Lendecke | 2009-03-16 | 3 | -72/+58 | |
| | | ||||||
| * | Remove an unnecessary variable | Volker Lendecke | 2009-03-16 | 1 | -5/+4 | |
| | | ||||||
| * | Make struct wb_context private to wbclient.c | Volker Lendecke | 2009-03-16 | 2 | -5/+7 | |
| | | ||||||
| * | Use tevent_wakeup_send in wb_trans | Volker Lendecke | 2009-03-16 | 1 | -15/+13 | |
| | | ||||||
| * | Convert open_socket_out_defer to tevent_req | Volker Lendecke | 2009-03-16 | 3 | -58/+73 | |
| | | ||||||
| * | Use tevent_wakeup_send in open_socket_out_defer | Volker Lendecke | 2009-03-16 | 1 | -22/+15 | |
| | | ||||||
| * | s3: only define TALLOC_ZERO if needed | Stefan Metzmacher | 2009-03-16 | 2 | -0/+4 | |
| | | | | | | | | metze | |||||
| * | fix configure check for external talloc libs | Björn Jacke | 2009-03-16 | 1 | -1/+1 | |
| | | ||||||
* | | display_sec: Remove use of samba3-specific data types. | Jelmer Vernooij | 2009-03-15 | 1 | -3/+3 | |
|/ | ||||||
* | configure: Add common file with minimum versions of external libraries. | Jelmer Vernooij | 2009-03-15 | 1 | -4/+6 | |
| | ||||||
* | Merge branch 'tdr' of /home/jelmer/samba4 | Jelmer Vernooij | 2009-03-15 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge branch 'checktalloc' into tdr | Jelmer Vernooij | 2009-03-14 | 1 | -0/+8 | |
| |\ | ||||||
| * | | Fix build of tdr from merged build. | Jelmer Vernooij | 2009-03-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | Depend on newer talloc for Samba 4 in the merged build as well. | Jelmer Vernooij | 2009-03-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'checktalloc' of /home/jelmer/samba4 | Jelmer Vernooij | 2009-03-15 | 4 | -5/+31 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Properly strip /usr/lib and /usr/include for the merged build. | Jelmer Vernooij | 2009-03-14 | 1 | -0/+8 | |
| |/ | ||||||
| * | Fix comment about shell in Makefile. | Jelmer Vernooij | 2009-03-14 | 1 | -3/+2 | |
| | | ||||||
| * | Fix fallback if system doesn't provide talloc. | Jelmer Vernooij | 2009-03-14 | 1 | -1/+1 | |
| | | ||||||
| * | Allow using external libtalloc. | Jelmer Vernooij | 2009-03-14 | 2 | -2/+21 | |
| | | ||||||
* | | Fix a malloc/talloc mismatch when cli_initialise() fails | Volker Lendecke | 2009-03-15 | 1 | -3/+2 | |
| | | ||||||
* | | Add queue argument to wb_resp_write | Volker Lendecke | 2009-03-15 | 2 | -3/+5 | |
| | | ||||||
* | | Fix #3954 | Volker Lendecke | 2009-03-14 | 1 | -1/+2 | |
| | | ||||||
* | | s3: Don't return in a void funtion | Tim Prouty | 2009-03-13 | 1 | -1/+1 | |
| | | ||||||
* | | Remove pwd_cache.c, it was doing nothing. Make user_name, domain, and | Jeremy Allison | 2009-03-13 | 11 | -112/+135 | |
| | | | | | | | | | | password talloc'ed strings within the cli_struct. Jeremy. | |||||
* | | s3 OneFS: Add kernel strict locking support | Dave Richards | 2009-03-13 | 3 | -10/+95 | |
| | | ||||||
* | | s3: Add strict lock/unlock calls to the vfs layer to replace is_locked | Dave Richards | 2009-03-13 | 8 | -103/+272 | |
| | | ||||||
* | | s4:build: require tevent 0.9.4 | Stefan Metzmacher | 2009-03-13 | 1 | -1/+1 | |
| | | | | | | | | metze | |||||
* | | s3-spoolss: remove more unused marshalling code. | Günther Deschner | 2009-03-13 | 3 | -883/+0 | |
| | | | | | | | | Guenther | |||||
* | | s3-spoolss: remove some unused functions. | Günther Deschner | 2009-03-13 | 1 | -405/+0 | |
| | | | | | | | | Guenther | |||||
* | | s3-spoolss: remove old spoolss_GetPrinter. | Günther Deschner | 2009-03-13 | 3 | -76/+0 | |
| | | | | | | | | Guenther | |||||
* | | s3-spoolss: use pidl for _spoolss_GetPrinter. | Günther Deschner | 2009-03-13 | 3 | -214/+162 | |
| | | | | | | | | Guenther | |||||
* | | s3-rpcclient: pure cosmetics for cmd_spoolss_getdriver. | Günther Deschner | 2009-03-13 | 1 | -17/+20 | |
| | | | | | | | | Guenther | |||||
* | | s3-rpcclient: pure cosmetics for cmd_spoolss_getprinter. | Günther Deschner | 2009-03-13 | 1 | -8/+11 | |
| | | | | | | | | Guenther | |||||
* | | s3-rpcclient: pure cosmetics for cmd_spoolss_enum_ports. | Günther Deschner | 2009-03-13 | 1 | -9/+10 | |
| | | | | | | | | Guenther | |||||
* | | s3-spoolss: use snum_is_shared_printer (allows to make code a little easier to | Günther Deschner | 2009-03-13 | 1 | -50/+54 | |
| | | | | | | | | | | | | read). Guenther | |||||
* | | s3-spoolss: add snum_is_shared_printer fn. | Günther Deschner | 2009-03-13 | 1 | -0/+8 | |
| | | | | | | | | Guenther | |||||
* | | s3-spoolss: remove old spoolss_EnumPrinters. | Günther Deschner | 2009-03-13 | 3 | -90/+0 | |
| | | | | | | | | Guenther | |||||
* | | s3-spoolss: use pidl for _spoolss_EnumPrinters. | Günther Deschner | 2009-03-13 | 3 | -183/+288 | |
| | | | | | | | | Guenther | |||||
* | | s3-spoolss: remove old enumprinters wrapper. | Günther Deschner | 2009-03-13 | 3 | -242/+0 | |
| | | | | | | | | Guenther | |||||
* | | s3-net: use rpccli_spoolss_enumprinters wrapper. | Günther Deschner | 2009-03-13 | 1 | -134/+71 | |
| | | | | | | | | Guenther | |||||
* | | s3-rpcclient: use rpccli_spoolss_enumprinters wrapper. | Günther Deschner | 2009-03-13 | 1 | -147/+100 | |
| | | | | | | | | Guenther | |||||
* | | s3-spoolss: add rpccli_spoolss_enumprinters convenience wrapper. | Günther Deschner | 2009-03-13 | 2 | -0/+61 | |
| | | | | | | | | Guenther |