Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Remove unused CONST_DISCARD macro. | Jelmer Vernooij | 2009-03-15 | 2 | -5/+1 | |
| |/ / | ||||||
* | | | Merge branch 'tdr' of /home/jelmer/samba4 | Jelmer Vernooij | 2009-03-15 | 13 | -17/+20 | |
|\ \ \ | ||||||
| * | | | Remove -L/usr/lib from a couple more make variables. | Jelmer Vernooij | 2009-03-15 | 4 | -2/+6 | |
| | | | | ||||||
| * | | | tdr: Remove dependency on lp_* so it can be used in both Samba 3 and | Jelmer Vernooij | 2009-03-15 | 1 | -10/+9 | |
| | | | | | | | | | | | | | | | | Samba 4. | |||||
| * | | | 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 | |
| | | | | | ||||||
| * | | | | Merge branch 'checktalloc' into tdr | Jelmer Vernooij | 2009-03-14 | 5 | -6/+180 | |
| |\ \ \ \ | ||||||
| * | | | | | Move tdr to top-level. | Jelmer Vernooij | 2009-03-14 | 9 | -5/+5 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | 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 | 6 | -6/+188 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Properly strip /usr/lib and /usr/include for the merged build. | Jelmer Vernooij | 2009-03-14 | 1 | -0/+8 | |
| | |/ / | |/| | | ||||||
| * | | | Depend on a newer talloc in Samba 4. | Jelmer Vernooij | 2009-03-14 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | 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 | 3 | -2/+177 | |
| |/ / | ||||||
* | | | 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 | |
| | | | ||||||
* | | | s4-smbtorture: fix build warning in test_EnumPrintProcDataTypes. | Günther Deschner | 2009-03-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | Guenther | |||||
* | | | 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 | 2 | -2/+2 | |
| | | | | | | | | | | | | metze | |||||
* | | | tevent: change version to 0.9.4 as the ABI has changed | 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: re-run make samba3-idl. | Günther Deschner | 2009-03-13 | 3 | -25/+95 | |
| | | | | | | | | | | | | Guenther | |||||
* | | | spoolss: flag PrinterInfo union and levels as [public,gensize]. | Günther Deschner | 2009-03-13 | 1 | -9/+9 | |
| | | | | | | | | | | | | 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 | |||||
* | | | s3-spoolss: remove old spoolss_GetPrinterDriver2. | Günther Deschner | 2009-03-13 | 4 | -624/+0 | |
| | | | | | | | | | | | | Guenther | |||||
* | | | s3-spoolss: use pidl for _spoolss_GetPrinterDriver2. | Günther Deschner | 2009-03-13 | 3 | -231/+171 | |
| | | | | | | | | | | | | Guenther | |||||
* | | | s3-spoolss: remove old leftover driver print functions. | Günther Deschner | 2009-03-13 | 2 | -166/+0 | |
| | | | | | | | | | | | | Guenther | |||||
* | | | s3-spoolss: remove old spoolss_EnumPrinterDrivers. | Günther Deschner | 2009-03-13 | 3 | -95/+0 | |
| | | | | | | | | | | | | Guenther | |||||
* | | | s3-spoolss: use pidl for _spoolss_EnumPrinterDrivers. | Günther Deschner | 2009-03-13 | 3 | -214/+326 | |
| | | | | | | | | | | | | Guenther | |||||
* | | | s3: re-run make samba3-idl. | Günther Deschner | 2009-03-13 | 3 | -1/+7 | |
| | | | | | | | | | | | | Guenther | |||||
* | | | spoolss: add [gensize] flag to spoolss_DriverInfo union. | Günther Deschner | 2009-03-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | Guenther | |||||
* | | | s3-spoolss: remove old rpccli_spoolss_enumprinterdrivers wrapper. | Günther Deschner | 2009-03-13 | 3 | -208/+0 | |
| | | | | | | | | | | | | Guenther |