index
:
samba
master
pristine-tar
upstream_4.1
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-01
printing: return last change time with pcap_cache_loaded()
David Disseldorp
5
-7
/
+13
2014-09-01
printing: remove pcap_cache_add()
David Disseldorp
2
-11
/
+6
2014-09-01
printing: reload printer_list.tdb from in memory list
David Disseldorp
6
-34
/
+52
2014-09-01
printing: only reload printer shares on client enum
David Disseldorp
5
-50
/
+17
2014-09-01
printing: traverse_read the printer list for share updates
David Disseldorp
5
-12
/
+17
2014-09-01
s3: smbd : SMB2 - fix SMB2_SEARCH when searching non wildcard string with a c...
Jeremy Allison
1
-3
/
+34
2014-09-01
s3: smbd - SMB[2|3]. Ensure a \ or / can't be found anywhere in a search path...
Jeremy Allison
1
-2
/
+2
2014-09-01
s3: enforce a positive allocation_file_size for non-empty files (bug #10543)
Björn Baumbach
1
-0
/
+12
2014-09-01
passdb: fix NT_STATUS_NO_SUCH_GROUP
Arvid Requate
1
-2
/
+2
2014-09-01
s3:libsmb: Set a max charge for SMB2 connections
Ross Lagerwall
1
-0
/
+5
2014-09-01
s3: smbd: POSIX ACLs. Remove incorrect check for SECINFO_PROTECTED_DACL in in...
Jeremy Allison
1
-5
/
+1
2014-09-01
s3:smbd: mask security_information input values with SMB_SUPPORTED_SECINFO_FLAGS
Stefan Metzmacher
4
-5
/
+12
2014-09-01
Fixed a memory leak in cli_set_mntpoint().
Har Gagan Sahai
1
-2
/
+4
2014-09-01
build: fix configure to honour --without-dmapi
Michael Adam
1
-28
/
+44
2014-08-07
s3: net time - fix usage and core dump.
Jeremy Allison
1
-10
/
+20
2014-08-07
s3: remove stat_ex.vfs_private completely
Michael Adam
3
-23
/
+0
2014-08-07
s3:vfs:gpfs: remove a block and reduce indentation in gpfs_is_offline()
Michael Adam
1
-8
/
+6
2014-08-07
s3:vfs:gpfs: remove all writing uses of stat_ex.vfs_private from vfs_gpfs.
Michael Adam
1
-7
/
+0
2014-08-07
s3:vfs:gpfs: Remove all reading uses of stat_ex.vfs_private from vfs_gfs.
Michael Adam
1
-21
/
+20
2014-08-07
s3:vfs:gpfs: fix flapping offline: always get winAttrs from gpfs for is_offline
Michael Adam
1
-3
/
+1
2014-08-07
s3:vfs:gpfs: store the winAttrs in the struct_ex when we got them in vfs_gpfs...
Michael Adam
1
-0
/
+1
2014-08-07
s3:idmap: don't log missing range config if range checking not requested
Michael Adam
1
-2
/
+2
2014-08-07
lib/util: move memcache.[ch] to the toplevel 'samba-util' library
Stefan Metzmacher
17
-546
/
+15
2014-08-07
s3:lib/memcache: only include the required header files
Stefan Metzmacher
2
-3
/
+6
2014-08-07
s3:lib/memcache: make use of talloc for memcache_elements
Stefan Metzmacher
1
-6
/
+5
2014-08-07
s3:lib/memcache: use uint8_t instead of uint8
Stefan Metzmacher
1
-2
/
+2
2014-08-07
libcli/auth: also set secure channel type in netlogon_creds_client_init().
Günther Deschner
1
-0
/
+1
2014-07-19
s3: SMB2 : Fix leak of blocking lock records in the database.
Jeremy Allison
1
-0
/
+1
2014-07-19
s3: smb2: Simplify logic in reprocess_blocked_smb2_lock().
Jeremy Allison
1
-30
/
+25
2014-07-19
s3: smb2: Remove unused code from remove_pending_lock().
Jeremy Allison
1
-13
/
+0
2014-07-17
smbd: Remove 2 indentation levels
Volker Lendecke
1
-11
/
+11
2014-07-17
s3: smbd - Prevent file truncation on an open that fails with share mode viol...
Jeremy Allison
1
-2
/
+20
2014-07-15
dsdb: Always store and return the userParameters as a array of LE 16-bit values
Andrew Bartlett
1
-5
/
+26
2014-07-15
s3: smbd: Locking - re-add pending lock records if we fail to acquire a lock ...
Jeremy Allison
1
-17
/
+80
2014-07-15
s3: smbd: Locking - treat lock timeout the same as any other error.
Jeremy Allison
1
-53
/
+38
2014-07-15
s3: smbd: Locking - add and use utility function lock_timed_out().
Jeremy Allison
1
-3
/
+21
2014-07-15
s3: smbd: Locking - convert to using utility macro used elsewhere.
Jeremy Allison
1
-2
/
+1
2014-07-15
s3:smb2_read: let smb2_sendfile_send_data() behave like send_file_readX()
Stefan Metzmacher
1
-16
/
+53
2014-07-15
pysmbd: improve the return of error codes in the python smbd bindings
Garming Sam
1
-31
/
+27
2014-07-15
passdb: Do not routinely clear the global memory returned by get_global_sam_s...
Andrew Bartlett
2
-15
/
+41
2014-07-15
torture3: Fix bug 10687
Volker Lendecke
1
-1
/
+1
2014-07-15
libsmb: Provide a talloc_stackframe() to external users of libsmb_setget.c
Andrew Bartlett
1
-2
/
+15
2014-07-15
libsmbclient: Wrap more function calls in talloc_stackframe() to protect agai...
Andrew Bartlett
1
-0
/
+17
2014-07-15
pam_smbpass: Wrap calls in talloc_stackframe() to avoid warnings about leakin...
Andrew Bartlett
3
-1
/
+31
2014-07-15
smbd: Avoid double-free in get_print_db_byname
Volker Lendecke
1
-2
/
+2
2014-07-15
s3: smbd: Locking, fix off-by one calculation in brl_pending_overlap().
Jeremy Allison
1
-1
/
+1
2014-07-15
smbstatus: Fix an uninitialized variable
Volker Lendecke
1
-0
/
+1
2014-07-15
s3: fix missing braces in nfs4_acls.c
Abhidnya Joshi
1
-1
/
+2
2014-07-15
s3:winbindd - fix bad bugfix for bug #10280 - winbind panic if AD server is d...
Jeremy Allison
1
-2
/
+2
2014-07-15
s3/s4: smbd, rpc, ldap, cldap, kdc services.
Jeremy Allison
1
-6
/
+10
[prev]
[next]