Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s3-spoolss: use macros for _spoolss_EnumForms and split out level 1 enum. | Günther Deschner | 2009-04-15 | 1 | -61/+91 | |
| | | | | | | Guenther (cherry picked from commit 635b8070b665473bf067ed71f7240b9707d3ca95) (cherry picked from commit 47675d9c00b7f4ab30994416f725952330b41829) | |||||
* | s3-spoolss: use macros for _spoolss_GetPrintProcessorDirectory. | Günther Deschner | 2009-04-15 | 1 | -14/+8 | |
| | | | | | | Guenther (cherry picked from commit b2b3cfbe316d8bb082428f285cc8fb737e3dab87) (cherry picked from commit e9fdcdef0820dfe826627554be7b13fcb0f57943) | |||||
* | s3-spoolss: use macros for _spoolss_GetPrinterDriverDirectory. | Günther Deschner | 2009-04-15 | 1 | -14/+8 | |
| | | | | | | Guenther (cherry picked from commit 75d88f460fa9d3a15cc6b31a1c6fe3872512ce54) (cherry picked from commit e17609c956181f4681eb9a1da34743d22aa85edd) | |||||
* | s3-spoolss: use macros for _spoolss_EnumMonitors. | Günther Deschner | 2009-04-15 | 1 | -30/+21 | |
| | | | | | | Guenther (cherry picked from commit dfe71b05a7e4bd7de99b2e887b588875286ce245) (cherry picked from commit a8d6f61d2496a507e9d30fc47f9edf4053a779fa) | |||||
* | s3-spoolss: use macros for _spoolss_EnumPrintProcDataTypes. | Günther Deschner | 2009-04-15 | 1 | -12/+14 | |
| | | | | | | Guenther (cherry picked from commit 8d6c719a4b032cad746028338f3f263af819b8dd) (cherry picked from commit df3bf36bd5060c1d63659f0f55fef51a34b8a58a) | |||||
* | s3-spoolss: use macros for _spoolss_EnumPorts. | Günther Deschner | 2009-04-15 | 1 | -32/+21 | |
| | | | | | | Guenther (cherry picked from commit c6e9dc11e5085baaf7365f72bc06684aeb8d89db) (cherry picked from commit 6944ce9fbd7e3e44849be9418c57b23b70cf5d67) | |||||
* | s3-spoolss: use macros for _spoolss_EnumPrintProcessors. | Günther Deschner | 2009-04-15 | 1 | -12/+18 | |
| | | | | | | Guenther (cherry picked from commit facf66b40c6f8919bd78613990959a4f45a5738c) (cherry picked from commit 276b339492b994010861ef49299cd176a003b480) | |||||
* | s3-spoolss: add macros from s4 spoolss server. | Günther Deschner | 2009-04-15 | 1 | -0/+10 | |
| | | | | | | Guenther (cherry picked from commit 84b38c859899d1bffcabdd7cb846c6fe59ad5d3f) (cherry picked from commit 74211ee9261750d4214d60331f1b856bfd8ba29e) | |||||
* | Fix #3954 | Volker Lendecke | 2009-04-15 | 1 | -1/+2 | |
| | | | | (cherry picked from commit ec6b901d9fdea55660dc64c6f6bbfa5ef40f0678) | |||||
* | s3: Don't return in a void funtion | Tim Prouty | 2009-04-15 | 1 | -1/+1 | |
| | | | | (cherry picked from commit a6b0a884d9ef247470e6ec54ce8fab3a77c07864) | |||||
* | Remove pwd_cache.c, it was doing nothing. Make user_name, domain, and | Jeremy Allison | 2009-04-15 | 11 | -112/+135 | |
| | | | | | | password talloc'ed strings within the cli_struct. Jeremy. (cherry picked from commit 6be4bf17de47d1b468389de1225a72daa94e0119) | |||||
* | s3 OneFS: Add kernel strict locking support | Dave Richards | 2009-04-15 | 3 | -10/+95 | |
| | | | | (cherry picked from commit f5a1f68ee39ee1b31253acdb392d9d62f96a3c0e) | |||||
* | s3: Add strict lock/unlock calls to the vfs layer to replace is_locked | Dave Richards | 2009-04-15 | 8 | -103/+272 | |
| | | | | (cherry picked from commit 2d5e98e7e5a737dde360ab3490fff786fa0703b6) | |||||
* | VERSION: Set version to 3.4.0pre1. | Karolin Seeger | 2009-04-08 | 1 | -2/+2 | |
| | | | | Karolin | |||||
* | VERSION: Adapt version number. | Karolin Seeger | 2009-04-08 | 1 | -1/+1 | |
| | | | | | Karolin (cherry picked from commit 480bc0b1a8f7dd65c0c8c25545c09936efe78075) | |||||
* | Remove the static "struct client_connection" mess which is part of | Jeremy Allison | 2009-03-12 | 7 | -139/+117 | |
| | | | | | | | | the problem that stops libsmbclient being thread safe. Subsidiary DFS connections are now hung off a list inside the cli_state struct. Much more to do in order to get libsmbclient to thread safety, but this is a good start. Jeremy. | |||||
* | s3 torture: Fix unitialized variable to avoid closing a random fnum | Tim Prouty | 2009-03-12 | 1 | -1/+1 | |
| | ||||||
* | s3 pdb_wbc_sam: LookupRids should return sAMAccountName, not NT4 names | Dan Sledz | 2009-03-12 | 1 | -5/+7 | |
| | | | | Also fix an incorrect TALLOC_FREE | |||||
* | tevent: Fix might be unitialized warning | Tim Prouty | 2009-03-12 | 1 | -1/+1 | |
| | ||||||
* | Fix bug #6186 - map readonly does not work | Jeremy Allison | 2009-03-12 | 2 | -3/+33 | |
| | | | | Jeremy. | |||||
* | s3-spoolss: make jobname a const char * in print_job_start(). | Günther Deschner | 2009-03-12 | 3 | -3/+3 | |
| | | | | Guenther | |||||
* | s4:build: try to fix the build with the ibm checker in the build-farm | Stefan Metzmacher | 2009-03-12 | 1 | -1/+1 | |
| | | | | | | The problem is that the shell eats the quotes in -DFOO="foo, bar, NULL" metze | |||||
* | tevent: add tevent_loop_until() | Stefan Metzmacher | 2009-03-12 | 2 | -0/+68 | |
| | | | | | | | This is only a hack for samba4 and should not be used in new code. metze | |||||
* | tevent: add tevent_loop_set_nesting_hook() | Stefan Metzmacher | 2009-03-12 | 3 | -1/+50 | |
| | | | | | | | This is an ugly hack to let the s4 server work arround some bugs related to nested events and uid changing. metze | |||||
* | s4:events: allow nested events until we fixed all code to avoid them | Stefan Metzmacher | 2009-03-12 | 1 | -0/+2 | |
| | | | | metze | |||||
* | s4:ldb: allow nested events until the code is fixed to avoid them | Stefan Metzmacher | 2009-03-12 | 1 | -1/+3 | |
| | | | | metze | |||||
* | tevent: don't allow nested tevent_loop_once() anymore | Stefan Metzmacher | 2009-03-12 | 3 | -1/+53 | |
| | | | | | | | Incompatible caller should use tevent_loop_allow_nesting() function. metze | |||||
* | s3:events: pass __location__ to event_loop_*() | Stefan Metzmacher | 2009-03-12 | 1 | -3/+3 | |
| | | | | metze | |||||
* | tevent: pass __location__ to tevent_loop_once/wait() | Stefan Metzmacher | 2009-03-12 | 6 | -17/+22 | |
| | | | | metze | |||||
* | tevent: add tevent_set_abort_fn() | Stefan Metzmacher | 2009-03-12 | 2 | -0/+21 | |
| | | | | metze | |||||
* | tevent: add tevent_signal_support() | Stefan Metzmacher | 2009-03-12 | 2 | -0/+10 | |
| | | | | | | Not every tevent backend supports signal events. metze | |||||
* | talloc: add talloc_set_abort_fn() | Stefan Metzmacher | 2009-03-12 | 2 | -4/+33 | |
| | | | | metze | |||||
* | s4:ldb: setup tevent debug functions on a selfcreated event context | Stefan Metzmacher | 2009-03-12 | 1 | -0/+35 | |
| | | | | metze | |||||
* | Revert "s3:libsmb: add an option to cli_push to let the caller provide the ↵ | Stefan Metzmacher | 2009-03-12 | 4 | -43/+17 | |
| | | | | | | | | | | | | | buffers" This reverts commit 9579a6f193f570e4ce2af80f4aac7c2f25ae5b22. It's confusing to have a boolean to alter the behavior of cli_push and as the new feature isn't used yet I revert it. We can readd a extra function later. metze | |||||
* | Fix #6167: winbindd -n should disable the winbind idmap cache | Volker Lendecke | 2009-03-12 | 1 | -20/+50 | |
| | ||||||
* | Make opt_nocache static to winbindd.c | Volker Lendecke | 2009-03-12 | 4 | -7/+17 | |
| | ||||||
* | use a base64 encoded password when changing passwords | Andrew Tridgell | 2009-03-12 | 1 | -2/+3 | |
| | | | | | This avoids problems with embedded control characters in password changes | |||||
* | fixed more embedded spaces in LDIF | Andrew Tridgell | 2009-03-12 | 1 | -3/+3 | |
| | | | | This one added 3 spaces to the end of any new passwords | |||||
* | removed leading spaces from embedded ldif | Andrew Tridgell | 2009-03-12 | 1 | -10/+10 | |
| | | | | | This fixes the problem with the setpassword command failing like this: Error: First line of ldif must be a dn not ' dn' | |||||
* | Add simple POSIX open, mkdir and rmdir test. | Jeremy Allison | 2009-03-11 | 1 | -0/+114 | |
| | | | | Jeremy. | |||||
* | s3 torture: Simple warning fix | Tim Prouty | 2009-03-11 | 1 | -1/+1 | |
| | ||||||
* | fix configure check by avoiding main(main(...)) | Björn Jacke | 2009-03-11 | 1 | -7/+4 | |
| | | | | | AC_TRY_LINK automatically wraps a main(). Double main() causes this test to fail on some compilers. | |||||
* | LDAP-BENCH-CLDAP: also test CLDAP rootdse searches. | Stefan Metzmacher | 2009-03-11 | 1 | -6/+79 | |
| | | | | metze | |||||
* | async_sock: fix truncating of the temporary iovec in writev_send/recv() | Stefan Metzmacher | 2009-03-11 | 1 | -1/+1 | |
| | | | | | | Volker: please check! metze | |||||
* | spoolss: fix typo in spoolss_EnumPrintProcessors_info union helper fn. | Günther Deschner | 2009-03-11 | 2 | -4/+4 | |
| | | | | Guenther | |||||
* | spoolss: fix typo in spoolss_EnumJobs_info union helper fn. | Günther Deschner | 2009-03-11 | 2 | -2/+2 | |
| | | | | Guenther | |||||
* | lib/replace: make sure we include <sys/uio.h> before socket_wrapper.h | Stefan Metzmacher | 2009-03-11 | 2 | -0/+5 | |
| | | | | | | This should fix the build on some hosts. metze | |||||
* | Add a vfs_preopen module to hide fs latencies | Volker Lendecke | 2009-03-10 | 4 | -1/+578 | |
| | ||||||
* | Update instructions for checking out pidl. | Brad Hards | 2009-03-10 | 1 | -2/+3 | |
| | ||||||
* | Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog | Volker Lendecke | 2009-03-10 | 1 | -5/+5 | |
| | | | | I think we eventually need to pass down the debuglevel here. |