]> git.ipfire.org Git - thirdparty/samba.git/shortlog
thirdparty/samba.git
2009-01-29  Stefan Metzmacherselftest: fix Samba3 bugs
2009-01-28  Stefan Metzmacherselftest: Samba4 remove unused variable
2009-01-28  Stefan Metzmacherselftest: abstract Samba3 provision a bit
2009-01-28  Stefan Metzmachers3:selftest: fix 'make selftest'
2009-01-28  Stefan Metzmachers3:selftest: create BUILTIN\\Administrators at startup
2009-01-28  Jelmer VernooijStop installing events.h - it contains a broken include...
2009-01-28  Jelmer VernooijDefine _GNU_SOURCE, required for comparison_fn_t.
2009-01-28  Volker LendeckeAvoid valgrind errors
2009-01-28  Volker LendeckeFix a valgrind error when the socket dies
2009-01-28  Michael Adams3:winbind: remove prototype for non-existent function...
2009-01-28  Michael Adams3:test: exit the net rpc registry tests when give_admi...
2009-01-28  Stefan Metzmachers3:selftest: fix warnings with empty *_TEST_LOG variables
2009-01-28  Michael Adams3:registry: always provision the registry, not only...
2009-01-28  Stefan Metzmacherselftest: set 'lock dir' in client.conf
2009-01-28  Kai Blinasync_sock: Move to top level
2009-01-28  Stefan Metzmachers3:torture: support SMB_CONF_PATH envvar in smbtorture
2009-01-28  Michael Adams3:util_tdb: remove duplicate prototypes (from ../lib...
2009-01-28  Stefan Metzmachers3: try to make 'make selftest' work again
2009-01-28  Michael Adams3:build: don't use $(FLAGS) in linking targets - it...
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-28  Jeremy AllisonFix detection of dns_sd libraries.
2009-01-27  Steven DannemanMove S3 specific parameters to S3 conf file in make...
2009-01-27  Tim Proutys3: Fix shadowed declaration
2009-01-27  Michael Adamlibreplace: fix detection of netinet/ip.h on solaris 8
2009-01-27  Stefan Metzmachers3:rpc_server: use get_client_fd() instead of smbd_serv...
2009-01-27  Stefan Metzmachers3:smbd: wait for new connection via fd events
2009-01-27  Stefan Metzmachers3:smbd: make mdns registration event driven.
2009-01-27  Stefan Metzmachers3:smbd: make inetd code path more clear
2009-01-27  Stefan Metzmachers3:smbd: make kernel oplocks event driven
2009-01-27  Stefan Metzmachers3:smbd: remove pointless respond_to_all_remaining_loca...
2009-01-27  Stefan Metzmachers3:smbd: convert aio to use tevent_signal
2009-01-27  Stefan Metzmachers3:nmbd: handle SIG_TERM and SIGHUP via tevent
2009-01-27  Stefan Metzmachers3:nmbd: as the sig_term() handler only sets a flag...
2009-01-27  Stefan Metzmachers3:nmbd: install the SIG_DFL handler for SIGTERM while...
2009-01-27  Stefan Metzmachers3:winbindd: handle SIG_TERM, SIGHUP, SIGCHLD and SIGUS...
2009-01-27  Stefan Metzmachers3:smbd: use signal events for SIGTERM, SIGHUP and...
2009-01-27  Stefan Metzmachers3:smbd: move all code that handles a client connection...
2009-01-27  Stefan Metzmachers3:smbd: we should setup the client socket in the same...
2009-01-27  Stefan Metzmachers3:namecache: remove unused namecache_shutdown() function
2009-01-27  Stefan Metzmachertevent: change SA_INFO_QUEUE_COUNT from 10 to 100
2009-01-27  Kai Blinasync_req: Fix the S4 build
2009-01-27  Michael Adamlibreplace: fix bug #6066 - netinet/ip.h present but...
2009-01-27  Tim Proutys3 build: Eliminate the gmake-specific Makefile syntax
2009-01-26  Tim Proutys3 make test: Fix a bug in the previous commit
2009-01-26  Tim Proutys3 make test: Add the ability to specify a custom smb...
2009-01-26  Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-26  Jelmer Vernooijpyrpc: Raise proper NDR error codes with matching strin...
2009-01-26  Jelmer VernooijAdd function for mapping NDR error codes to strings.
2009-01-26  Andreas SchneiderDocument default of the printing config variable.
2009-01-26  Karolin Seegerdocs: Add manpage for vfs_shadow_copy2.
2009-01-26  Volker LendeckeDecouple clistr_pull from struct cli_state->inbuf
2009-01-25  Volker LendeckeFix an error path memleak
2009-01-25  Volker LendeckeMake smb_bytes_push_str deal with a NULL buf returning...
2009-01-25  Volker LendeckeFix chain_reply for pipe reads
2009-01-25  Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-25  Jelmer VernooijAdd prototypes required by samba-gtk.
2009-01-24  Volker LendeckeFix a segfault in parse_logentry
2009-01-24  todd stecherModify OneFS module to support new NTIMES interfaces
2009-01-24  todd stecherExtend NTIMES to allow setting create_time
2009-01-24  todd stecherThis change allows for the autoconfigre detection of...
2009-01-24  Günther Deschners4-smbtorture: add my copyright.
2009-01-24  Günther Deschners4-smbtorture: add BackupLog handling in eventlog test.
2009-01-24  Günther Deschners3-rpcclient: add eventlog_loginfo command.
2009-01-24  Günther Deschners3-rpcclient: add eventlog_backuplog command.
2009-01-24  Günther Deschners3-rpcclient: add eventlog_registerevsource command.
2009-01-24  Günther Deschners3-rpcclient: add eventlog_reporteventsource command.
2009-01-24  Günther Deschners4-smbtorture: add test_GetLogIntormation test.
2009-01-24  Günther Deschners3-rpcclient: add eventlog_reportevent command.
2009-01-24  Günther Deschners4-smbtorture: add ReportEventW test.
2009-01-24  Günther Deschners3-eventlog: add missing _eventlog_ReportEventAndSource...
2009-01-24  Günther Deschners3: re-run make samba3-idl.
2009-01-24  Günther Deschnereventlog: fill in IDL for eventlog_OpenBackupEventLogW.
2009-01-24  Günther Deschnereventlog: fill in IDL for eventlog_BackupEventLogW.
2009-01-24  Günther Deschnereventlog: fill in IDL for eventlog_DeregisterEventSource.
2009-01-24  Günther Deschnereventlog: fill in IDL for eventlog_RegisterEventSourceW.
2009-01-24  Günther Deschnereventlog: add missing IDL (opnum 24) for eventlog_Repor...
2009-01-24  Günther Deschnereventlog: fill in IDL for eventlog_GetLogIntormation.
2009-01-24  Günther Deschnereventlog: fill in IDL for eventlog_ReportEventW.
2009-01-24  Günther DeschnerRevert "s3-eventlog: trying to avoid to pass around...
2009-01-24  Günther Deschners3-eventlog: fix various invalid memcpy in read_package...
2009-01-24  Günther Deschners3-eventlog: fix buffer allocation in eventlog read...
2009-01-24  Tim Proutytalloc: Change the two other definitions of TALLOC_FREE...
2009-01-24  Tim Proutys3 ldb: Fix vasprintf segfault that has been the source...
2009-01-24  Volker Lendecketalloc_free() copes with a NULL pointer just fine
2009-01-23  Dan Sledzs3: OneFS unmappable sids support.
2009-01-23  Kai Blins4: add ../lib/async_req to the s4 build
2009-01-23  Kai Blinasync_req: Move to top level dir
2009-01-23  Karolin Seegerdocs: Fix formatting issue in man libsmbclient.
2009-01-23  Stefan Metzmachers4: we're on the way to alhpa7
2009-01-23  Jeremy AllisonApply same logic fix for #4308 Excel save operation...
2009-01-22  Jeremy AllisonFix logic error in try_chown - we shouldn't arbitrarily...
2009-01-22  Jeremy AllisonSecond part of the attemt to fix #4308 - Excel save...
2009-01-22  Volker LendeckeAbstract away the transport in cli_pipe.c
2009-01-22  Volker LendeckeAdd the socket rpc client transport
2009-01-22  Volker LendeckeAdd the named pipe rpc client transport
2009-01-22  Volker LendeckeRPC_CLIENT_OBJ is the right variable for cli_pipe.o
2009-01-22  Volker LendeckeAdd struct rpc_cli_transport
2009-01-22  Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22  Tim Proutys3: Fix warning
next