s3: Remove share mode handling before we open the file
[samba.git] / source3 /
2012-09-29 Volker Lendeckes3: Remove share mode handling before we open the file
2012-09-29 Volker Lendeckes3: Fix fcb_or_dos_open after logic change
2012-09-29 Volker Lendeckes3: Copy share mode handling from before to after open_file
2012-09-29 Stefan Metzmachers3:libsmb: use smbXcli_conn_remote_name() in smb2_tcon_...
2012-09-29 Stefan Metzmachers3:libsmb: make cli_echo* protocol independent
2012-09-29 Stefan Metzmacherlibcli/smb: add smb1cli_echo*
2012-09-29 Stefan Metzmacherlibcli/smb: add smb2cli_echo*
2012-09-29 Andrew Bartlettbuild: Remove duplicate check for struct getquota_rslt...
2012-09-29 Andrew Bartlettbuild: Fix quota tests, including move of sysquotas...
2012-09-28 Günther Deschners3-winbindd: Adjust error code loop logic in rpc_truste...
2012-09-28 Günther Deschners3-lsa: Flesh out the returned info in _lsa_EnumTrusted...
2012-09-28 Sumit Boses3-winbindd: Allow DNS resolution of trusted domains...
2012-09-28 David Disseldorpvfs: check full_audit enum->str mapping on startup
2012-09-28 David Disseldorpvfs: add missing pwrite ops to full_audit
2012-09-27 Volker Lendeckes3: Fix some blank line endings
2012-09-27 Christian Ambachs3:nfs4acls filter away inheritance flags on files
2012-09-27 Christian Ambachs3:nfs4acls pass down fsp instead of just the filename
2012-09-27 Christian Ambachs3:passdb formatting changes
2012-09-27 Volker Lendeckes3: For read-only shares, filter out write bits from...
2012-09-26 Volker Lendeckes3: Fix rejecting mkdir on read-only shares
2012-09-26 Andreas Schneiders3-spoolss: Fix builtin forms order to match Windows...
2012-09-26 Volker Lendeckes3: Slightly simplify open_file()
2012-09-26 Volker Lendeckes3: Slightly simplify calculate_open_access_flags
2012-09-26 Volker Lendeckes3: Slightly simplify calculate_open_access_flags
2012-09-26 Andreas Schneiders3-smbd: Don't segfault if user specified ports out...
2012-09-26 Andrew Bartlettbuild: Remove unused --with-sys-quotas option
2012-09-26 Andrew Bartlettbuild: Set HAVE_SYS_QUOTAS and WITH_QUOTAS if we have...
2012-09-26 Andrew Bartlettbuild: Remove unused samba_cv_sysquotas_file variable...
2012-09-26 Andrew Bartlettbuild: Add waf configure support for non-linux quotas
2012-09-26 Stefan Metzmachers3:smb2_create: don't take 'state->te' as indication...
2012-09-26 Andrew Bartlettsamba_dnsupdate: Move to using tmpfile/rename to keep...
2012-09-26 Andrew Bartlettselftest: Remove invalid security=share and rename...
2012-09-26 Jeremy AllisonFix bug #9213 - Bad ASN.1 NegTokenInit packet can cause...
2012-09-26 Andrew Bartlettlib/util/charset: We do not use fucntions from wchar...
2012-09-25 Volker Lendeckes3: Factor out calculate_open_access_flags
2012-09-25 Volker Lendeckes3: Slightly simplify smbd_smb2_request_process_negprot
2012-09-25 Volker Lendeckes3: Fix some blank line endings
2012-09-25 Volker Lendeckes3: Fix a typo
2012-09-25 Volker Lendeckepysmbd: Fix cut&paste errors
2012-09-25 Volker Lendeckes3: Slightly simplify is_stat_open
2012-09-25 Volker Lendeckes3: Make is_stat_open() a bit more readable
2012-09-25 Volker Lendeckes3: Fix indentation of if-expressions
2012-09-25 Andrew Bartlettclient: Fix talloc_stackframe() free order assertion...
2012-09-25 Jeremy AllisonFix bug #9189 - SMB2 Create doesn't return correct...
2012-09-24 Andrew Bartlettbuild: Fix detection of quotas on macos
2012-09-24 Volker Lendeckes3-pylibsmb: Use Py_RETURN_NONE
2012-09-24 Christian Ambachs3:winbindd fix a compiler warning
2012-09-24 Christian Ambachs3:printing only do printing_subsystem_update when...
2012-09-23 Volker Lendeckes3-pylibsmb: Add get_oplock_break
2012-09-23 Volker Lendeckes3-pylibsmb: Factor out py_tevent_cond_signal
2012-09-23 Volker Lendeckes3-pylibsmb: Reduce the number of warnings
2012-09-23 Volker Lendeckes3: Convert cli_oplock_break_waiter to smbXcli
2012-09-23 Volker Lendeckes3: Add "readdir" to pylibsmb
2012-09-23 Volker Lendeckes3: Fix some nonempty line endings
2012-09-23 Christian Ambachs3-pylibsmb: move py_tevent_req_wait_exc up in the...
2012-09-23 Volker Lendeckes3-pylibsmb: Factor out py_tevent_cond_wait
2012-09-23 Andrew Bartlettbuild: Remove unused define UNIXWARE
2012-09-23 Andrew Bartlettlib/replace: Remove unused nap and therefore the SCO...
2012-09-23 Andrew Bartlettbuild: Make waf configure match autoconf for HPUX ACLs
2012-09-23 Andrew Bartlettbuild: Rework waf STAT_ST_BLOCKSIZE to match autoconf...
2012-09-23 Andrew Bartlettlib/util: Remove unbuilt file util_getent.c and BROKEN_...
2012-09-23 Andrew Bartlettbuild: Remove unused IRIX and IRIX6 defines
2012-09-22 Christian Ambachs3:vfs_fake_acls fix a compiler warning
2012-09-22 Christian Ambachs3:winbindd fix a compiler warning
2012-09-22 Michael Adams3:smbd:smb2: initialize variable in vfs_default_durabl...
2012-09-22 Michael Adams3:smbd: remove struct member smbd_smb2_request.cancell...
2012-09-22 Stefan Metzmachers3:smb2_lock: let smbd_smb2_create_cancel() trigger...
2012-09-22 Stefan Metzmachers3:smb2_lock: smbd_smb2_notify_recv() can already retur...
2012-09-22 Stefan Metzmachers3:smb2_notify: make use of tevent_req_defer_callback...
2012-09-22 Stefan Metzmachers3:smb2_notify: don't call tevent_req_done() from smbd_...
2012-09-22 Stefan Metzmachers3:smb2_lock: let smbd_smb2_lock_cancel() trigger NT_ST...
2012-09-22 Stefan Metzmachers3:smb2_server: avoid segfault in smbd_smb2_request_pen...
2012-09-22 Michael Adams3:smbd:smb2: simplify smbd_smb2_request_validate(...
2012-09-22 Michael Adams3:smbd:smb2: add check for session_status for compound...
2012-09-22 Stefan Metzmachers3:smb2_server: do the req->next_status check before...
2012-09-22 Stefan Metzmachers3:smb2_server: reset req->last_session_id and req...
2012-09-22 Ira Coopers3: Compound requests should continue processing.
2012-09-22 Andrew Bartlettbuild: Fix enabled handling for HAVE_LDAP, we need...
2012-09-22 Andrew Bartlettbuild: Try not build with LDAP if we do not have ldap.h
2012-09-22 Christian Ambachs3:pdb_ldap remove unused function
2012-09-22 Christian Ambachs3:rpcclient fix a compiler warning
2012-09-22 Christian Ambachs3:utils/net fix a compiler warning
2012-09-21 Stefan Metzmachers3:smbd: release the share mode lock before calling...
2012-09-21 Gregor Becks3:dbwrap_ctdb: set errno = ENOSYS if clustering is...
2012-09-21 Christof Schmittwinbind: Extend wbcAuthenticateUserEx to provide PAC
2012-09-20 David Disseldorpvfs: fix acl_blob_get* in vfs_full_audit
2012-09-20 David Disseldorpvfs: fix lock logging in vfs_full_audit
2012-09-20 Andreas Schneiders3-printing: Increase debug level for info that the...
2012-09-20 Stefan Metzmachers3:smb2_server: fix usage of invalid memory in smb2_sig...
2012-09-20 Michael Adams3:winbind:idmap_tdb_common: improve readability of...
2012-09-20 Michael Adams3:winbind:idmap_tdb_common: improve readability of...
2012-09-20 Volker Lendeckes3: Fix idmap_hash
2012-09-18 Volker Lendeckes3: Use SBVAL in put_long_date_timespec
2012-09-18 Volker Lendeckes3: Fix some nonempty line endings
2012-09-18 Björn Jackequota: add supprt for gfs2
2012-09-18 Matthieu Patoupanic action is defined as GLOBAL_VAR(szPanicAction...
2012-09-18 Michael Adamsource3/script: fix installman.sh after the last build...
2012-09-17 Vladimir MarekFix service control for non-internal services.
2012-09-17 Christian Ambachs3:libsmb fix a double free error
2012-09-16 Christian Ambachs3:libsmb fix a potential crash
next