samba.git
2013-01-29 Kai Blinswat: Use additional nonce on XSRF protection samba-3.6.12
2013-01-29 Kai Blinswat: Use X-Frame-Options header to avoid clickjacking
2013-01-29 Karolin SeegerWHATSNEW: Prepare release notes for Samba 3.6.12.
2013-01-21 Karolin SeegerWHATSNEW: Start release notes for Samba 3.6.12.
2013-01-21 Karolin SeegerVERSION: Bump version number up to 3.6.12.
2013-01-18 Karolin SeegerWHATSNEW: Prepare release notes for 3.6.11. samba-3.6.11
2013-01-18 Björn Baumbachntlm_auth(1): fix format and make examples visible...
2013-01-17 Tsukasa HamanoFix bug #9471 - SEGV when using second vfs module.
2013-01-17 Jeremy AllisonFix bug #9196 - defer_open is triggered multiple times...
2013-01-17 Volker LendeckeFix bug 9548: Correctly detect O_DIRECT
2013-01-17 Jeremy Allisonlib/replace: Add missing check for sys/wait.h
2013-01-17 Jeremy Allisonlib/replace: Add ucontext configure autoconf checks.
2013-01-17 Jeremy Allisonlib/replace: Include sys/ucontext.h if available.
2013-01-17 Jeremy Allisontevent: Fix bug 9550 - sigprocmask does not work on...
2013-01-17 Volker Lendeckeconfigure: Fix bug 9546, aio_suspend detection on FreeBSD
2012-12-10 Karolin SeegerWHATSNEW: Start release notes for Samba 3.6.11.
2012-12-10 Karolin SeegerVERSION: Bump version up to 3.6.11.
2012-12-06 Karolin SeegerWHATSNEW: Prepare release notes for Samba 3.6.10. samba-3.6.10
2012-12-06 Richard SharpeFix bug #9460 - Samba 3.6.x and Master respond incorrec...
2012-12-06 Günther Deschners3-net: Fix DEBUG() location.
2012-12-06 Günther Deschners3-net: give more control how to update/register DNS...
2012-12-06 Günther Deschners3-net: pass down a flags field to DoDNSUpdate().
2012-12-06 Günther Deschners3-net: move out some prototypes to net_dns.h.
2012-12-06 Günther Deschners3-net: pass down struct net_context to the dns update...
2012-12-06 Jeremy AllisonFinal part of #9374 - Allow smb2.acls torture test...
2012-12-06 Jeremy AllisonMore for #9374 - Allow smb2.acls torture test to pass...
2012-12-06 Jeremy AllisonEnsure when calculating the access mask for MAXIMUM_ALL...
2012-12-06 Jeremy AllisonAdd comment explaining exactly *why* we don't check...
2012-12-06 Jeremy AllisonFirst part of #9374 - Allow smb2.acls torture test...
2012-12-06 Sumit BoseUse work around for 'winbind use default domain' only...
2012-12-06 Günther Deschners3-winbind: use new reconnect logic in rpc_lookup_sids...
2012-12-06 Günther Deschners3-winbindd: rework reconnect logic in winbindd_lookup_...
2012-12-06 Günther Deschners3-winbindd: rework reconnect logic in winbindd_lookup_...
2012-12-06 Günther Deschners3-winbindd: remove lookup_sids_fn_t.
2012-12-06 Günther Deschners3-winbindd: remove lookup_names_fn_t.
2012-12-06 Günther Deschners3-rpc_client: make dcerpc_lsa_lookup_names_generic...
2012-12-06 Günther Deschners3-rpc_cli: make dcerpc_lsa_lookup_sids_generic() public.
2012-12-06 Günther Deschners3-winbindd: add cm_connect_lsat().
2012-12-06 Günther Deschners3-rpc_cli: Remove some unused wrapping code.
2012-12-06 Volker Lendeckes3: Make winbindd_lookup_names static
2012-12-06 David Disseldorpspoolss: fix segfault when "default devmode" is disabled
2012-12-06 Andreas SchneiderBUG 9436: Fix leaking sockets of SMB connections to...
2012-12-06 Matthieu PatouFix MD5 detection in the autoconf build
2012-12-06 Volker LendeckeFix Bug 9422 - large read requests cause server to...
2012-12-06 Günther Deschners3-rpc_client: lookup nametype 0x20 in rpc_pipe_open_tc...
2012-12-06 Stefan Metzmacherlib/addns: don't depend on the order in resp->answers[]
2012-12-06 Stefan Metzmacherlib/addns: remove pointless check for resp->num_additio...
2012-12-06 Stefan Metzmacherlib/replace: replace all *printf function if we replace...
2012-12-06 Jelmer Vernooijlibreplace: Fix symbol names for snprintf/asprintf...
2012-12-06 Jeremy AllisonAnother fix needed for bug #9236 - ACL masks incorrectl...
2012-12-06 Günther Deschners3-kerberos: also try with AES keys, when decrypting...
2012-12-06 Günther Deschners3-libsmb: make sure we copy at most 16 bytes in cli_se...
2012-12-06 Günther Deschnersamba: check for AES encryption type defines.
2012-12-06 Andreas Schneiders3:winbind: BUG 9386: Failover if netlogon pipe is...
2012-12-06 Stefan Metzmacherlib/krb5_wrap: request enc_types in the correct order...
2012-12-06 Günther Deschners3-kerberos: add aes enctypes to generated krb5.conf.
2012-12-06 Günther Deschners3-krb5: use and request AES keys in kerberos operations.
2012-12-06 Volker Lendeckes3-aio_pthread: Optimize aio_pthread_handle_completion
2012-12-06 Stefan Metzmacherlib/tsocket: optimize syscalls in tstream_readv_pdu_send()
2012-12-06 Stefan Metzmacherlib/tsocket: disable the syscall optimization for recvf...
2012-12-06 Björn Baumbachdocs-xml: fix use of <smbconfoption> tag (fix bug ...
2012-12-06 Stefan Metzmachers4:torture/smb2: improve the smb2.create.blob test
2012-12-06 Andreas SchneiderBUG 9326: Fix net ads join message for the dns domain.
2012-12-06 David Disseldorppam_winbind: fix segfault in pam_sm_authenticate()
2012-10-29 Karolin SeegerWHATSNEW: Start release notes for Samba 3.6.10.
2012-10-29 Karolin SeegerVERSION: Bump version up to 3.6.10.
2012-10-29 Karolin SeegerWHATSNEW: Finish release notes for Samba 3.6.9. samba-3.6.9
2012-10-29 Stefan Metzmacherlibcli/smb: fix unitialized padding in smb2_create_blob...
2012-10-29 Karolin SeegerWHATSNEW: Start to add changes since 3.6.8.
2012-10-29 Matthieu Patoulib-addns: ensure that allocated buffer are pre set...
2012-10-29 Jeremy AllisonRemove useless bool "upper_case_domain" parameter from...
2012-10-29 Jeremy AllisonRemove useless bool "upper_case_domain" parameter....
2012-10-29 Jeremy AllisonMove uppercasing the domain out of smb_pwd_check_ntlmv2()
2012-10-29 Andrew Bartletts3-libsmb: Initialise ticket to ensure we do not invali...
2012-10-29 Andreas Schneiders3-printing: Increase debug level for info that the...
2012-10-29 Andreas Schneiderpackaging: Add support for reloading systemd services.
2012-10-29 Björn Jackeautoconf: fix --with(out)-sendfile-support option handling
2012-10-29 Joachim Schmitzlibreplace: Bug 8107, Fix poll replacement to become...
2012-10-29 Björn Jackereplace: add some includes for poll.h
2012-10-29 Jeremy AllisonCorrect fix for bug #9222 - smbd ignores the "server...
2012-10-29 Andreas Schneiders3fs-printing: Fix RAW printing for normal users.
2012-10-29 Volker Lendeckes3: Add two tests a CLEAR_IF_FIRST crash
2012-10-29 Volker Lendecketdb: Make tdb robust against improper CLEAR_IF_FIRST...
2012-10-29 Rusty Russelltdb: Make robust against shrinking tdbs
2012-10-29 Jeremy AllisonWhen setting a non-default ACL, don't forget to apply...
2012-10-29 Jeremy AllisonOnly apply masks on non-default ACL entries when settin...
2012-10-29 Jeremy AllisonUse is_default_acl variable in canonicalise_acl()....
2012-10-29 Jeremy AllisonReformat spacing to be even. (cherry picked from commit...
2012-10-29 Karolin Seegerhtml docs: Remove link to Using Samba.
2012-10-29 Björn Jackes3:quota: don't force the block size to 512
2012-10-29 Jeremy AllisonFix net rpc share allowedusers to work with 2008r2
2012-10-29 Andreas Schneiders3-smbd: Move housekeeping to the background process.
2012-10-29 Vladimir MarekFix service control for non-internal services.
2012-10-29 Stefan Metzmachers3:selftest: run the posix_s3.smb2.oplock tests
2012-10-29 Stefan Metzmachers4:torture/smb2: remove samba specific stuff from smb2...
2012-10-29 Stefan Metzmachers3:smb2_create: don't take 'state->te' as indication...
2012-10-29 Stefan Metzmachers3:selftest: mark the driver_info_winreg tests knownfail.
2012-10-29 Jeremy AllisonFix bug #9209 - Parse of invalid SMB2 create blob can...
2012-10-29 Stefan Metzmacherlibcli/smb: fix padding in smb2_create_blob*
2012-10-29 Andreas Schneiders3-smbd: Don't segfault if user specified ports out...
next