index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-22
s3:smb2_notify: don't call tevent_req_done() from smbd_smb2_notify_cancel()
Stefan Metzmacher
1
-2
/
+1
2012-09-22
s3:smb2_lock: let smbd_smb2_lock_cancel() trigger NT_STATUS_CANCELED
Stefan Metzmacher
1
-26
/
+3
2012-09-22
s3:smb2_server: avoid segfault in smbd_smb2_request_pending_queue()
Stefan Metzmacher
1
-2
/
+6
2012-09-22
s3:smbd:smb2: simplify smbd_smb2_request_validate() and smbd_smb2_request_dis...
Michael Adam
2
-51
/
+3
2012-09-22
s3:smbd:smb2: add check for session_status for compound requests
Michael Adam
1
-3
/
+3
2012-09-22
s3:smb2_server: do the req->next_status check before the signing checks
Stefan Metzmacher
1
-15
/
+15
2012-09-22
s3:smb2_server: reset req->last_session_id and req->last_tid after using it
Stefan Metzmacher
1
-0
/
+4
2012-09-22
s3: Compound requests should continue processing.
Ira Cooper
1
-3
/
+2
2012-09-22
build: Fix enabled handling for HAVE_LDAP, we need to use bld.CONFIG_SET
Andrew Bartlett
3
-9
/
+9
2012-09-22
build: Try not build with LDAP if we do not have ldap.h
Andrew Bartlett
1
-1
/
+1
2012-09-22
s3:pdb_ldap remove unused function
Christian Ambach
1
-23
/
+0
2012-09-22
s3:rpcclient fix a compiler warning
Christian Ambach
1
-0
/
+2
2012-09-22
s3:utils/net fix a compiler warning
Christian Ambach
1
-1
/
+1
2012-09-21
s3:smbd: release the share mode lock before calling exit_server() (bug #9191)
Stefan Metzmacher
1
-0
/
+2
2012-09-21
s3:dbwrap_ctdb: set errno = ENOSYS if clustering is not supported
Gregor Beck
1
-0
/
+1
2012-09-20
winbind: Extend wbcAuthenticateUserEx to provide PAC
Christof Schmitt
3
-6
/
+153
2012-09-20
vfs: fix acl_blob_get* in vfs_full_audit
David Disseldorp
1
-9
/
+11
2012-09-20
vfs: fix lock logging in vfs_full_audit
David Disseldorp
1
-4
/
+4
2012-09-20
s3-printing: Increase debug level for info that the db is empty.
Andreas Schneider
1
-1
/
+2
2012-09-20
s3:smb2_server: fix usage of invalid memory in smb2_signing_check_pdu()
Stefan Metzmacher
1
-1
/
+1
2012-09-20
s3:winbind:idmap_tdb_common: improve readability of assignment by adding an "if"
Michael Adam
1
-3
/
+5
2012-09-20
s3:winbind:idmap_tdb_common: improve readability of assignment by adding an "if"
Michael Adam
1
-3
/
+5
2012-09-20
s3: Fix idmap_hash
Volker Lendecke
1
-1
/
+1
2012-09-19
s3: Use SBVAL in put_long_date_timespec
Volker Lendecke
1
-2
/
+1
2012-09-18
s3: Fix some nonempty line endings
Volker Lendecke
1
-12
/
+12
2012-09-18
quota: add supprt for gfs2
Björn Jacke
1
-0
/
+2
2012-09-18
panic action is defined as GLOBAL_VAR(szPanicAction) not GLOBAL_VAR(panic_act...
Matthieu Patou
1
-1
/
+0
2012-09-18
source3/script: fix installman.sh after the last build-manpages-nogit change
Michael Adam
1
-2
/
+2
2012-09-18
Fix service control for non-internal services.
Vladimir Marek
1
-4
/
+0
2012-09-17
s3:libsmb fix a double free error
Christian Ambach
1
-1
/
+0
2012-09-16
s3:libsmb fix a potential crash
Christian Ambach
1
-9
/
+12
2012-09-16
s3:vfs_gpfs: fix build
Christian Ambach
1
-5
/
+5
2012-09-16
s3:auth fix a compiler warning
Christian Ambach
1
-3
/
+2
2012-09-15
quota: also log which fs type we found
Björn Jacke
1
-1
/
+1
2012-09-15
autoconf: check for dn_expand also in libinet
Björn Jacke
1
-0
/
+1
2012-09-15
wafbuild: check for dn_expand also in libinet
Björn Jacke
1
-0
/
+1
2012-09-15
Add 'bool use_privs' to smbd_calculate_access_mask().
Jeremy Allison
4
-5
/
+10
2012-09-14
Fix bad string in debug message (remove it).
Jeremy Allison
1
-4
/
+2
2012-09-14
Add bool use_privs parameter to smbd_check_access_rights()
Jeremy Allison
5
-4
/
+18
2012-09-14
Add "backup_intent" bool.
Jeremy Allison
1
-1
/
+2
2012-09-14
Don't call can_write_to_file() if we already have 'fsp->can_write' set.
Jeremy Allison
1
-0
/
+2
2012-09-14
build: Fix build on systems without ldap development headers
Andrew Bartlett
1
-0
/
+1
2012-09-14
s3: fix the hpux acl module
Björn Jacke
1
-5
/
+5
2012-09-14
s3: fix the tru64 acl module
Björn Jacke
1
-5
/
+5
2012-09-14
s3: fix the aix acl module
Björn Jacke
1
-9
/
+9
2012-09-14
s3: Fix the vfs_solarisacl module to compile.
Ira Cooper
1
-5
/
+5
2012-09-14
autoconf: fix --with(out)-sendfile-support option handling
Björn Jacke
1
-15
/
+20
2012-09-14
s3: make smbldaphelper subsystem an internal library
Alexander Bokovoy
3
-11
/
+10
2012-09-13
Sigh :-(. Removing optimization prematurely is the root of all evil :-(.
Jeremy Allison
3
-0
/
+15
2012-09-13
s3: make ldapsam-related functions a smbldaphelper subsystem
Alexander Bokovoy
3
-4
/
+7
[prev]
[next]