Fix standalone configure scripts
[metze/samba/wip.git] / source3 / lib /
2009-01-29 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-29 Tim Proutys3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
2009-01-29 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-29 Björn Jackeadd Tru64 sub-second resolution timestamp support
2009-01-29 Volker LendeckeFix the build on "opi"
2009-01-29 Björn Jackeadd missing semicolons
2009-01-29 Björn Jackesetting mtime setted atime on BSD systems, fix this
2009-01-29 Björn Jackeadd AIX sub-second resolution timestamp support
2009-01-29 Stefan Metzmachers3:ctdbd_conn: canonicalize ips before sending them...
2009-01-28 Volker LendeckeAvoid valgrind errors
2009-01-28 Kai Blinasync_sock: Move to top level
2009-01-28 Michael Adams3:tdb_validate: clean up leading tabs/spaces and trail...
2009-01-28 Michael Adams3: separate tdb validation code out into its own sourc...
2009-01-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-24 todd stecherThis change allows for the autoconfigre detection of...
2009-01-24 Tim Proutys3 ldb: Fix vasprintf segfault that has been the source...
2009-01-23 Kai Blinasync_req: Move to top level dir
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Stefan Metzmachers3:messages: finally make message_dispatch() static
2009-01-22 Stefan Metzmachers3:messaging: start with to use signal events instead...
2009-01-22 Stefan Metzmachers3:events: always run_events() before sys_select()
2009-01-22 Volker LendeckeActually complete 3662c2b...
2009-01-22 todd stecherMemory leaks and other fixes found by Coverity
2009-01-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-21 Michael Adamlibsmbconf: move the non-registry parts of libsmbconf...
2009-01-21 Michael Adams3:libsmbconf: include smbconf headers with lib/smbconf...
2009-01-21 Michael Adams3:libsmbconf: use talloc_free instead of TALLOC_FREE...
2009-01-21 Michael Adams3:libsmbconf: use talloc_free instead of TALLOC_FREE...
2009-01-21 Michael Adams3:libsmbconf: use talloc_free instead of TALLOC_FREE...
2009-01-21 Michael Adams3:libsmbconf: use talloc_free instead of TALLOC_FREE...
2009-01-21 Michael Adams3:libsmbconf: use talloc_free instead of TALLOC_FREE...
2009-01-21 Michael Adams3:libsmbconf: use talloc_free instead of TALLOC_FREE...
2009-01-21 Michael Adams3:libsmbconf: remove the init headers from smbconf.h
2009-01-21 Michael Adams3:libsmbconf: remove unused function smbconf_is_writea...
2009-01-21 Jelmer VernooijFix warning; base dn is no longer const.
2009-01-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-21 Jelmer VernooijReplace ldb_search() with ldb_search_exp_fmt(), like...
2009-01-21 Jelmer VernooijReorder arguments to ldb_search() to match what is...
2009-01-20 Volker Lendecke"userdom_struct" does not need "full_name" anymore...
2009-01-19 Stefan Metzmachers3:messaging: also recreate the local messaging backend...
2009-01-19 Stefan Metzmachers3: reinit_after_fork() should reinit the event context...
2009-01-19 Stefan Metzmachers3:events: add support for signal events
2009-01-19 Jelmer VernooijMerge branch 'v4-0-stable'
2009-01-19 Stefan Metzmachers3:dbwrap: add dbwrap_delete(), dbwrap_store() and...
2009-01-19 Stefan Metzmachers3:dbwrap: add get_flags() hook to db_context
2009-01-19 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-18 Volker LendeckeRemove unused tdb_search_keys()
2009-01-18 Volker Lendeckesimplify gencache_iterate a bit, fix nonempty blank...
2009-01-18 Volker Lendeckelibnetapi_open_pipe does not need to return cli_state
2009-01-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-18 Volker LendeckeAdd a macro async_req_setup()
2009-01-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-16 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-16 Jeremy Allison"First thing, kill all the language lawyers" :-). Ensur...
2009-01-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-16 Stefan Metzmachers3:cluster: fix ctdb ipv6 support
2009-01-15 Jeremy AllisonAllow reinit_after_fork to be called safely from within...
2009-01-15 Günther Deschners3-util: for convenience, provide format comments in...
2009-01-15 Michael Adams3: make better use of ccache by not including version...
2009-01-15 Jeremy AllisonFix bug #6040 - Calling Samba print server with an...
2009-01-15 Jeremy AllisonRemove smbclient globals that bled into clidfs.c. Now...
2009-01-14 Jeremy AllisonFix build of netapi.
2009-01-13 Jeremy AllisonFix bug noticed by Volker - if sendfile returns zero...
2009-01-13 Jeremy AllisonFix bug #6019 File corruption in Clustered SMB/NFS...
2009-01-12 Steven DannemanMake STATEDIR and CACHEDIR configurable through ./confi...
2009-01-12 Volker LendeckeEven for srclen == 0 we have to return something
2009-01-09 Stefan Metzmachers3:events: debug sys_select() errors
2009-01-09 Stefan Metzmachers3:events: install a tevent debug handler that calls...
2009-01-08 Jeremy AllisonFix race condition in alarm lock processing noticed...
2009-01-07 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-07 Volker LendeckeSeveral fixes to our use of splice
2009-01-06 Günther Deschners3-samr: avoid all init_samr_user* functions.
2009-01-05 Stefan Metzmachers3:events: use more tevent_common_* functions
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Stefan Metzmachers3:events: register as tevent backend
2009-01-05 Stefan Metzmachers3:events: get rid of the stupid set_event_dispatch_tim...
2009-01-05 Stefan Metzmachers3:events: get rid of the stupid cancel_named_event...
2009-01-05 Stefan Metzmachers3:events: change event_add_timed() prototype to match...
2009-01-05 Stefan Metzmachers3:events: remove unused stuff
2009-01-05 Bo Yangclean event context after child is forked.
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-04 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-04 Volker LendeckeRemove a duplicated comment
2009-01-04 Volker LendeckeAdd open_socket_out_defer_send/recv
2009-01-04 Volker LendeckeAsync wrapper for open_socket_out_send/recv
2009-01-04 Volker Lendeckeasync libwbclient infrastructure
2009-01-04 Volker LendeckeRemove wb_trans_send/recv
2009-01-04 Volker LendeckeMove winbindd/winbindd_reqtrans.c to lib/wb_reqtrans.c
2009-01-04 Volker LendeckeConvert async_connect to "normal" style
2009-01-04 Volker LendeckeActually do a non-blocking connect.... :-)
2009-01-04 Volker LendeckeAdd an async queueing mechanism
2009-01-04 Volker LendeckeAdd async timeout helpers
2009-01-03 Volker Lendeckeopen_socket_out is always used with SOCK_STREAM, remove...
2009-01-03 Volker LendeckeFix retval of async_syscall_result_int
2009-01-03 Volker Lendeckestruct async_req doesn't really need to carry an event_...
2009-01-02 Volker LendeckeReplace some SMB_ASSERTs with NT_STATUS_INTERNAL_ERROR
2009-01-02 Volker LendeckeOptimize for the common case that packet.c received...
2009-01-02 Volker Lendeckepacket.h API: The callback is now responsible to talloc...
2009-01-02 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-01 Volker LendeckeFix bug 5913.
next