summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WHATSNEW: Update changes since rc2.samba-3.6.0rc3Karolin Seeger2011-07-261-0/+10
* s3:utils/net_afs fix compiler warningsChristian Ambach2011-07-261-2/+3
* s3:lib/afs fix the build with --with-vfs-afsaclChristian Ambach2011-07-261-0/+4
* s3:lib/afs fix the build with --with-fake-kaserverChristian Ambach2011-07-263-3/+13
* Fix bug 8314] - smbd crash with unknown user.Jeremy Allison2011-07-261-4/+11
* s3 swat: Create random nonce in CGI modeKai Blin2011-07-261-1/+19
* s3 swat: Add time component to XSRF tokenKai Blin2011-07-262-5/+25
* s3 swat: Add XSRF protection to printer pageKai Blin2011-07-261-10/+18
* s3 swat: Add XSRF protection to password pageKai Blin2011-07-261-3/+8
* s3 swat: Add XSRF protection to shares pageKai Blin2011-07-261-5/+13
* s3 swat: Add XSRF protection to globals pageKai Blin2011-07-261-0/+7
* s3 swat: Add XSRF protection to wizard pageKai Blin2011-07-261-0/+7
* s3 swat: Add XSRF protection to wizard_params pageKai Blin2011-07-261-0/+7
* s3 swat: Add XSRF protection to viewconfig pageKai Blin2011-07-261-0/+7
* s3 swat: Add XSRF protection to status pageKai Blin2011-07-261-0/+7
* s3 swat: Add support for anti-XSRF tokenKai Blin2011-07-262-0/+59
* s3 swat: Allow getting the user's HTTP auth passwordKai Blin2011-07-262-0/+10
* s3-swat: Fix typo.Karolin Seeger2011-07-261-1/+1
* s3 swat: Fix possible XSS attack (bug #8289)Kai Blin2011-07-261-12/+2
* release-scripts/create-tarball: always create a tag in form of samba-${version}Stefan Metzmacher2011-07-261-20/+6
* Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys...Jeremy Allison2011-07-265-10/+48
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-2611-66/+24
* Fix bug #8307 - brl_close_fnum does not call SMB_VFS_BRL_UNLOCK_WINDOWS on al...Jeremy Allison2011-07-261-122/+23
* WHATSNEW: Update changes since rc2.Karolin Seeger2011-07-261-0/+3
* s3:smb2_create: use smbd_calculate_access_mask() instead of smbd_check_open_r...Stefan Metzmacher2011-07-261-1/+6
* s3:smb2_tcon: return the correct maximal_access on the shareStefan Metzmacher2011-07-261-1/+1
* s3:smbd: return the real share access mask in the SMBtconX responseStefan Metzmacher2011-07-261-3/+1
* s3:smbd: use smbd_calculate_access_mask() also for fake_filesStefan Metzmacher2011-07-261-0/+13
* s3:smbd: check the share level access mask in smbd_calculate_access_mask()Stefan Metzmacher2011-07-261-0/+17
* s3:smbd: make smbd_calculate_access_mask() non-staticStefan Metzmacher2011-07-262-14/+20
* s3:smbd/msdfs: let create_conn_struct() check the share security descriptorStefan Metzmacher2011-07-261-0/+30
* s3: Fix bug 8102Volker Lendecke2011-07-261-0/+8
* s3: Calculate&store the maximum share access maskVolker Lendecke2011-07-262-22/+16
* s3: Return "granted" from share_access_checkVolker Lendecke2011-07-265-16/+28
* s3:smb2_server: add some comments about change_to_user() and change_to_root_u...Stefan Metzmacher2011-07-261-2/+98
* s3:smb2_server: call change_to_root_user() or smbd_smb2_request_check_tcon()Stefan Metzmacher2011-07-261-3/+26
* s3:smb2_server: there's no reason to check the session id twice on a smb2_tco...Stefan Metzmacher2011-07-261-5/+0
* WHATSNEW: Update changes since rc2.Karolin Seeger2011-07-261-3/+11
* VERSION: Set version to 3.6.0rc3.Karolin Seeger2011-07-261-1/+1
* Fix bug #Bug 8304 - Uninitialized variable referenced in error path.Jeremy Allison2011-07-261-1/+5
* Fix bug 8305 - nmbd segfaults - when using "smbtree ..." (cherry picked from ...Günter Kukkukk2011-07-261-1/+1
* s3-docs: Remove manpages for ldb tools.Karolin Seeger2011-07-267-1012/+0
* Fix bug #8293 - SMB2 doesn't rotate the log files often enough.Jeremy Allison2011-07-263-3/+21
* s3-waf: split out LIBCLI_WINREG_INTERNAL as LIBCLI_WINREG was pulling in rpc ...Günther Deschner2011-07-262-7/+8
* s3-printing: remove tdb migration invalid printer name checksDavid Disseldorp2011-07-261-9/+2
* s3-printing: fill info2_mask in printer migrationDavid Disseldorp2011-07-261-4/+7
* s3-printing: make sure to first migrate the printers then the security descri...Günther Deschner2011-07-262-4/+28
* s3-printing: remove spoolss pipe from migration library, only using winreg fi...Günther Deschner2011-07-264-46/+5
* s3-printing: use winreg interface for migration, instead of spoolss.Günther Deschner2011-07-261-181/+38
* s3-printing: safe a ton of roundtrips by reusing existing winreg binding_hand...Günther Deschner2011-07-263-156/+229