summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Trivial Comment fix: Supply a missing word in a commentRichard Sharpe2012-03-011-1/+1
* s3: Fix "make bin/smbtorture4" in the autoconf buildVolker Lendecke2012-03-011-1/+1
* Add open_dir_with_privilege() to ensure we're opening the correct directory w...Jeremy Allison2012-03-015-3/+72
* Implement FLAG_TRANS2_FIND_BACKUP_INTENT for trans2 with privileges.Jeremy Allison2012-02-291-4/+46
* Add accessor functions to set a bool "priv" on a directory handle. Not yet us...Jeremy Allison2012-02-292-0/+13
* Add the implementation of check_reduced_name_with_privilege(). Now to plumb intoJeremy Allison2012-02-295-8/+177
* Add check_reduced_name_with_privilege(), filename_convert_with_privilege() (c...Jeremy Allison2012-02-293-5/+103
* s3:torture/test_smb2: test path based calls during reauth in SMB2-MULTI-CHANNELStefan Metzmacher2012-02-291-3/+51
* s3:torture/test_smb2: test handle based calls during reauth in SMB2-MULTI-CHA...Stefan Metzmacher2012-02-291-0/+18
* s3:torture/test_smb2: do a reauth over multiple channels in SMB2-MULTI-CHANNELStefan Metzmacher2012-02-291-0/+100
* s3:torture/test_smb2: add a 3rd channel to SMB2-MULTI-CHANNELStefan Metzmacher2012-02-291-1/+154
* s3:torture/test_smb2: expect FILE_CLOSED on invalid handles in SMB2-MULTI-CHA...Stefan Metzmacher2012-02-291-2/+4
* lib/crypto: add aes_cmac_128* (rfc 4493)Stefan Metzmacher2012-02-291-1/+2
* s3: Introduce "req" helper var in reply_lockingX_successVolker Lendecke2012-02-291-3/+5
* s3: Fix a const warningVolker Lendecke2012-02-291-1/+1
* s3: Add a test that makes a chained open break an oplockVolker Lendecke2012-02-296-0/+299
* s3: More fix for smbd -iVolker Lendecke2012-02-281-1/+1
* Fix problem reported by Tom Lee <tlee2951@gmail.com> - when calculatingJeremy Allison2012-02-281-3/+28
* smbd: detect EOF on stdin in --foreground modeAndrew Tridgell2012-02-281-0/+25
* s3:torture/test_smb2: test a tree_connect during reauthStefan Metzmacher2012-02-281-0/+17
* s3:torture/test_smb2: check directory listing during reauthStefan Metzmacher2012-02-281-0/+72
* s3:libsmb:smb2: pass previous session ID to session setup, not previous sessionMichael Adam2012-02-284-16/+12
* s3-winbindd: Close netlogon connection if the status returned by the NetrSamL...Matthieu Patou2012-02-271-1/+20
* s3:torture/test_smb2: show that a session is not valid for path based calls d...Stefan Metzmacher2012-02-271-0/+16
* s3:torture/test_smb2: show that a session is valid during a multi-leg reauthStefan Metzmacher2012-02-271-0/+6
* s3:torture/test_smb2: fix missleading file name in reauth testStefan Metzmacher2012-02-271-1/+1
* libcli/smb/smb2_signing: pass down 'protocol' to smb2_signing_[sign|check]_pdu()Stefan Metzmacher2012-02-271-0/+4
* libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the signi...Stefan Metzmacher2012-02-272-12/+12
* s3:torture/test_smb2: remove explicit smb2_signing_check_pdu()Stefan Metzmacher2012-02-271-6/+0
* s3:torture/test_smb2: a reauth doesn't update the session/signing keyStefan Metzmacher2012-02-271-17/+0
* dbwrap: changed log level for information about lock orderAndrew Tridgell2012-02-271-1/+1
* s3-selftest: avoid running LOCAL- tests twiceAndrew Bartlett2012-02-271-2/+2
* s3-param: Align lp_{max,min}protocol with lib/param namesAndrew Bartlett2012-02-276-24/+45
* s3: Remove pointless parenthesesVolker Lendecke2012-02-261-1/+1
* s3-configure: Add CFLAGS_APPEND variableVolker Lendecke2012-02-261-1/+1
* s3: Use the correct enum valuesVolker Lendecke2012-02-251-3/+3
* s3: Fix a typoVolker Lendecke2012-02-251-1/+1
* s3: Fix bug 8777, sys_statvfs() wrapper support for OpenBSD/FreeBSD/DragonFlyBrad Smith2012-02-253-5/+50
* s3-auth rename vuid_serverinfo to session_infoAndrew Bartlett2012-02-251-8/+8
* Move dptr code over to TALLOC.Jeremy Allison2012-02-251-18/+9
* Make dptr_path() and dptr_wcard() const.Jeremy Allison2012-02-243-7/+5
* Fix const warnings.Jeremy Allison2012-02-241-2/+2
* Remove unused function.Jeremy Allison2012-02-241-21/+0
* s3: Simplify smb_splice_chainVolker Lendecke2012-02-241-16/+13
* s3: Simplify smb_splice_chainVolker Lendecke2012-02-241-12/+2
* s3: Simplify smb_splice_chainVolker Lendecke2012-02-241-13/+2
* s3: Simplify smb_splice_chainVolker Lendecke2012-02-241-7/+1
* s3: Simplify smb_splice_chainVolker Lendecke2012-02-241-25/+11
* s3: Turn some SMB_ASSERTS into proper returnVolker Lendecke2012-02-241-2/+6
* s3: Fix a DEBUG msgVolker Lendecke2012-02-241-1/+1