summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* up the version to 1.1.4 with the addition ofAndrew Tridgell2009-03-311-1/+1
* added basic testing of tdb_transaction_prepare_commit() in tdbtortureAndrew Tridgell2009-03-311-0/+6
* Add tdb_transaction_prepare_commit()Howard Chu2009-03-313-52/+133
* tsocket: more s/sun/un to make the build on solaris happyStefan Metzmacher2009-03-281-6/+6
* tsocket: try to fix the build on solaris systemsStefan Metzmacher2009-03-271-18/+18
* Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2009-03-265-7/+66
|\
| * Add tevent_req_simple_recv_ntstatus()Volker Lendecke2009-03-242-0/+11
| * libreplace: use libreplace_SAVE_CPPFLAGS instead of SAVE_CPPFLAGSMichael Adam2009-03-231-2/+2
| * socket_wrapper: fix connect() for dgram sockets, if the destination isn't the...Stefan Metzmacher2009-03-231-4/+52
| * talloc_array_length: talloc_get_size deals fine with NULLVolker Lendecke2009-03-221-1/+1
| * Revert "socket_wrapper: fix connect() for dgram sockets, if the destination i...Stefan Metzmacher2009-03-221-7/+3
| * Revert "Add a basic Doxyfile for talloc"Volker Lendecke2009-03-221-8/+0
| * Revert "Convert the contents of talloc_guide.txt to doxygen-style talloc.h co...Volker Lendecke2009-03-221-1023/+1
| * Revert "Delete talloc_guide.txt"Volker Lendecke2009-03-221-0/+694
| * Revert "Add a default "undocumented" module"Volker Lendecke2009-03-221-9/+0
| * Revert "Add some initial hook to the front page"Volker Lendecke2009-03-221-3/+0
| * Revert "Reformatting"Volker Lendecke2009-03-221-10/+5
| * Revert "Document talloc_pool()"Volker Lendecke2009-03-221-35/+0
| * Revert "Add a talloc_internal "module""Volker Lendecke2009-03-221-9/+0
| * Revert "Document _talloc"Volker Lendecke2009-03-221-10/+1
| * Revert "Document TALLOC_FREE()"Volker Lendecke2009-03-221-10/+0
| * Revert "Document talloc_parent, talloc_parent_name and talloc_is_parent"Volker Lendecke2009-03-221-29/+0
| * Revert "Document talloc_zero_array()"Volker Lendecke2009-03-221-16/+0
| * Document talloc_zero_array()Volker Lendecke2009-03-211-0/+16
| * Document talloc_parent, talloc_parent_name and talloc_is_parentVolker Lendecke2009-03-211-0/+29
| * Document TALLOC_FREE()Volker Lendecke2009-03-211-0/+10
| * Document _tallocVolker Lendecke2009-03-211-1/+10
| * Add a talloc_internal "module"Volker Lendecke2009-03-211-0/+9
| * Document talloc_pool()Volker Lendecke2009-03-211-0/+35
| * ReformattingVolker Lendecke2009-03-211-5/+10
| * Add some initial hook to the front pageVolker Lendecke2009-03-211-0/+3
| * Add a default "undocumented" moduleVolker Lendecke2009-03-211-0/+9
| * Delete talloc_guide.txtVolker Lendecke2009-03-211-694/+0
| * Convert the contents of talloc_guide.txt to doxygen-style talloc.h commentsVolker Lendecke2009-03-211-1/+1023
| * Add a basic Doxyfile for tallocVolker Lendecke2009-03-211-0/+8
| * socket_wrapper: fix connect() for dgram sockets, if the destination isn't the...Stefan Metzmacher2009-03-211-3/+7
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysecJelmer Vernooij2009-03-2030-292/+4029
|\|
| * lib/util: build tevent_unix.o and tevent_ntstatus.o as UTIL_TEVENT subsystemStefan Metzmacher2009-03-191-1/+8
| * lib/tsocket: add tsocket_guide.txt section with specific details about bsd st...Stefan Metzmacher2009-03-191-0/+79
| * lib/tsocket: add a fast path to tsocket_writev_send/recv()Stefan Metzmacher2009-03-191-0/+10
| * lib/tsocket: add a fast path to tsocket_sendto_send/recv()Stefan Metzmacher2009-03-191-0/+10
| * lib/tsocket: add tsocket_guide.txt section about the async _send/recv() helpe...Stefan Metzmacher2009-03-191-0/+142
| * lib/tsocket: add tsocket_readv_send/recv()Stefan Metzmacher2009-03-193-1/+235
| * lib/tsocket: add tsocket_writev_queue_send/recv()Stefan Metzmacher2009-03-192-0/+126
| * lib/tsocket: add tsocket_writev_send/recv()Stefan Metzmacher2009-03-193-1/+195
| * lib/tsocket: add tsocket_connect_send/recv()Stefan Metzmacher2009-03-193-1/+129
| * lib/tsocket: add tsocket_sendto_queue_send/recv()Stefan Metzmacher2009-03-192-0/+133
| * lib/tsocket: add tsocket_sendto_send/recv()Stefan Metzmacher2009-03-193-1/+145
| * lib/tsocket: add tsocket_recvfrom_send/recv()Stefan Metzmacher2009-03-193-2/+178
| * lib/tsocket: add an implementation for bsd style sockets.Stefan Metzmacher2009-03-193-1/+1169