tevent: traverse the ev->fd_event list instead of the poll_ev->fds array
[metze/samba/wip.git] / source3 / lib /
2013-03-01 Stefan Metzmachers3:lib/events: make use of tevent_common_loop_timer_delay()
2013-02-28 Stefan Metzmachers3:lib/events: make use of samba_tevent_set_debug()
2013-02-28 Stefan Metzmachers3:lib/events: add missing TEVENT_TRACE_BEFORE/AFTER_WA...
2013-02-22 Andreas Schneiders3-tldap: Make sure we don't deref a null pointer.
2013-02-22 Andreas Schneidermessages: Use uint8_t type.
2013-02-19 Stefan Metzmachers3:lib: s/event_add_timed/tevent_add_timer
2013-02-19 Stefan Metzmachers3:lib: s/event_add_fd/tevent_add_fd and s/EVENT_FD_...
2013-02-19 Stefan Metzmachers3:lib: s/struct fd_event/struct tevent_fd
2013-02-19 Stefan Metzmachers3:lib: s/struct timed_event/struct tevent_timer
2013-02-19 Stefan Metzmachers3:lib/events: s/EVENT_FD/TEVENT_FD
2013-02-19 Stefan Metzmachers3:lib: s/struct event_context/struct tevent_context
2013-02-19 Stefan Metzmachers3:lib: make use of samba_tevent_context_init()
2013-02-19 Christian Ambachs3:lib/afs fix the build
2013-02-19 Michael Adamgencache: fix an extra newline in a DEBUG message in...
2013-02-19 Michael Adamgencache: fix an extra newline in a DEBUG message in...
2013-02-19 Michael Adamgencache: fix an extra newline in a DEBUG message in...
2013-02-19 Michael Adamgencache: unify a DEBUG message in gencache_set_data_blob()
2013-02-19 Michael Adamgencache: unify a DEBUG message in gencache_iterate_fn()
2013-02-19 Michael Adamgencache: unify a DEBUG message in gencache_iterate_blo...
2013-02-19 Michael Adamgencache: unify a DEBUG message in gencache_del()
2013-02-04 Michael Adams3:dbrwap_ctdb: ZERO_STRUCT(rec) just to be sure in...
2013-02-04 Michael Adams3:dbwrap_ctdb: ZERO_STRUCT(rec) just to be sure in...
2013-02-04 Stefan Metzmachers3:dbwrap_ctdb: add "db_context" to "db_record"
2013-02-04 Stefan Metzmachers3:dbwrap_ctdb: setup result->name in db_open_ctdb()
2013-01-30 Volker Lendeckesmbd: Fix a typo
2013-01-24 Volker LendeckeAvoid a very small memleak on talloc_tos()
2013-01-24 Jeremy AllisonFix bug #9586 - smbd[29175]: disk_free: sys_popen(...
2013-01-11 Volker Lendeckedbwrap: Use INCOMPATIBLE_HASH for dbwrap_watchers.tdb
2013-01-09 Andreas Schneiders3-lib: Use new strict directory create function in...
2012-12-21 Andreas Schneiders3-prefork: Directly fail if tevent_req_is_unix_error...
2012-12-21 Andreas Schneiders3-lib: Cleanup transfer_file_internal() a bit.
2012-12-21 Andreas Schneiders3-lib: Make it clear that we want to fall trough here.
2012-12-21 Andreas Schneiders3-netapi: Add missing break in NetUserSetInfo_r().
2012-12-21 Andreas Schneiders3-lib: Fix push_ucs2() for-loop.
2012-12-21 Andreas Schneiders3-tldap: Fix dead code in tldap_sasl_bind_send().
2012-12-21 Andreas Schneiders3-eventlog: Make sure the eventlog directory exists.
2012-12-12 Andreas Schneiders3-lib: Don't close the listener twice if we goto failed.
2012-12-12 Andreas Schneiders3-ctdb: Make sure addr.sun_path is null terminated.
2012-12-12 Andreas Schneiders3-lib: Remove unsused variable from sys_get_nfs_quota().
2012-12-12 Andreas Schneiders3-netapi: Initialize group_handle of NetGroupSetUsers_r().
2012-12-12 Andreas Schneiders4-netapi: Initialize group_handle of NetGroupGetUsers_r().
2012-12-12 Andreas Schneiders3-netapi: Initialize group_handle of NetUserSetGroups_r.
2012-12-12 Andreas Schneiders3-netapi: Fix zeroing policy handles in NetLocalGroupA...
2012-12-03 Andreas Schneiderutil: Use new samba_getpass() function.
2012-12-03 Michael Adams3:passdb: add sid_check_object_is_for_passdb()
2012-12-03 Michael Adams3:lib: add utility function sid_check_is_for_passdb()
2012-11-30 Stefan Metzmachers3:popt_common: Fix password processing.
2012-11-29 Volker Lendeckedbwrap: Do not rely on dbwrap_record_get_value to retur...
2012-11-29 Volker Lendeckes3: Remove db_ctdb_fetch
2012-11-29 Volker Lendeckes3: Directly parse local existing records in db_ctdb_pa...
2012-11-29 Volker Lendeckes3: Factor out db_ctdb_can_use_local_hdr from db_ctdb_c...
2012-11-29 Volker Lendeckes3: Remove unused code for fetching persistent ctdb...
2012-11-29 Volker Lendeckes3: Avoid db_ctdb_fetch for persistent databases
2012-11-29 Volker Lendeckes3: Factor out parse_newest_in_marshall_buffer from...
2012-11-29 Volker Lendeckes3: reduce db_ctdb_marshall_loop_next to specialized...
2012-11-29 Volker Lendeckes3: Factor out db_ctdb_marshall_loop_next_key from...
2012-11-29 Volker Lendeckes3: Slightly simplify db_ctdb_marshall_loop_next
2012-11-29 Volker Lendeckes3: Use db_ctdb_ltdb_parse in db_ctdb_fetch_db_seqnum_f...
2012-11-29 Volker Lendeckes3: Use db_ctdb_ltdb_parse in db_ctdb_ltdb_fetch
2012-11-29 Volker Lendeckes3: Add db_ctdb_ltdb_parse
2012-11-29 Volker Lendeckes3: Slightly simplify db_ctdb_transaction_commit
2012-11-29 Volker Lendeckes3: Remove header==NULL code from db_ctdb_marshall_record
2012-11-28 Volker Lendeckes3: Open gencache_notrans with TDB_NOSYNC
2012-11-28 Volker Lendeckes3: Avoid some transaction_commit on gencache.tdb
2012-11-26 Volker Lendeckes3: Fix Coverity ID 741407 -- resource leak
2012-11-22 Andrew Bartlettbuild: Do not install testing binaries
2012-11-20 Volker Lendeckes3: Fix some blank line endings
2012-11-08 Andreas Schneiders3fs-popt: Add function to burn the commandline password.
2012-11-02 Björn Baumbachs3:ctdb library: fix the build against older ctdb versions
2012-10-29 Volker Lendeckes3: Use file_id_string in file_id_string_tos
2012-10-29 Volker Lendeckes3: Fix some nonempty line endings
2012-10-19 Stefan Metzmachers3:lib: remove unused connections_fetch_entry*() and...
2012-10-19 Gregor Becks3:lib/conn_tdb: implement connections_forall_read...
2012-10-19 Gregor Becks3:lib: remove function connections_forall()
2012-10-19 Gregor Becks3:lib: remove unused sessionid_*() functions
2012-10-19 Gregor Becks3:lib: implement sessionid_traverse_read with smb2srv_...
2012-10-19 Gregor Becks3:lib: remove unused function connections_traverse()
2012-10-19 Stefan Metzmachers3:smbd: add exit_server to the smbd_shim hooks
2012-10-19 Michael Adams3: fix comment header description for smbd_shim
2012-10-11 Andrew Bartlettvfs: Remove irixacl module (all the fucntions in it...
2012-10-11 Andrew Bartlettvfs: Fix alternative posix and no-op sys acl implementa...
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to sys_acl_init() and all callers
2012-09-21 Gregor Becks3:dbwrap_ctdb: set errno = ENOSYS if clustering is...
2012-09-18 Volker Lendeckes3: Use SBVAL in put_long_date_timespec
2012-09-18 Volker Lendeckes3: Fix some nonempty line endings
2012-09-18 Björn Jackequota: add supprt for gfs2
2012-09-15 Björn Jackequota: also log which fs type we found
2012-09-12 Andrew Bartlettsmbd: Remove pre-allocation of ACL array in sys_acl_init()
2012-09-12 Andrew Bartlettsmbd-posix_acls: Use a IDL union to store the ACL entry
2012-09-09 Björn Jackes3:quota-nfs: add RQ_PATHLEN define for systems that...
2012-09-09 Björn Jackes3:quota-nfs: another build fix for the old Unix world
2012-09-08 Björn Jackes3:quota: don't add the string '"' into the argument...
2012-09-07 Gregor Becks3:lib: use includes.h with cbuf and srprs
2012-09-07 Björn Jackes3:sysquota_nfs: fix build on Tru64 et alii
2012-09-07 Björn Jackes3:quota: clean up and consolidate the xfs quota checks...
2012-09-07 Björn Jackes3:sysquota_xfs: fix logic so that we actually use...
2012-09-07 Björn Jackes3:sysquota_xfs: check and include the right fs header...
2012-09-07 Alexander Bokovoys3-smbldap: make smbldap public library and maintain...
2012-09-07 Alexander Bokovoys3-smbldap: use smbldap_ prefix for all functions
2012-09-06 Björn Jackefileserver:sysquotas: remove wrong cast
next