TODO test/sq sort meta data after adding isDeleted
[metze/samba/wip.git] / source3 /
2011-11-29 Volker Lendeckes3: Remove some false/superfluous translations
2011-11-28 Volker Lendeckes3: Use tevent_req_simple_recv_ntstatus
2011-11-28 Volker Lendeckes3: Fix a crash in group_mapping.ldb->tdb conversion
2011-11-25 Michael Adams3:locking:posix: remove uses of SMB_ASSERT() from...
2011-11-25 Michael Adams3:locking:posix: adapt use of dbrwrap_fetch() to new...
2011-11-25 Gregor Becks3:registry: write INFO/version if we create registry.tdb
2011-11-25 Gregor Becks3:dbwrap: do not burden the user of db_open_ctdb with...
2011-11-25 Gregor Becks3:lib fix output of hex escapes > 0x7F with cbuf_print...
2011-11-25 Gregor Becks3:net registry check: improve console output
2011-11-25 Volker Lendeckes3: user_domain is not used in wb_getpwsid
2011-11-25 Volker Lendeckes3: Add some const
2011-11-24 Stefan Metzmachers3:torture: test smb2cli_logoff and smb2cli_tdis
2011-11-24 Stefan Metzmachers3:smb2cli: zero tid in smb2cli_tdis*
2011-11-24 Stefan Metzmachers3:smb2cli: free session in smb2cli_logoff*
2011-11-24 Stefan Metzmachers3:torture: add SMB2-SESSION-REAUTH
2011-11-24 Stefan Metzmachers3:torture: add SMB2-MULTI-CHANNEL test
2011-11-24 Michael Adams3:torture: add a new test SMB2-TCON-DEPENDENCE
2011-11-24 Michael Adams3:torture:smb2: add SMB2-SESSION-RECONNECT test
2011-11-24 Stefan Metzmachers3:torture: use cli_tree_connect() instead of smb2cli_t...
2011-11-24 Stefan Metzmachers3:client: make use of cli_tree_connect()
2011-11-24 Stefan Metzmachers3:libsmb: make use of cli_tree_connect()
2011-11-24 Stefan Metzmachers3:nmbd: make use of cli_tree_connect()
2011-11-24 Stefan Metzmachers3:torture: make use of cli_tree_connect()
2011-11-24 Stefan Metzmachers3:utils: make use of cli_tree_connect()
2011-11-24 Stefan Metzmachers3:winbindd_cm: make use of cli_tree_connect()
2011-11-24 Stefan Metzmachers3:libsmb: add cli_tree_connect() for a generic tree...
2011-11-24 Stefan Metzmachers3:smb2cli: remove unused smb2cli_sesssetup_ntlmssp*
2011-11-24 Stefan Metzmachers3:torture: replace smb2cli_sesssetup_ntlmssp() with...
2011-11-24 Stefan Metzmachers3:libsmb: add SMB2 support to cli_session_setup()
2011-11-24 Stefan Metzmachers3:libsmb: implement cli_trans* on top of smb1cli_trans*
2011-11-24 Stefan MetzmachersmbXcli: rework smb1cli_trans.c to use smbXcli_conn...
2011-11-24 Stefan Metzmachers3:selftest: run SMB2-NEGPROT
2011-11-24 Stefan Metzmachers3:torture: add SMB2-NEGPROT test
2011-11-24 Stefan Metzmachers3:smb2cli: remove unused smb2cli_negprot()
2011-11-24 Stefan Metzmachers3:SMB2-BASIC: use smbXcli_negprot() directly
2011-11-24 Stefan Metzmachers3:smb2cli: pass struct smbXcli_conn directly to smb2cl...
2011-11-24 Stefan Metzmachers3:libsmb: implement cli_state based functions on top...
2011-11-24 Stefan Metzmachers3:smb2cli: add forward declaration for struct cli_state
2011-11-24 Stefan Metzmachers3:smb2cli: make smb2cli_session_setup_send/recv non...
2011-11-24 Stefan Metzmachers3:smb2cli: make use of smbXcli_session and setup the...
2011-11-24 Stefan Metzmachers3:smb2cli: implement smb2cli_negprot() on top of smbXc...
2011-11-24 Stefan MetzmachersmbXcli: pass client_guid to smbXcli_conn_create()
2011-11-24 Stefan Metzmachers3:smb2cli: replace smb2cli_base.c code with the more...
2011-11-24 Christian Ambachsecurity: add local authority well-known SIDs
2011-11-24 Christian Ambachs3:smb2 report access_based_dir_enum in tcon reply
2011-11-24 Christian Ambachs3:smb2 do not set allow_namespace_caching flag for...
2011-11-24 Christian Ambachs3:vfs:gpfs remove non-working code
2011-11-24 Christian Ambachs3:vfs:gpfs fix some compiler warnings
2011-11-24 Christian Ambachs3:vfs:gpfs convert syncio parameter
2011-11-23 Volker Lendeckes3: Fix a valgrind error
2011-11-23 Volker Lendeckes3: Move server_info_struct to nmbd
2011-11-23 Volker Lendeckes3: Replace delete_token_list by an array
2011-11-22 Jeremy AllisonRemove the setting of the inherited ACL on new files...
2011-11-22 Jeremy AllisonMove setting the inherited ACL into the main open code...
2011-11-22 Jeremy AllisonMove the "set SD" code into provided SD and "inherit...
2011-11-22 Jeremy AllisonOnly add the SD if it's not a new stream file.
2011-11-22 Jeremy AllisonMove the add security descriptor code to *after* all...
2011-11-22 Volker Lendeckes3: Fix wb_next_pwent_fill_done
2011-11-21 Stefan Metzmachers3:winbindd_cm: close sockfd on error in cm_prepare_con...
2011-11-21 Stefan Metzmachers3:libsmb: close fd on error in cli_connect_nb()
2011-11-21 Günther Deschners3-waf: remove version from libpdb.so for now.
2011-11-20 Stefan Metzmachers3:smb2_negprot: add support for SMB2_22
2011-11-18 Jeremy AllisonRemove rawmemchr calls - found by Ira Cooper. These...
2011-11-18 Stefan Metzmachers3:libsmb: verify num_setup for SMBnttrans in cli_pull_...
2011-11-18 Stefan Metzmachers3:libsmb: fix compiler warning in cli_pull_trans()
2011-11-18 Stefan Metzmachers3:libsmb: only align unicode pipe_name (bug #8586)
2011-11-18 Amitay Isaacss3-py-passdb: Fix handling of uninitialized gid values
2011-11-18 Andrew Bartletts4-s3-upgrade now look for -1 as the special 'not set...
2011-11-17 Günther Deschners3-smbldap: move ldap_open_with_timeout out of smb_ldap...
2011-11-17 Günther Deschners3-smbldap: remove duplicate LDAP_OPT_SUCCESS define.
2011-11-17 Günther Deschners3-winbindd: no need to globally include ldap headers...
2011-11-17 Günther Deschners3-smbldap: include talloc.h and tevent.h in smbldap.h
2011-11-17 Günther Deschners3-param: loadparm has no dependency to smbldap.
2011-11-17 Günther Deschners3-smbldap: improve smbldap.h readability and rearrange...
2011-11-17 Günther Deschners3-smbldap: remove duplicate prototype.
2011-11-17 Andrew Bartletts3-nmbd Remove AD netlogon response from s3 nmbd server
2011-11-16 Andrew Bartletts3-net Do not look for a local SID when we are a DC
2011-11-16 Andrew Bartlettparam: Connect lp_security to the lib/param code to...
2011-11-16 Andrew Bartlettparam: Move enum values into a common (included) .c...
2011-11-16 Andrew Bartlettparam: move server role helpers into loadparm.h
2011-11-16 Andrew Bartlettparam: calculate server role from security, and securit...
2011-11-16 Andrew Bartletts3-param remove lp_domain_logons(), always use IS_DC
2011-11-16 Andrew Bartlettparam: make server role list common and include auto...
2011-11-16 Amitay Isaacss3-param: Add "server role" as global parameter
2011-11-16 Amitay Isaacsparam: Add "domain logons" and "domain master" parameters
2011-11-16 Björn Baumbachs3-libsmb/passchange.c: remove some cli_nt_error()...
2011-11-16 Björn Baumbachs3-winbindd/winbindd_cm.c: remove cli_nt_error()
2011-11-16 Björn Baumbachs3-libsmb/clidfs.c: remove cli_nt_error()
2011-11-16 Stefan Metzmachers3:winbindd_cm: remove unused ads_status
2011-11-16 Björn Baumbachs3-torture: remove all cli_nt_error() calls in torture
2011-11-16 Björn Baumbachs3-torture: replace cli_errstr() with nt_errstr()
2011-11-16 Björn Baumbachs3-libsmb: introduce option to disable dos error mapping
2011-11-16 Stefan Metzmachers3:smbd: calculate the negprot signing flags from the...
2011-11-16 Andreas Schneiders3: Fix wbinfo socket dir path.
2011-11-16 Stefan MetzmacherRevert "Fix bug #8453 - smbclient segfaults when dialec...
2011-11-16 Stefan Metzmachers3:libsmb: always init cli->{server_os,server_domain...
2011-11-16 Günther Deschners3-waf: create a smbldap.so library.
2011-11-16 Günther Deschners3-smbldap: remove dependency to secrets subsystem.
2011-11-16 Günther Deschners3-smbldap: extend smbldap_init() with binddn/bindsecre...
2011-11-16 Günther Deschners3-smbldap: remove duplicate prototype of smbldap_init().
next