test: added directory option to planpythontestsuite()
[nivanova/samba-autobuild/.git] / source3 /
2011-11-09 Andrew Bartletts3-py_passdb Ensure that group mapping list input is...
2011-11-09 Andrew Bartletts3-passdb Initialise the correct level of pointer deref...
2011-11-09 Michael Adams3:registry: prevent unnecessary transactions in regdb_init
2011-11-09 Andreas Schneiders3: Use autotools to set the winbind socket directory.
2011-11-09 Stefan Metzmachers3:smb2_server: grant credits in async interim response...
2011-11-09 Stefan Metzmachers3:libsmb: consistently use state->size in cli_write_an...
2011-11-08 Stefan Metzmachers3:libsmb: fix cli_write_and_x() against OS/2 print...
2011-11-08 Stefan Metzmachers3:libsmb: correctly parse the LANMAN2.1 negprot respon...
2011-11-08 Stefan Metzmachers3:libsmb: key_len is 8bit only in the NT1 case
2011-11-08 Volker Lendeckes3: Remove two unused variables
2011-11-07 Jeremy AllisonAdd the SEC_DIR_LIST check to dptr_create().
2011-11-07 Björn Baumbachs3-wafbuild: Fix inotify detection (bug 8580)
2011-11-07 Björn Baumbachs3-build: Fix inotify detection (bug 8580)
2011-11-07 Stefan Metzmachers3:libsmb: return NT_STATUS_OK for if a request is...
2011-11-07 Stefan Metzmachers3:libsmb: make sure have_andx_command() returns false...
2011-11-07 Stefan Metzmachers3:libsmb: remember the seqnum on all chained requests
2011-11-07 Stefan Metzmachers3:libsmb: get cmd of the chained request before changi...
2011-11-06 Stefan Metzmachers3:smb2cli: ignore the NBT/Length header in smb2cli_inb...
2011-11-05 Jeremy AllisonMove the SEC_DIR_LIST check into dptr_create for SMB2...
2011-11-04 Jeremy Allisoncan_write_to_file() does now take share permissions...
2011-11-04 Jeremy AllisonNo longer do the pre-check on DELETE_ACCESS - we're...
2011-11-04 Jeremy AllisonRemove can_access_file_acl(). We no longer need this...
2011-11-04 Jeremy AllisonRemove can_access_file_data() - make it use the standar...
2011-11-04 Jeremy AllisonAdd const to the smb_filename argument of smbd_check_ac...
2011-11-04 Jeremy AllisonExpose smbd_check_access_rights() to other modules.
2011-11-04 Jeremy AllisonRename smbd_check_open_rights() to smbd_check_access_ri...
2011-11-04 Jeremy AllisonReplace smb1_file_se_access_check() with just se_access...
2011-11-04 Jeremy AllisonMove root check out of smb1_file_se_access_check()...
2011-11-04 Jeremy Allisonsmb1_file_se_access_check() is now static to smbd/open.c
2011-11-04 Jeremy AllisonRevert "Change function signature of check_parent_acces...
2011-11-04 Jeremy AllisonRevert "Call check_parent_access() on readdir."
2011-11-04 Henry WongProperly fix bug #8384 - Windows XP clients seem to...
2011-11-04 Christian Ambachs3:smbd increase a debug level
2011-11-04 Stefan Metzmachers3:smbd: also send the server name in the negprot response
2011-11-04 Stefan Metzmachers3:libsmb: also remember the optional server name from...
2011-11-04 Stefan Metzmachers3:libsmb: the workgroup in the non-extended-security...
2011-11-04 Michael Adams3:selftest: improve logging in the registry upgrade...
2011-11-03 Björn Baumbachs3-selftest: add new registry upgrade test to test...
2011-11-03 Björn Baumbachs3-selftest: introduce registry upgrade test
2011-11-03 Jeremy AllisonFix bug #8562 - talloc: double free error.
2011-11-03 Günther Deschnerwaf: convert NDR_NBT into shared library.
2011-11-03 Günther Deschnernbt: trim down header dependencies of nbt.idl.
2011-11-03 Günther Deschnernbt: merge in LIBCLI_NDR_NETLOGON helper into NDR_NBT.
2011-11-03 Günther Deschnerlibrpc: remove nbt dependency to samr.
2011-11-03 Günther Deschnerlibrpc: only let NDR_NBT depend on NDR_NBT_BUF.
2011-11-03 Stefan Metzmachers3:param: change default of "* signing" to "default"
2011-11-03 Stefan Metzmachers3:smbd: make use of SMB_SIGNING_* constants
2011-11-03 Stefan Metzmachers3:libsmb: make use of SMB_SIGNING_* constants
2011-11-03 Stefan Metzmachers3:lib: make use of SMB_SIGNING_* constants
2011-11-03 Stefan Metzmachers3:libsmb: make use of SMB_SIGNING_* constants
2011-11-03 Stefan Metzmachers3:libsmb: s/Undefined/SMB_SIGNING_DEFAULT/
2011-11-03 Stefan Metzmachers3:torture: s/Undefined/SMB_SIGNING_DEFAULT/ s/Required...
2011-11-03 Stefan Metzmachers3:lib: s/Undefined/SMB_SIGNING_DEFAULT/
2011-11-03 Stefan Metzmachers3:lib/netapi: s/Undefined/SMB_SIGNING_DEFAULT/
2011-11-03 Stefan Metzmachers3:libnet: s/Undefined/SMB_SIGNING_DEFAULT/
2011-11-03 Stefan Metzmachers3:winbindd: s/Undefined/SMB_SIGNING_DEFAULT/
2011-11-03 Stefan Metzmachers3:web: s/Undefined/SMB_SIGNING_DEFAULT/
2011-11-03 Stefan Metzmachers3:utils: s/Undefined/SMB_SIGNING_DEFAULT/
2011-11-03 Stefan Metzmachers3:nmbd: s/Undefined/SMB_SIGNING_DEFAULT/
2011-11-03 Stefan Metzmachers3:auth: s/Undefined/SMB_SIGNING_DEFAULT/
2011-11-03 Stefan Metzmachers3:client: s/Undefined/SMB_SIGNING_DEFAULT/
2011-11-03 Stefan Metzmachers3:param: make use of SMB_SIGNING_* constants
2011-11-03 Stefan Metzmachers3:param: the behavior of "client/server signing =...
2011-11-03 Stefan Metzmachers3:libsmb: restore the 3.6.x behavior signing config...
2011-11-03 Björn Baumbachs3-build: add bin/dbwrap_tool to the BIN_PROGS2 depende...
2011-11-03 Björn Baumbachs3-registry: fix upgrade code
2011-11-03 Björn Baumbachs3-utils: net - Fix one error/usage message
2011-11-03 Björn Baumbachs3-printing: fix typo
2011-11-03 Stefan Metzmachers3:torture: let SMB2-BASICS work against w2k8r2 and...
2011-11-02 Günther Deschners3-waf: convert libcli_netlogon3 into a private library.
2011-11-02 Sumit Boses3-lsa: Let passdb backend handle the DOMAIN$ user
2011-11-02 Günther Deschners3-waf: move trusts_util.c code into a private library.
2011-11-02 Günther Deschners3-trustdomcache: make enumerate_domain_trusts() static.
2011-11-02 Günther Deschners3-waf: convert libnet_keytab into a private library.
2011-11-02 Günther Deschners3-libnet: add ads forward declaration in libnet keytab...
2011-11-02 Günther Deschners3-waf: fix libgpo.so library name.
2011-11-02 David Disseldorps3:smb2_server: remove unused outhdr variables
2011-11-02 Jeremy AllisonRemove opendir() VFS code from ACL modules.
2011-11-01 Jeremy AllisonCall check_parent_access() on readdir.
2011-11-01 Jeremy AllisonChange function signature of check_parent_access()...
2011-10-31 Stefan Metzmachers3:smb2_server: FLAG_CHAINED means we always use the...
2011-10-31 Stefan Metzmachers3:smb2_server: don't reset the tid and session id...
2011-10-31 Stefan Metzmachers3:smb2_server: echo the SMB2_HDR_CREDIT_CHARGE and...
2011-10-31 Stefan Metzmachers3:smbd: also the parent smbd needs FLAG_MSG_PRINT_GENE...
2011-10-31 David Disseldorps3: fix typo in net ads join output
2011-10-31 Volker Lendeckes3: Fix some nonempty blank lines
2011-10-31 Volker Lendeckes3: Fix a comment
2011-10-31 Volker Lendeckes3: Remove some leftovers of old ctdb tdb2 code
2011-10-28 Jeremy AllisonFix bug #8548 - winbind_samlogon_retry_loop ignores...
2011-10-28 Jeremy AllisonRemove the order dependency in parent_override_delete...
2011-10-28 Jeremy AllisonRemove the mkdir and open functions from the ACL module...
2011-10-28 Jeremy AllisonRemove unused "struct security_descriptor" parameter...
2011-10-28 Jeremy AllisonFinally do all the open checks inside open_file()....
2011-10-28 Jeremy AllisonSimplify smbd_check_open_rights() and move all the...
2011-10-28 Jeremy AllisonMove parent_override_delete() to before I need to use it.
2011-10-28 Jeremy AllisonMake smbd_check_open_rights() static.
2011-10-28 Günther Deschners3-net: Make sure to always re-use the "good" dc for...
2011-10-28 Andrew Bartlettlib/util Rename samba_init_module -> samba_module_init
2011-10-28 Andrew Bartlettlib/util Split samba-modules library into public and...
2011-10-28 Andrew Bartletts3-selftest Add all the LOCAL-* smbtorture tests to...
next