clean up lib64 linking paths the same way as lib
[ira/wip.git] / lib /
2009-03-17 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-16 Volker LendeckeRemove some unused code from async_req.[ch]
2009-03-16 Stefan Metzmachertalloc: change version to 1.3.0
2009-03-16 Stefan Metzmachertalloc: add useful talloc_array_length() macro
2009-03-16 Stefan Metzmachertalloc: add TALLOC_ZERO()
2009-03-16 Stefan Metzmacherlib/replace: use AC_TRY_LINK() to verify that getifaddr...
2009-03-15 Jelmer VernooijMerge branch 'sharedm4' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'nodiscard' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'tdr' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'checktalloc' of /home/jelmer/samba4
2009-03-14 Jelmer VernooijRemove -L/usr/lib from a couple more make variables.
2009-03-14 Jelmer Vernooijtdr: Remove dependency on lp_* so it can be used in...
2009-03-14 Jelmer VernooijMerge branch 'checktalloc' into tdr
2009-03-14 Jelmer VernooijMerge branch 'checktalloc' into tdr
2009-03-14 Jelmer VernooijMove tdr to top-level.
2009-03-13 Stefan Metzmachertevent: change version to 0.9.4 as the ABI has changed
2009-03-12 Tim Proutytevent: Fix might be unitialized warning
2009-03-12 Stefan Metzmachertevent: add tevent_loop_until()
2009-03-12 Stefan Metzmachertevent: add tevent_loop_set_nesting_hook()
2009-03-12 Stefan Metzmachertevent: don't allow nested tevent_loop_once() anymore
2009-03-12 Stefan Metzmachertevent: pass __location__ to tevent_loop_once/wait()
2009-03-12 Stefan Metzmachertevent: add tevent_set_abort_fn()
2009-03-12 Stefan Metzmachertevent: add tevent_signal_support()
2009-03-12 Stefan Metzmachertalloc: add talloc_set_abort_fn()
2009-03-11 Stefan Metzmacherasync_sock: fix truncating of the temporary iovec in...
2009-03-11 Stefan Metzmacherlib/replace: make sure we include <sys/uio.h> before...
2009-03-10 Stefan Metzmachertevent: add tevent_req_callback_data_void() macro
2009-03-10 Stefan Metzmachertevent: add tevent_req_received() function
2009-03-10 Stefan Metzmachersocket_wrapper: wrap readv() and writev()
2009-03-09 Jelmer VernooijFix prototype mismatch.
2009-03-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-09 Stefan Metzmachersocket_wrapper: try to make ipv6 support more portable
2009-03-08 Stefan Metzmachersocket_wrapper: downgrade ipv6 sockets to ipv4 is in...
2009-03-08 Stefan Metzmachersocket_wrapper: correctly handle connected dgram sockets
2009-03-08 Stefan Metzmachersocket_wrapper: make it possible to bind to '::'
2009-03-08 Volker LendeckeAdd "queue" to writev_send
2009-03-08 Jelmer VernooijRevert accidental reintroduction of void ** bug.
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-04 Andrew BartlettUpdate talloc version so we don't fail on system talloc...
2009-03-04 Michael Adams3:smbconf: move smbconf_share_exists checks into backend
2009-03-04 Tim Proutysocket wrapper: Fix 'might be used uninitialized' warning
2009-03-04 Stefan Metzmachersocket_wrapper: add multiple interface support for...
2009-03-04 Stefan Metzmachersocket_wrapper: add ipv6 pcap support
2009-03-04 Stefan Metzmachersocket_wrapper: pass down sockaddr instead of sockaddr_...
2009-03-04 Stefan Metzmachersocket_wrapper: prepare pcap support for ipv6 traffic
2009-03-04 Stefan Metzmachersocket_wrapper: don't crash if we get EAGAIN from real_...
2009-03-03 Stefan Metzmacherlib/util: remove samba specific talloc_get_type_abort()
2009-03-03 Stefan Metzmachertalloc: add talloc_get_type_abort()
2009-03-02 Simo SorceMake struct tevent_req opaque
2009-03-02 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-02 Jelmer VernooijImport ISO-8859-1, 646 from Samba 3 iconv.
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijUse common header file for character set handling in...
2009-03-01 Jelmer Vernooijs4: Use same function signature for convert_* as s3.
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-01 Jelmer VernooijAvoid using tevent_util.h, which won't be available...
2009-03-01 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMove next_token_talloc to util.c, as util_str.c is...
2009-03-01 Jelmer VernooijMove next_token_talloc() to top-level.
2009-03-01 Jelmer VernooijSync smb_iconv_t type, convert_string return type with...
2009-03-01 Jelmer VernooijAdd allow_badcharcnv argument to all conversion functio...
2009-02-28 Volker LendeckeSimplify async_connect_send slightly
2009-02-26 Stefan Metzmacherlib/torture: fix depency to map_nt_error_from_unix()
2009-02-26 Stefan Metzmachertevent: add tevent_queue infrastructure
2009-02-26 Volker LendeckeAdd tevent_ntstatus
2009-02-26 Michael Adams3:libsmbconf: add transactions to the libsmbconf api
2009-02-26 Volker LendeckeSpeed up "net conf list"
2009-02-26 Stefan Metzmacherlibreplace: make it possible to disable socket_wrapper...
2009-02-25 Stefan Metzmacherlib/tdb: if we know pwrite and pread are thread/fork...
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Stefan Metzmachertevent: add private_print function feature to tevent_req
2009-02-25 Stefan Metzmachertevent: add tevent_req_poll() function
2009-02-25 Volker LendeckeRemove async_req based async_send
2009-02-25 Volker LendeckeRemove async_req based async_recv
2009-02-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-25 Volker LendeckeAttempt to fix the OpenChange build -- sorry for the...
2009-02-24 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-02-24 Volker LendeckeAdd more conventional async_recv
2009-02-24 Volker LendeckeAdd more conventional async_send
2009-02-24 Volker LendeckeRemove unused param_connect struct
2009-02-24 Volker LendeckeRemove unused recvall
2009-02-24 Volker LendeckeAdd async read_packet
2009-02-24 Volker LendeckeFix async writev
2009-02-24 Volker LendeckeRemove async sendall
2009-02-24 Volker LendeckeAdd async writev
2009-02-24 Volker LendeckeConvert async_connect to tevent_req
2009-02-24 Volker Lendecketevent.h requires bool and uint[16|32|64]_t
2009-02-24 Volker LendeckeAdd tevent_req_is_unix_error
2009-02-24 Steven DannemanRefactored sys_fork() and sys_pid() into shared util...
2009-02-24 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-24 Jeremy AllisonMore warning fixes for Solaris.
2009-02-23 Björn Jackeall BSDs use this evironment variable
2009-02-21 Tim ProutyFix shadowed declaration warning
2009-02-21 Jelmer Vernooijpytevent: Fix include path - tevent_util is not installed.
2009-02-21 Steven DannemanMoved become_daemon() and close_low_fds() to shared...
2009-02-18 Stefan Metzmachertevent: add tevent_wakeup_send/recv()
2009-02-18 Stefan Metzmachertevent: rename tevent_req_set_timeout() => tevent_req_s...
next