summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-spoolss: use macros for _spoolss_EnumForms and split out level 1 enum.Günther Deschner2009-04-151-61/+91
| | | | | | Guenther (cherry picked from commit 635b8070b665473bf067ed71f7240b9707d3ca95) (cherry picked from commit 47675d9c00b7f4ab30994416f725952330b41829)
* s3-spoolss: use macros for _spoolss_GetPrintProcessorDirectory.Günther Deschner2009-04-151-14/+8
| | | | | | Guenther (cherry picked from commit b2b3cfbe316d8bb082428f285cc8fb737e3dab87) (cherry picked from commit e9fdcdef0820dfe826627554be7b13fcb0f57943)
* s3-spoolss: use macros for _spoolss_GetPrinterDriverDirectory.Günther Deschner2009-04-151-14/+8
| | | | | | Guenther (cherry picked from commit 75d88f460fa9d3a15cc6b31a1c6fe3872512ce54) (cherry picked from commit e17609c956181f4681eb9a1da34743d22aa85edd)
* s3-spoolss: use macros for _spoolss_EnumMonitors.Günther Deschner2009-04-151-30/+21
| | | | | | Guenther (cherry picked from commit dfe71b05a7e4bd7de99b2e887b588875286ce245) (cherry picked from commit a8d6f61d2496a507e9d30fc47f9edf4053a779fa)
* s3-spoolss: use macros for _spoolss_EnumPrintProcDataTypes.Günther Deschner2009-04-151-12/+14
| | | | | | Guenther (cherry picked from commit 8d6c719a4b032cad746028338f3f263af819b8dd) (cherry picked from commit df3bf36bd5060c1d63659f0f55fef51a34b8a58a)
* s3-spoolss: use macros for _spoolss_EnumPorts.Günther Deschner2009-04-151-32/+21
| | | | | | Guenther (cherry picked from commit c6e9dc11e5085baaf7365f72bc06684aeb8d89db) (cherry picked from commit 6944ce9fbd7e3e44849be9418c57b23b70cf5d67)
* s3-spoolss: use macros for _spoolss_EnumPrintProcessors.Günther Deschner2009-04-151-12/+18
| | | | | | Guenther (cherry picked from commit facf66b40c6f8919bd78613990959a4f45a5738c) (cherry picked from commit 276b339492b994010861ef49299cd176a003b480)
* s3-spoolss: add macros from s4 spoolss server.Günther Deschner2009-04-151-0/+10
| | | | | | Guenther (cherry picked from commit 84b38c859899d1bffcabdd7cb846c6fe59ad5d3f) (cherry picked from commit 74211ee9261750d4214d60331f1b856bfd8ba29e)
* Fix #3954Volker Lendecke2009-04-151-1/+2
| | | | (cherry picked from commit ec6b901d9fdea55660dc64c6f6bbfa5ef40f0678)
* s3: Don't return in a void funtionTim Prouty2009-04-151-1/+1
| | | | (cherry picked from commit a6b0a884d9ef247470e6ec54ce8fab3a77c07864)
* Remove pwd_cache.c, it was doing nothing. Make user_name, domain, andJeremy Allison2009-04-1511-112/+135
| | | | | | password talloc'ed strings within the cli_struct. Jeremy. (cherry picked from commit 6be4bf17de47d1b468389de1225a72daa94e0119)
* s3 OneFS: Add kernel strict locking supportDave Richards2009-04-153-10/+95
| | | | (cherry picked from commit f5a1f68ee39ee1b31253acdb392d9d62f96a3c0e)
* s3: Add strict lock/unlock calls to the vfs layer to replace is_lockedDave Richards2009-04-158-103/+272
| | | | (cherry picked from commit 2d5e98e7e5a737dde360ab3490fff786fa0703b6)
* VERSION: Set version to 3.4.0pre1.Karolin Seeger2009-04-081-2/+2
| | | | Karolin
* VERSION: Adapt version number.Karolin Seeger2009-04-081-1/+1
| | | | | Karolin (cherry picked from commit 480bc0b1a8f7dd65c0c8c25545c09936efe78075)
* Remove the static "struct client_connection" mess which is part ofJeremy Allison2009-03-127-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 fnumTim Prouty2009-03-121-1/+1
|
* s3 pdb_wbc_sam: LookupRids should return sAMAccountName, not NT4 namesDan Sledz2009-03-121-5/+7
| | | | Also fix an incorrect TALLOC_FREE
* tevent: Fix might be unitialized warningTim Prouty2009-03-121-1/+1
|
* Fix bug #6186 - map readonly does not workJeremy Allison2009-03-122-3/+33
| | | | Jeremy.
* s3-spoolss: make jobname a const char * in print_job_start().Günther Deschner2009-03-123-3/+3
| | | | Guenther
* s4:build: try to fix the build with the ibm checker in the build-farmStefan Metzmacher2009-03-121-1/+1
| | | | | | The problem is that the shell eats the quotes in -DFOO="foo, bar, NULL" metze
* tevent: add tevent_loop_until()Stefan Metzmacher2009-03-122-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 Metzmacher2009-03-123-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 themStefan Metzmacher2009-03-121-0/+2
| | | | metze
* s4:ldb: allow nested events until the code is fixed to avoid themStefan Metzmacher2009-03-121-1/+3
| | | | metze
* tevent: don't allow nested tevent_loop_once() anymoreStefan Metzmacher2009-03-123-1/+53
| | | | | | | Incompatible caller should use tevent_loop_allow_nesting() function. metze
* s3:events: pass __location__ to event_loop_*()Stefan Metzmacher2009-03-121-3/+3
| | | | metze
* tevent: pass __location__ to tevent_loop_once/wait()Stefan Metzmacher2009-03-126-17/+22
| | | | metze
* tevent: add tevent_set_abort_fn()Stefan Metzmacher2009-03-122-0/+21
| | | | metze
* tevent: add tevent_signal_support()Stefan Metzmacher2009-03-122-0/+10
| | | | | | Not every tevent backend supports signal events. metze
* talloc: add talloc_set_abort_fn()Stefan Metzmacher2009-03-122-4/+33
| | | | metze
* s4:ldb: setup tevent debug functions on a selfcreated event contextStefan Metzmacher2009-03-121-0/+35
| | | | metze
* Revert "s3:libsmb: add an option to cli_push to let the caller provide the ↵Stefan Metzmacher2009-03-124-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 cacheVolker Lendecke2009-03-121-20/+50
|
* Make opt_nocache static to winbindd.cVolker Lendecke2009-03-124-7/+17
|
* use a base64 encoded password when changing passwordsAndrew Tridgell2009-03-121-2/+3
| | | | | This avoids problems with embedded control characters in password changes
* fixed more embedded spaces in LDIFAndrew Tridgell2009-03-121-3/+3
| | | | This one added 3 spaces to the end of any new passwords
* removed leading spaces from embedded ldifAndrew Tridgell2009-03-121-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 Allison2009-03-111-0/+114
| | | | Jeremy.
* s3 torture: Simple warning fixTim Prouty2009-03-111-1/+1
|
* fix configure check by avoiding main(main(...))Björn Jacke2009-03-111-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 Metzmacher2009-03-111-6/+79
| | | | metze
* async_sock: fix truncating of the temporary iovec in writev_send/recv()Stefan Metzmacher2009-03-111-1/+1
| | | | | | Volker: please check! metze
* spoolss: fix typo in spoolss_EnumPrintProcessors_info union helper fn.Günther Deschner2009-03-112-4/+4
| | | | Guenther
* spoolss: fix typo in spoolss_EnumJobs_info union helper fn.Günther Deschner2009-03-112-2/+2
| | | | Guenther
* lib/replace: make sure we include <sys/uio.h> before socket_wrapper.hStefan Metzmacher2009-03-112-0/+5
| | | | | | This should fix the build on some hosts. metze
* Add a vfs_preopen module to hide fs latenciesVolker Lendecke2009-03-104-1/+578
|
* Update instructions for checking out pidl.Brad Hards2009-03-101-2/+3
|
* Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslogVolker Lendecke2009-03-101-5/+5
| | | | I think we eventually need to pass down the debuglevel here.