summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tdb: version 1.3.6tdb-1.3.6Stefan Metzmacher2015-06-122-1/+70
* lib/replace: remove unused HAVE_DECL_PTHREAD_{MUTEXATTR_SETROBUST,MUTEX_CONSI...Stefan Metzmacher2015-06-121-10/+0
* lib/replace: fix PTHREAD_MUTEX_ROBUST fallback to PTHREAD_MUTEX_ROBUST_NP on ...Stefan Metzmacher2015-06-122-6/+9
* wafsamba: let CHECK_DECLS() find enum valuesStefan Metzmacher2015-06-121-1/+12
* wafsamba: remove unused allow_warnings=True from SAMBA_PYTHON()Stefan Metzmacher2015-06-121-1/+0
* s3:pysmbd: #include <Python.h> must be the first include in order to avoid co...Stefan Metzmacher2015-06-121-1/+1
* pidl:NDR/Parser: check [ref] pointers before pushing anything elseStefan Metzmacher2015-06-121-7/+45
* pidl:NDR/Parser: protect for loops against $length being an expression instea...Stefan Metzmacher2015-06-121-5/+5
* pidl:Python: protect for loops against $length being an expression instead of...Stefan Metzmacher2015-06-121-1/+1
* pidl:Python: use discard_const() to pass a possible const pointer to talloc_u...Stefan Metzmacher2015-06-121-1/+1
* s4:ntvfs/pyposix_eadb: fix initposix_eadb() prototypeStefan Metzmacher2015-06-121-1/+1
* tevent: version 0.9.25tevent-0.9.25Stefan Metzmacher2015-06-122-1/+89
* pytevent: add a TeventTimer_Object_ref helper structure to make the code clearerStefan Metzmacher2015-06-121-9/+13
* pytevent: remove const warnings using discard_const_p()Stefan Metzmacher2015-06-121-13/+23
* pytevent: remove dead code TEVENT_DEPRECATED is never definedStefan Metzmacher2015-06-121-48/+0
* talloc:guide: fix documented signature of talloc_unlink().Michael Adam2015-06-121-1/+1
* talloc:manpage: fix documented signature of talloc_unlink().Michael Adam2015-06-121-1/+1
* talloc: sync the talloc_reference() description between talloc_guide and manpageStefan Metzmacher2015-06-121-3/+3
* ctdb-vacuum: revert "Do not delete VACUUM MIGRATED records immediately"Michael Adam2015-06-121-5/+0
* ctdb-ib: make sure the tevent_fd is removed before the fd is closedStefan Metzmacher2015-06-121-11/+10
* libcli/smb: make sure we remove the writev_send() request when a request is d...Stefan Metzmacher2015-06-121-0/+14
* libcli/smb: add smb1 requests to the pending array before writev_send()Stefan Metzmacher2015-06-121-12/+6
* libcli/smb: make sure the writev_send of smbXcli_conn_samba_suicide() is remo...Stefan Metzmacher2015-06-121-0/+53
* libcli/smb: remove unused split of read_fd and write_fdStefan Metzmacher2015-06-121-26/+12
* libcli/smb: close the socket fd at the end of smbXcli_conn_disconnect()Stefan Metzmacher2015-06-121-6/+9
* libcli/smb: use tevent_req_received(req) in read_smb_recv()Stefan Metzmacher2015-06-121-0/+2
* lib/async_req: remove the tevent_fd as early as possible via a wait_for_read_...Stefan Metzmacher2015-06-121-9/+21
* lib/async_req: remove the tevent_fd as early as possible via a read_packet_cl...Stefan Metzmacher2015-06-121-4/+20
* lib/async_req: use tevent_req_nomem/tevent_req_post in read_packet_send()Stefan Metzmacher2015-06-121-7/+4
* lib/async_req: s/result/req/ in read_packet_send()Stefan Metzmacher2015-06-121-6/+6
* lib/async_req: remove the tevent_fd as early as possible via a writev_cleanup...Stefan Metzmacher2015-06-121-14/+27
* lib/async_req: simplify async_connect_* using a _cleanup() hookStefan Metzmacher2015-06-121-35/+33
* lib/async_req: s/result/req/ in async_connect_send()Stefan Metzmacher2015-06-121-9/+8
* lib/async_req: remove unused sendto_{send,recv} and recvfrom_{send,recv}Stefan Metzmacher2015-06-122-190/+0
* s3:libsmb: convert nb_trans_send/recv internals to tdgramStefan Metzmacher2015-06-121-36/+66
* s3:libsmb: convert nb_packet_reader to tstream_* functionsStefan Metzmacher2015-06-121-38/+34
* s3:libsmb: convert nb_packet_client to tstream_* functionsStefan Metzmacher2015-06-122-52/+68
* s3:libsmb: let nb_packet_server_destructor() explicitly destroy the tevent_fdStefan Metzmacher2015-06-121-4/+9
* s3:libsmb: remove pending requests as early as possible via a smbsock_any_con...Stefan Metzmacher2015-06-121-2/+31
* s3:libsmb: remove subreqs as early as possible via a smbsock_connect_cleanup(...Stefan Metzmacher2015-06-121-6/+26
* s3:libsmb: remove the cli_session_request as early as possible via a nb_conne...Stefan Metzmacher2015-06-121-6/+30
* s3:lib/addrchange: make use of tdgram_* in addrchange_*()Stefan Metzmacher2015-06-121-36/+55
* s3:lib/addrchange: look at the correct nl_pid in addrchange_done()Stefan Metzmacher2015-06-121-4/+4
* s3:lib/background: make sure we destroy a pending read_packet_send() before c...Stefan Metzmacher2015-06-121-0/+8
* s3:wscript: move lib/util_tsock.c from 'TLDAP' to 'samba3util'Stefan Metzmacher2015-06-121-3/+4
* s4:libcli/raw: make sure smbcli_transport_connect_send/recv correctly cleanup...Stefan Metzmacher2015-06-121-17/+42
* lib/tsocket: add tdgram_inet_udp_broadcast_socket()Stefan Metzmacher2015-06-122-0/+59
* lib/tsocket: add tdgram_bsd_existing_socket() helper functionStefan Metzmacher2015-06-122-0/+66
* tevent.h: propose tstream_ versions of read_packet_send/recv and writev_send/...Stefan Metzmacher2015-06-121-2/+2
* tevent/testsuite: make sure we cleanup tevent_fd structures in the correct orderStefan Metzmacher2015-06-121-2/+2