index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs: propagate snapshot enumeration errors
David Disseldorp
2014-02-27
1
-10
/
+16
*
s3: smbd: Ensure brl_get_locks_readonly() always returns a valid struct byte_...
Jeremy Allison
2014-02-27
1
-1
/
+15
*
s3-spoolssd: Don't register spoolssd if epmd is not running.
Andreas Schneider
2014-02-27
1
-17
/
+22
*
dbwrap: Slightly simplify dbwrap_watch_record_stored
Volker Lendecke
2014-02-25
1
-5
/
+2
*
vfs_glusterfs: Remove "integer fd" code and store the glfs pointers.
Jose A. Rivera
2014-02-25
1
-90
/
+32
*
vfs_glusterfs: smb_stat_ex_from_stat commenting and cleanup.
Christopher R. Hertel
2014-02-25
1
-13
/
+8
*
vfs_glusterfs: Comment the top of the file.
Christopher R. Hertel
2014-02-25
1
-8
/
+18
*
s3-printing: Fix obvious memory leak in printer_list_get_printer().
Jeremy Allison
2014-02-25
1
-0
/
+1
*
passdb: spare superfluous call to lookup_rids() in lookup_sids()
Michael Adam
2014-02-25
1
-7
/
+12
*
rpc: fix name-normalization in rpc_sid_to_name()
Michael Adam
2014-02-25
1
-1
/
+1
*
rpc: correctly tread domain-only requests in rpc_sid_to_name()
Michael Adam
2014-02-25
1
-1
/
+1
*
samr: don't block the sam sid or the builtin domain sid in sid_to_name
Stefan Metzmacher
2014-02-25
1
-0
/
+2
*
s3:printing: Fix a possible NULL dereference.
Poornima Gurusiddaiah
2014-02-24
1
-1
/
+1
*
s3:passdb: Fix the use of uninitialized scalar variable.
Poornima Gurusiddaiah
2014-02-24
1
-8
/
+2
*
s3/libsmb: Free memdup'd local variable
Jose A. Rivera
2014-02-22
1
-0
/
+1
*
passdb: Patch memory leak in pdb_ldap.c
Jose A. Rivera
2014-02-21
1
-4
/
+6
*
s3:winbindd: avoid directly asking a trusted domain in wb_lookupsids*()
Gregor Beck
2014-02-21
1
-1
/
+1
*
s3:winbindd: fix _wbint_LookupSids() on error
Gregor Beck
2014-02-21
1
-1
/
+7
*
s3:smbd: avoid invalid lock_order panic triggered by "CTDB_SRVID_RELEASE_IP"
Stefan Metzmacher
2014-02-21
1
-2
/
+39
*
s3:lib/ctdbd_conn: let release_ip_handler return bool
Stefan Metzmacher
2014-02-21
3
-9
/
+35
*
s3:smbd: maintain smbd_server_connection->status
Stefan Metzmacher
2014-02-21
4
-0
/
+53
*
s3:smbd: simplify exit_server_common()
Stefan Metzmacher
2014-02-21
1
-4
/
+2
*
clitar: don't panic, propagate talloc errors upwards
David Disseldorp
2014-02-21
1
-53
/
+136
*
clitar: propagate make_remote_path() talloc errors
David Disseldorp
2014-02-21
1
-3
/
+14
*
clitar: return allocation errors from is_subpath()
David Disseldorp
2014-02-21
1
-16
/
+45
*
clitar: add error return to tar_path_in_list()
David Disseldorp
2014-02-21
1
-12
/
+23
*
clitar: add error return to tar_extract_skip_path()
David Disseldorp
2014-02-21
1
-10
/
+22
*
clitar: add error return to tar_create_skip_path()
David Disseldorp
2014-02-21
1
-20
/
+34
*
clitar: check for path_base_name() allocation errors
David Disseldorp
2014-02-21
1
-8
/
+22
*
lib: Fix a typo
Volker Lendecke
2014-02-20
1
-2
/
+2
*
messaging: Fix a memleak on error in messaging_tdb_init
Volker Lendecke
2014-02-20
1
-0
/
+1
*
lib: Avoid a strlen call in xx_path()
Volker Lendecke
2014-02-20
1
-1
/
+1
*
winbindd: Avoid using deallocated memory
Santosh Kumar Pradhan
2014-02-20
1
-1
/
+1
*
messaging: Enforce just one messaging context
Volker Lendecke
2014-02-19
1
-0
/
+20
*
vfstext: Use just one messaging_context in vfstest
Volker Lendecke
2014-02-19
1
-2
/
+4
*
spoolssd: Use only one messaging_context per process
Volker Lendecke
2014-02-19
1
-1
/
+1
*
param: add const to a local variable to prevent a warning about lp_fstype
Garming Sam
2014-02-20
1
-1
/
+1
*
param: remove lp_dnsdomain from s3
Garming Sam
2014-02-20
3
-3
/
+0
*
param: change s3_param.h from a generated file to a static one
Garming Sam
2014-02-20
1
-1
/
+1
*
param: remove generated loadparm ctx table file and include it directly
Garming Sam
2014-02-20
2
-7
/
+14
*
param: use loadparm_globals struct instead of lp function pointers in s3_helpers
Garming Sam
2014-02-20
2
-2
/
+11
*
build: check for libarchive version via pkgconfig
David Disseldorp
2014-02-19
1
-4
/
+4
*
cli: do not dump libarchive absence warning on startup
David Disseldorp
2014-02-19
1
-1
/
+0
*
s3-clitar: Fix identation.
Andreas Schneider
2014-02-19
1
-1221
/
+1222
*
s3-clitar: Simplify is_subpath().
Andreas Schneider
2014-02-19
1
-23
/
+36
*
s3-clitar: Improve readabilty of fix_unix_path().
Andreas Schneider
2014-02-19
1
-10
/
+13
*
s3-clitar: Improve readabilty of max_token().
Andreas Schneider
2014-02-19
1
-4
/
+5
*
s3-clitar: Improve readabilty of make_remote_path().
Andreas Schneider
2014-02-19
1
-3
/
+2
*
s3-clitar: Improve readabilty of tar_path_in_list().
Andreas Schneider
2014-02-19
1
-9
/
+11
*
s3-clitar: Improve readabilty of tar_read_inclusion_file().
Andreas Schneider
2014-02-19
1
-2
/
+5
[next]