GetForestTrustInformation is implemented, remove it from knownfail.
[abartlet/samba.git/.git] / source3 /
2011-12-05 Jelmer Vernooijselftest: Add --flapping argument to filter-subunit.
2011-12-05 Jelmer Vernooijselftest: Split out flapping tests into a separate...
2011-12-04 Jeremy AllisonRevert fac5c654e2fe17c2c11d150b16088e8a51f6be20
2011-12-04 Jeremy AllisonMove the callers that need to use the new cli_open...
2011-12-04 Jeremy AllisonAdd cli_open() back as a synchronous wrapper function...
2011-12-04 Jeremy AllisonRename cli_open -> cli_openx. Prelude to replacing...
2011-12-03 Jelmer VernooijRevert making public of the samba-module library.
2011-12-03 Gregor Becklib/util: factor out tdb_data_is_empty
2011-12-03 Gregor Becks3:registry: do not use regdb functions during db upgrade
2011-12-03 Gregor Becks3:net: adapt idmap check to new dbwrap_fetch behavior...
2011-12-03 Andreas Schneiders3-winbind: Add an update function for winbind cache.
2011-12-02 Jeremy AllisonUpdate the waf build system to link with the new PIDL...
2011-12-02 Volker Lendeckes3: Use autogenerated open_files.idl
2011-12-02 Volker Lendeckes3: Move ndr_file_id to LIBNDR_OBJ
2011-12-02 Volker Lendeckes3: Add open_files.idl
2011-12-02 Jeremy AllisonFix bug #8644 - vfs_acl_xattr and vfs_acl_tdb modules...
2011-12-02 Jeremy AllisonEnsure we map our own Samba return of ERRSRV, ERRunknownsmb
2011-12-02 Jeremy AllisonConvert smbclient to using NtCreateX by preference...
2011-12-02 Volker Lendeckes3: Fix some nonblank line endings
2011-12-02 Volker Lendeckes3: Remove unused dbwrap_record_get_private_data
2011-12-02 Andreas Schneiders3-winbind: Remove unused keys from list.
2011-12-01 Jeremy AllisonAdd the "backup" toggle command to smbclient. In order...
2011-12-01 Jeremy AllisonAfter a discussion with Volker, sdd a backup_intent...
2011-11-30 Volker Lendeckes3: Attempt to fix the vfs_commit module
2011-11-30 Günther Deschners3-waf: fix the build with CTDB_CONTROL_CHECK_SRVIDS.
2011-11-30 Volker Lendeckes3-ctdb: Make use of CTDB_CONTROL_CHECK_SRVIDS
2011-11-30 Jeremy AllisonFix bug 8636 - When returning an ACL without SECINFO_DA...
2011-11-30 Michael Adams3:dbwrap_tdb: pass NTSTATUS code further up from db_td...
2011-11-29 Andrew Bartlettbuild: TDB_ERR_NESTING is used unconditionally
2011-11-29 Jeremy AllisonFix bug 8631 - POSIX ACE x permission becomes rx follow...
2011-11-29 Gregor Becks3:net registry check: adapt to new semantic of dbwrap_...
2011-11-29 Gregor Becks3:net registry check: adapt to new semantic of dbwrap_...
2011-11-29 Michael Adams3:dbwrap: turn the fetch dbwrap method to NTSTATUS...
2011-11-29 Michael Adams3:dbwrap_ctdb: re-use map_nt_error_from_tdb() in local...
2011-11-29 Gregor Becks3:net registry check: handle missing version info
2011-11-29 Gregor Becks3:dbwrap_torture: code cleanup
2011-11-29 Günther Deschners3-passdb: make pdb_password_change_time_max static.
2011-11-29 Günther Deschners3-rpcclient: add tool to call lsa_SetInformationTruste...
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
next