samba.git
2009-01-02 Stefan Metzmachers4:lib/events: remove unused events_internal.h
2009-01-02 Stefan Metzmachers4:selftest: report tevent tests as 'tevent.python'
2009-01-02 Stefan Metzmachers4:lib/events: convert to use tevent_* functions instea...
2009-01-02 Stefan Metzmachertevent: only provide compat macros if the caller wants...
2009-01-02 Stefan Metzmachertevent: change pytevent to tevent_*
2009-01-02 Stefan Metzmachertevent: use TEVENT_FD_* instead of EVENT_FD_*
2009-01-02 Stefan Metzmachertevent: rename ev_debug_ops => tevent_debug_ops
2009-01-02 Stefan Metzmachertevent: rename events => tevent in tevent.pc
2009-01-02 Stefan Metzmachertevent: pass down handler_name and location to the...
2009-01-02 Stefan Metzmachertevent: make tevent_add_*() macros arround _tevent_add_*()
2009-01-02 Stefan Metzmachertevent: use HAVE_EPOLL instead of HAVE_EVENTS_EPOLL
2009-01-02 Stefan Metzmachertevent: rename event_register_backend() => tevent_regis...
2009-01-02 Stefan Metzmachertevent: rename event_context_init* => tevent_context_in...
2009-01-02 Stefan Metzmachertevent: rename event_[s|g]et_fd_flags => tevent_fd_...
2009-01-02 Stefan Metzmachertevent: rename event_loop_* => tevent_loop_*
2009-01-02 Stefan Metzmachertevent: rename event_set_default_backend() => tevent_se...
2009-01-02 Stefan Metzmachertevent: use libreplace headers instead of system headers
2009-01-02 Stefan Metzmachers4:lib/events: deprecate event_context_find()
2009-01-02 Stefan Metzmachers4:tevent: move event_context_find() to tevent_s4.c
2009-01-02 Stefan Metzmachers4:pyregistry: use tevent_context_init()
2009-01-02 Stefan MetzmacherRevert "s4 winbind: Copy SID to avoid "discard const...
2009-01-02 Stefan MetzmacherRevert "s4 winbind: Avoid a "discards const" compiler...
2009-01-02 Stefan Metzmacherlibrpc/gen_ndr: rerun make idl_full after pidl changes
2009-01-02 Stefan Metzmacherpidl: add dummy element for empty unions
2009-01-02 Volker LendeckeAlternative fix for 45db33e73 and 0d443ae7931
2009-01-02 Volker LendeckeRevert "s:Fix uid_to_sid mapping when the idmap cache...
2009-01-02 Volker LendeckeRevert "s3:idmap: Remove passd check from idmap_backend...
2009-01-02 Michael Adampackaging(RHEL): fix typo in [u]mount.cifs installation
2009-01-02 Michael Adampackaging(RHEL): fix build of [u]mount.cifs
2009-01-02 Stefan MetzmacherHappy New Year!
2009-01-01 Volker LendeckeFix bug 5913.
2009-01-01 Volker LendeckeRemove a global variable
2009-01-01 Volker Lendeckefix some nonempty blank lines
2009-01-01 Volker LendeckeRemove two pointless globals
2009-01-01 Volker LendeckeThe Tru64 shell doesn't like (*) in a case statement
2009-01-01 Tim Proutys3: Fix caller of print_fsp_open
2009-01-01 Jeremy AllisonFix typo found by Volker. Thanks for the review.
2009-01-01 Jeremy AllisonFix all warnings in source3 with gcc4.3.
2009-01-01 Jeremy AllisonFix more asprintf and "ignoring return code" warnings...
2008-12-31 Volker LendeckeReplace a static variable and alarm() calls by using...
2008-12-31 Volker LendeckeFix some nonempty blank lines
2008-12-31 Volker LendeckeMake a CONST_DISCARD unnecessary by applying some const
2008-12-31 Volker LendeckeReplace "goto again" by "return NT_STATUS_RETRY" in...
2008-12-31 Volker LendeckeDisable the use of splice(2)
2008-12-31 Volker LendeckeTry to fix recvfile using splice on Linux
2008-12-31 Volker LendeckeFix a "nested extern" warning
2008-12-31 Volker LendeckeRename parent_dirname_talloc() to parent_dirname()
2008-12-31 Volker LendeckeRemove unused function parent_dirname
2008-12-31 Volker LendeckeUse parent_dirname_talloc instead of parent_dirname...
2008-12-31 Volker LendeckeUse parent_dirname_talloc instead of parent_dirname...
2008-12-31 Volker LendeckeUse parent_dirname_talloc instead of parent_dirname...
2008-12-31 Volker LendeckeMake use of TALLOC_MEMDUP in parent_dirname_talloc()
2008-12-31 Volker LendeckeRemove unused function get_numlist()
2008-12-31 Volker Lendeckerecvfile can't be used for printing so far
2008-12-31 Stefan Metzmachers3:winbindd: we don't need to call messaging_reinit...
2008-12-31 Volker LendeckeEnable individual smbtorture_s3 subtests in make test
2008-12-31 Volker LendeckeFix an ancient uninitialized variable read
2008-12-31 Tim Proutys3 build: Revert previous patch to fix the build
2008-12-31 Jeremy AllisonFix more "ignore return value" warnings from gcc 4.3.
2008-12-31 Tim Proutylibrpc: Re-run make idl-full from source3
2008-12-31 Tim Proutypidl: Fix a const build warning in the samba3 merged...
2008-12-31 Tim Proutys3/s4: Move CONST_DISCARD into lib/util so it's availab...
2008-12-31 Tim Proutys3 build: Remove redundant #defines that are in idl...
2008-12-30 Tim Proutys4: simplify some overly-complicated logic
2008-12-30 Tim Proutys3 build: Fix warning
2008-12-30 Stefan Metzmachers3:cluster: register the client connection via CTDB_CON...
2008-12-30 Volker LendeckeFix a memory leak in cups_pull_comment_location
2008-12-30 Volker LendeckeFix a spinning smbd when printing
2008-12-30 Volker LendeckePrint the vuid in BENCH-SESSSETUP
2008-12-30 Volker LendeckeSecond part of the bugfix for #5933
2008-12-30 Volker LendeckeFirst part of bugfix for #5933
2008-12-30 Volker LendeckeMove a comment to its place
2008-12-30 Volker LendeckeSimplify invalidate_vuid slightly
2008-12-30 Volker LendeckeSimplify is_partial_auth_vuid slightly
2008-12-30 Volker LendeckeSimplify invalidate_all_vuids() slightly
2008-12-30 Stefan MetzmacherFix the merged build
2008-12-30 Stefan Metzmacherlib/tevent: fix standalone make distclean realdistclean
2008-12-29 Stefan Metzmacherpidl: don't generate invalid C code
2008-12-29 Stefan Metzmachers3:pdb_tdb: store the next rid counter in passdb.tdb...
2008-12-29 Stefan Metzmachers3:passdb: add SAMU_BUFFER_V4 with no changes
2008-12-29 Stefan Metzmachers3:passdb: make marshalling struct samu from and to...
2008-12-29 Stefan Metzmachers4:cluster: fix dependency to TDB_WRAP
2008-12-29 Stefan Metzmachers4:lib/tevent: rename structs
2008-12-29 Stefan Metzmachers4:pvfs_aio: use tevent
2008-12-29 Stefan Metzmachers4:sys_lease_linux: use tevent
2008-12-29 Volker LendeckeFix SESSSETUP_BENCH torture test for long runtimes
2008-12-29 Stefan Metzmachers4:cluster: remove old/broken ctdb code
2008-12-29 Stefan Metzmachers4: remove unused dbwrap code
2008-12-29 Stefan Metzmachers4: Revert "r24284: change brlock_tdb.c to use the...
2008-12-29 Volker LendeckeAdd code to test write_data_iov a bit
2008-12-29 Volker LendeckeAttempt to fix bug 5953: Make cli_send_smb_direct_write...
2008-12-29 Volker LendeckeMake write_data use write_data_iov
2008-12-29 Volker LendeckeAdd write_data_iov
2008-12-29 Volker LendeckeAdd sys_writev
2008-12-29 Kai Blins4 winbind: Copy SID to avoid "discard const" warning
2008-12-29 Kai Blins4 winbind: Add support for WINBINDD_GETGRGID call
2008-12-29 Kai Blins4 libnet: Add support for groupinfo by sid lookup
2008-12-29 Kai Blins4 winbind: Fix typos in debug output
2008-12-29 Kai Blinwbinfo4: Add --gid-info option
2008-12-29 Kai Blinwbinfo: Add --gid-info option.
next