summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-12s3:events: pass __location__ to event_loop_*()Stefan Metzmacher1-3/+3
2009-03-12tevent: pass __location__ to tevent_loop_once/wait()Stefan Metzmacher6-17/+22
2009-03-12tevent: add tevent_set_abort_fn()Stefan Metzmacher2-0/+21
2009-03-12tevent: add tevent_signal_support()Stefan Metzmacher2-0/+10
2009-03-12talloc: add talloc_set_abort_fn()Stefan Metzmacher2-4/+33
2009-03-12s4:ldb: setup tevent debug functions on a selfcreated event contextStefan Metzmacher1-0/+35
2009-03-12Revert "s3:libsmb: add an option to cli_push to let the caller provide the bu...Stefan Metzmacher4-43/+17
2009-03-12Fix #6167: winbindd -n should disable the winbind idmap cacheVolker Lendecke1-20/+50
2009-03-12Make opt_nocache static to winbindd.cVolker Lendecke4-7/+17
2009-03-12use a base64 encoded password when changing passwordsAndrew Tridgell1-2/+3
2009-03-12fixed more embedded spaces in LDIFAndrew Tridgell1-3/+3
2009-03-12removed leading spaces from embedded ldifAndrew Tridgell1-10/+10
2009-03-11Add simple POSIX open, mkdir and rmdir test.Jeremy Allison1-0/+114
2009-03-11s3 torture: Simple warning fixTim Prouty1-1/+1
2009-03-11fix configure check by avoiding main(main(...))Björn Jacke1-7/+4
2009-03-11LDAP-BENCH-CLDAP: also test CLDAP rootdse searches.Stefan Metzmacher1-6/+79
2009-03-11async_sock: fix truncating of the temporary iovec in writev_send/recv()Stefan Metzmacher1-1/+1
2009-03-11spoolss: fix typo in spoolss_EnumPrintProcessors_info union helper fn.Günther Deschner2-4/+4
2009-03-11spoolss: fix typo in spoolss_EnumJobs_info union helper fn.Günther Deschner2-2/+2
2009-03-11lib/replace: make sure we include <sys/uio.h> before socket_wrapper.hStefan Metzmacher2-0/+5
2009-03-10Add a vfs_preopen module to hide fs latenciesVolker Lendecke4-1/+578
2009-03-10Update instructions for checking out pidl.Brad Hards1-2/+3
2009-03-10Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslogVolker Lendecke1-5/+5
2009-03-10tevent: add tevent_req_callback_data_void() macroStefan Metzmacher1-0/+2
2009-03-10tevent: add tevent_req_received() functionStefan Metzmacher3-2/+29
2009-03-10Fix extended operation return path.Simo Sorce1-8/+12
2009-03-10s3:libsmb: add an option to cli_push to let the caller provide the buffersStefan Metzmacher4-17/+43
2009-03-10s3:libsmb: only treat a return 0 as end of fileStefan Metzmacher1-4/+1
2009-03-10s3:libsmb: fix a lot of cli_push() bugsStefan Metzmacher1-95/+107
2009-03-10socket_wrapper: wrap readv() and writev()Stefan Metzmacher2-7/+137
2009-03-10fixed a bug in message handling for code the change notify codeAndrew Tridgell1-2/+16
2009-03-10added a test that triggers a bug in the Samba3 notify codeAndrew Tridgell1-0/+169
2009-03-09Fix potential segfaults using freed memory.Simo Sorce4-10/+54
2009-03-09Fix prototype mismatch.Jelmer Vernooij1-1/+1
2009-03-09Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij50-1834/+2040
2009-03-09use LIB_PATH_VAR in selftest.sh if we have itBjörn Jacke1-6/+7
2009-03-09s3/packaging: Fix typo in comment.Karolin Seeger1-1/+1
2009-03-09s3/packaging: Package new files properly.Karolin Seeger1-0/+6
2009-03-09Fix a typoVolker Lendecke1-1/+1
2009-03-09s3:lib: interfaces.c isn't used in the configure tests anymoreStefan Metzmacher1-73/+1
2009-03-09fix "dubious escape" warning of Studio compilerBjörn Jacke1-1/+1
2009-03-09socket_wrapper: try to make ipv6 support more portableStefan Metzmacher1-9/+22
2009-03-08socket_wrapper: downgrade ipv6 sockets to ipv4 is in connect() if the dest is...Stefan Metzmacher1-5/+13
2009-03-08socket_wrapper: correctly handle connected dgram socketsStefan Metzmacher1-0/+26
2009-03-08socket_wrapper: make it possible to bind to '::'Stefan Metzmacher1-1/+3
2009-03-08Don't copy the winbindd_request in wb_transVolker Lendecke2-31/+3
2009-03-08Convert wb_open_pipe to tevent_reqVolker Lendecke1-51/+47
2009-03-08Convert wb_connect to tevent_reqVolker Lendecke1-38/+30
2009-03-08Convert wb_int_trans to tevent_reqVolker Lendecke1-69/+63
2009-03-08Add parameter "queue" to wb_int_trans_sendVolker Lendecke1-6/+7