lib/tdb: fix tests for standalone out-of-tree.
[kai/samba-autobuild/.git] / source3 /
2012-03-10 Jeremy AllisonEnsure the right tsocket.h is included.
2012-03-10 Jeremy AllisonFix up Christian Ambach's multi-credit code - the Credi...
2012-03-10 Christian Ambachs3:smb2_server validate message ids with largemtu
2012-03-10 Christian Ambachs3:smb2_server verify creditcharge
2012-03-10 Christian Ambachs3:smb2_server add function to verify creditcharge
2012-03-10 Christian Ambachs3:smb2_server: announce LargeMTU for SMB2.1
2012-03-10 Christian Ambachs3:smb2_server increase defaults for read/write/trans...
2012-03-10 Christian Ambachs3:smb2_server: add supports_multicredit to sconn
2012-03-10 Christian Ambachs3:smb2_server use the correct variables for max read...
2012-03-09 Volker Lendeckes3: asprintf->talloc_asprintf
2012-03-09 Volker Lendeckes3: Replace a SMB_ASSERT with an error return
2012-03-09 Volker Lendeckes3: Remove some superfluous ()
2012-03-09 Andrew Bartlettauth/ntlmssp: Remove gensec_security element from gense...
2012-03-08 Andrew Bartletts3-auth: Remove single-implementation plugin layer
2012-03-08 Andrew Bartletts3-auth: Follow auth_ntlmssp and use auth4_context...
2012-03-08 Andrew Bartlettselftest: add more tests for different authentication...
2012-03-07 Jeremy AllisonChange default protocol to SMB2_02.
2012-03-07 Ira Coopers3: piddir creation fix part 2.
2012-03-07 Ira Cooperaddns: Fix the Solaris/Illumos build.
2012-03-07 Ira Coopers3: piddir creation fix.
2012-03-07 Andrew Bartletts3-rpc_server: Do not register embedded ncacn_np endpoi...
2012-03-07 Andrew Bartletts3-rpc_server: Register embedded RPC services after...
2012-03-07 Andrew Bartletts3-rpc_server: Do not setup ncalrpc pipes and TCP for...
2012-03-07 Andrew Bartletts3-smbd make change_to_user_by_session static
2012-03-07 Gregor Becks3:selftest: ask smbtorture4 for smb2 tests
2012-03-06 Stefan Metzmachers3:smbd: keep 'num_files' and 'files' directly under...
2012-03-06 Stefan Metzmachers3:smbd: keep 'num_connections' and 'connections' direc...
2012-03-06 Stefan Metzmachers3:smbd: keep 'num_users' and 'users' directly under...
2012-03-06 Stefan Metzmachers3:msdfs: set the 'cnum' field to invalid for faked...
2012-03-06 Volker Lendeckes3: Move a talloc_strdup out of the main code path
2012-03-06 Volker Lendeckes3: Fix some format string warnings
2012-03-05 Andrew Bartletts3-rpc_server: Remove remaining code for embedded endpo...
2012-03-05 Andrew Bartletts3-rpc_server: Only init and register embedded RPC...
2012-03-05 Volker Lendeckes3: Fix a "Invalid (state->nread >= 0)" warning
2012-03-05 Volker Lendeckes3: Move the drain_socket on error to reply_write_and_X
2012-03-05 Volker Lendeckes3: Use "goto out;" in reply_write_and_X
2012-03-05 Volker Lendeckes3: Remove "size" param from switch_message
2012-03-05 Volker Lendeckes3: Remove "size" param from smb_dump
2012-03-05 Andrew Bartletts3-lsasd: Fix debug messages on registration failure
2012-03-05 Andrew Bartlettselftest: Reduce declarations of smbclient_auth tests...
2012-03-05 Andrew Bartlettselftest: run smbtorture_s3 tests against the ntvfs...
2012-03-05 Amitay Isaacss3-ctdb: Enable CTDB readonly support only if CTDB...
2012-03-05 Rusty Russelldbwrap_ctdb: only fetch a read-only copy if we had...
2012-03-05 Rusty Russellctdbd_conn: fetch read-only copies of records.
2012-03-05 Rusty Russelldbwrap_ctdb: handle read-only records.
2012-03-05 Andrew Bartlettselftest: remove unused config.h check
2012-03-04 Andrew Bartletts3-smbd: vuser and session_info cannot be NULL here
2012-03-04 Andrew Bartletts3-rpc_server: consolidate rpc server init routines
2012-03-04 Andrew Bartletts3-auth Add make_session_info_from_pw to avoid multiple...
2012-03-04 Andrew Bartletts3-auth: Remove security=share (depricated since 3.6).
2012-03-04 Stefan Metzmachers3:smbd/globals.h: remove unused pollfd pointer
2012-03-04 Volker Lendeckes3: Fix some && vs & warnings
2012-03-04 Andrew Bartletts3-winbindd: Add stdin handler for winbind
2012-03-04 Andrew Bartletts3-nmbd: Add stdin handler for nmbd
2012-03-04 Andrew Bartlettchange low FDs are handled in Samba
2012-03-04 Matthieu Patous3: don't replace the error message if already defined
2012-03-04 Matthieu Patous3: print a nice warning when HAVE_ADS is not enabled...
2012-03-03 Volker Lendeckes3: Fix a bogus if (client_len < 0)
2012-03-03 Stefan Metzmachers3:libsmb: pass smb2 capabilities and client guid in...
2012-03-03 Michael AdamsmbXcli: add the possiblilty to negotiate client capabi...
2012-03-03 Michael Adams3:smbd:smb2_write: improve logging in the error case
2012-03-03 Christian Ambachs3:smb2_server: use SMB2_WATCH_TREE
2012-03-03 Christian Ambachs3:smb2_server fix a typo
2012-03-03 Volker Lendeckes3: Fix some blank line endings
2012-03-02 Volker Lendeckes3: Test for statfs before statfs64
2012-03-02 Brad Smiths3: Further fix for bug 8777
2012-03-02 Volker Lendeckes3: Enable statvfs usage on NetBSD
2012-03-02 Stefan Metzmachers3:rpc_server: initialize struct schannel_state to...
2012-03-02 Stefan Metzmachers3:rpc_client: initialize struct schannel_state to...
2012-03-02 Andrew Bartletts3-selftest: Add tests for ntlm_auth gss-spnego client...
2012-03-02 Andrew Bartletts3-rpcclient: Ensure interfaces are loaded after smb...
2012-03-02 Andrew Bartletts3-libsmb: Initialise ticket to ensure we do not invali...
2012-03-01 Jeremy AllisonMove to talloc from malloc.
2012-03-01 Jeremy AllisonFix mixup between talloc/malloc.
2012-03-01 Andrew Bartletts3-selftest: make ntlm_auth test more robust to bad...
2012-03-01 Andrew Bartletts3-selftest: Add more tests for ntlm_auth
2012-03-01 Andrew Bartletts3-ntlm_auth fix up gss-spnego-client so as to work...
2012-03-01 Andrew Bartletts3-ntlm_auth: Wrap kerberos token in GSSAPI
2012-03-01 Andrew Bartletts3-ntlm_auth: Add --target-service and --target-hostnam...
2012-03-01 Andrew Bartlettbuild: look for backtrace_symbols in libexec
2012-03-01 Richard SharpeTrivial Comment fix: Supply a missing word in a comment
2012-03-01 Volker Lendeckes3: Fix "make bin/smbtorture4" in the autoconf build
2012-03-01 Jeremy AllisonAdd open_dir_with_privilege() to ensure we're opening...
2012-03-01 Jeremy AllisonImplement FLAG_TRANS2_FIND_BACKUP_INTENT for trans2...
2012-03-01 Jeremy AllisonAdd accessor functions to set a bool "priv" on a direct...
2012-03-01 Jeremy AllisonAdd the implementation of check_reduced_name_with_privi...
2012-02-29 Jeremy AllisonAdd check_reduced_name_with_privilege(), filename_conve...
2012-02-29 Stefan Metzmachers3:torture/test_smb2: test path based calls during...
2012-02-29 Stefan Metzmachers3:torture/test_smb2: test handle based calls during...
2012-02-29 Stefan Metzmachers3:torture/test_smb2: do a reauth over multiple channel...
2012-02-29 Stefan Metzmachers3:torture/test_smb2: add a 3rd channel to SMB2-MULTI...
2012-02-29 Stefan Metzmachers3:torture/test_smb2: expect FILE_CLOSED on invalid...
2012-02-29 Stefan Metzmacherlib/crypto: add aes_cmac_128* (rfc 4493)
2012-02-29 Volker Lendeckes3: Introduce "req" helper var in reply_lockingX_success
2012-02-29 Volker Lendeckes3: Fix a const warning
2012-02-29 Volker Lendeckes3: Add a test that makes a chained open break an oplock
2012-02-28 Volker Lendeckes3: More fix for smbd -i
2012-02-28 Jeremy AllisonFix problem reported by Tom Lee <tlee2951@gmail.com...
2012-02-28 Andrew Tridgellsmbd: detect EOF on stdin in --foreground mode
2012-02-28 Stefan Metzmachers3:torture/test_smb2: test a tree_connect during reauth
next