summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s3-printing: use winreg_internal functions.Günther Deschner2011-07-263-87/+87
* s3-printing: add winreg_internal functions.Günther Deschner2011-07-264-1/+541
* s3-printing: add winreg_printer_binding_handle and remove most of srv_spoolss...Günther Deschner2011-07-262-4773/+13
* s3-printing: add rpc_client/cli_winreg_spoolss.cGünther Deschner2011-07-264-6/+4668
* s3-waf: make LIBCLI_SPOOLSS a shared libraryGünther Deschner2011-07-261-3/+4
* s3-printing: move spoolss_create_default_devmode/secdesc to init_spoolss.hGünther Deschner2011-07-264-179/+182
* s3-printing: move driver_info_ctr_to_info8 to init_spoolss.hGünther Deschner2011-07-265-93/+92
* s3-printing: move os2 related functions to printing/nt_printing_os2.c.Günther Deschner2011-07-267-145/+191
* s3-printing: open up a winreg pipe handle for the migration code.Günther Deschner2011-07-264-4/+48
* s3-net: use printing_migrate library, and eliminate duplicate code.Günther Deschner2011-07-263-416/+8
* s3-printing: split out printing migration code into a smaller library.Günther Deschner2011-07-268-249/+327
* s3-printing: skip migration of non-existent printersDavid Disseldorp2011-07-261-8/+18
* s3-printing: fill devicemode size in migrate_printer()David Disseldorp2011-07-262-0/+2
* s3-waf: stop building smbtortre4.Günther Deschner2011-07-261-7/+0
* WHATSNEW: Add changes since rc2.Karolin Seeger2011-07-261-1/+68
* s3:smb2 fix smbd crash on premature end of smb2 conn (Bug 8286)Christian Ambach2011-07-261-3/+3
* s3:nmbd_subnetdb: close all sockets attached to a subnet in close_subnet() (b...Stefan Metzmacher2011-07-261-3/+11
* s3:smbldap: make smbldap_connect_system self containedGregor Beck2011-07-261-6/+11
* s3:smbldap: add a destructor to smbldap_state, just in caseGregor Beck2011-07-261-0/+7