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-10-09
s3-libads: Add a function to retrieve the SPNs of a computer account.
Andreas Schneider
2
-0
/
+66
2014-09-30
s3-libads: Improve service principle guessing.
Andreas Schneider
1
-58
/
+66
2014-09-29
s3: smbd: streams - Ensure share mode validation ignores internal opens (op_m...
Volker Lendecke
1
-1
/
+6
2014-09-27
s3: smbd - open logic fix.
Jeremy Allison
1
-0
/
+11
2014-09-27
s3:smbd:open_file: use a more natural check.
Michael Adam
1
-1
/
+3
2014-09-27
s3:smbd: fix a race in open code
Michael Adam
1
-17
/
+42
2014-09-27
s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to be N...
Jeremy Allison
2
-3
/
+8
2014-09-27
s3-winbindd: Use correct realm for trusted domains in idmap child
Christof Schmitt
1
-2
/
+9
2014-09-27
media_harmony: Fix a crash bug
Volker Lendecke
1
-2
/
+2
2014-09-26
nmbd: Send waiting status to systemd.
Andreas Schneider
1
-2
/
+5
2014-09-08
s3: smbd: vfs_dirsort module.
Jeremy Allison
1
-1
/
+1
2014-09-01
s3: winbindd: On new client connect, prune idle or hung connections older tha...
Jeremy Allison
1
-0
/
+36
2014-09-01
s3: winbindd: Add new parameter "winbind request timeout" set to 60 seconds w...
Jeremy Allison
2
-0
/
+2
2014-09-01
dosmode: fix FSCTL_SET_SPARSE request validation
David Disseldorp
1
-0
/
+13
2014-09-01
smbd: Properly initialize mangle_hash
Volker Lendecke
1
-0
/
+4
2014-09-01
Don't discard result of checking grouptype
Roel van Meer
1
-2
/
+0
2014-09-01
samba: Retain case sensitivity of cifs client
Shirish Pargaonkar
1
-1
/
+2
2014-09-01
printing: reload printer shares on OpenPrinter
David Disseldorp
1
-1
/
+11
2014-09-01
smbd: split printer reload processing
David Disseldorp
2
-47
/
+104
2014-09-01
server: remove duplicate snum_is_shared_printer()
David Disseldorp
3
-10
/
+2
2014-09-01
smbd: only reprocess printer_list.tdb if it changed
David Disseldorp
1
-0
/
+21
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
[prev]
[next]