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