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-03-30
More strlcat/strlcpy truncate checks.
Jeremy Allison
8
-26
/
+94
2012-03-30
s3: Avoid a crash with debug level 10
Volker Lendecke
1
-1
/
+2
2012-03-29
Start to add truncate checks on all uses of strlcpy(). Reading lwn
Jeremy Allison
1
-1
/
+3
2012-03-29
Based on code from Richard Sharpe <realrichardsharpe@gmail.com>,
Jeremy Allison
1
-1
/
+4
2012-03-29
s3: Fix a valgrind error
Volker Lendecke
1
-1
/
+8
2012-03-28
Add DEBUG statements to show when access has been denied and why.
Richard Sharpe
1
-0
/
+2
2012-03-26
s3: Pass filters explicitly through vfs notify watch
Volker Lendecke
10
-29
/
+41
2012-03-26
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2012-03-26
s3: Rename a variable in inotify_watch for clarity
Volker Lendecke
1
-5
/
+5
2012-03-26
s3: Pass "filter" instead of "notify_entry" to inotify_map
Volker Lendecke
1
-4
/
+4
2012-03-26
s3-make: Fix build with new smb2_session file.
Jelmer Vernooij
1
-0
/
+1
2012-03-25
smb2: Move smb2cli session setup code to cli_smb_common.
Jelmer Vernooij
1
-207
/
+0
2012-03-24
use usleep rather than sys_usleep in various places, in anticipation of uslee...
Jelmer Vernooij
6
-39
/
+4
2012-03-24
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
45
-93
/
+93
2012-03-24
adt_tree: Fix return types.
Jelmer Vernooij
1
-3
/
+3
2012-03-24
s3-waf: Use samba3-util library instead of lots of tiny libs.
Jelmer Vernooij
1
-52
/
+18
2012-03-24
adt_tree: Avoid WERROR.
Jelmer Vernooij
3
-5
/
+8
2012-03-24
libreplace: Add getpeereid implementation.
Jelmer Vernooij
5
-36
/
+6
2012-03-24
util_malloc: Remove unused constant.
Jelmer Vernooij
1
-3
/
+0
2012-03-24
lib/util: Remove dummy wrapper for getgrgid().
Jelmer Vernooij
1
-3
/
+3
2012-03-24
lib/util: Remove dummy wrapper for getgrnam().
Jelmer Vernooij
2
-2
/
+2
2012-03-24
lib/util: Remove dummy wrapper for getpwuid().
Jelmer Vernooij
3
-6
/
+6
2012-03-24
lib/util: Remove dummy wrapper for getpwnam().
Jelmer Vernooij
3
-5
/
+5
2012-03-24
lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent.
Jelmer Vernooij
2
-4
/
+4
2012-03-24
lib/util: Move calloc_array and memalign_array to top-level libutil.
Jelmer Vernooij
2
-34
/
+0
2012-03-24
cli_pipe: Avoid sys_connect.
Jelmer Vernooij
1
-1
/
+3
2012-03-24
sock_exec: Avoid sys_connect.
Jelmer Vernooij
1
-2
/
+2
2012-03-24
util_sock: Avoid sys_connect.
Jelmer Vernooij
1
-7
/
+13
2012-03-24
ctdb_conn: Avoid sys_connect.
Jelmer Vernooij
1
-1
/
+3
2012-03-24
replace: Move memalign() from lib/util/system.c to libreplace.
Jelmer Vernooij
1
-1
/
+1
2012-03-23
s3: Remove the sys_notify dependency from notify_internal
Volker Lendecke
5
-63
/
+37
2012-03-23
s3-build: gss_krb5_export_lucid_sec_context is no longer used in the s3 build
Andrew Bartlett
1
-6
/
+0
2012-03-22
s3:vfs_gpfs: fix some compiler warnings
Christian Ambach
2
-4
/
+4
2012-03-22
s3:vfs_gpfs: remove fallback to linux_setlease
Christian Ambach
1
-6
/
+0
2012-03-22
s3:vfs_gpfs: correct use of profiling macros
Christian Ambach
1
-4
/
+5
2012-03-22
s3:vfs_gpfs: Implement fallocate callback for GPFS
Christof Schmitt
3
-0
/
+54
2012-03-22
s3:vfs_gpfs: Report disk space and usage on GPFS share according to quotas
Christof Schmitt
1
-0
/
+129
2012-03-22
s3:vfs_gpfs: add GPFS api calls for quota and free space reporting
Christof Schmitt
2
-0
/
+80
2012-03-22
s3:vfs_gpfs: Export disk_norm function
Christof Schmitt
2
-1
/
+2
2012-03-22
s3:client correct a wording
Christian Ambach
1
-1
/
+1
2012-03-22
s3: Fix smbd -i
Volker Lendecke
1
-9
/
+11
2012-03-22
s3: Remove an unused structure field
Volker Lendecke
1
-2
/
+0
2012-03-22
s3: Add "notify" cmd to smbclient
Volker Lendecke
1
-0
/
+57
2012-03-22
s3: Add sync cli_notify
Volker Lendecke
2
-0
/
+39
2012-03-22
s3: Add FILE_NOTIFY_CHANGE_ALL #define
Volker Lendecke
1
-0
/
+8
2012-03-22
s3-libsmb: Fix parsing a notify response
Volker Lendecke
1
-1
/
+1
2012-03-22
s3: rename "len"->"next", according to wireshark
Volker Lendecke
1
-3
/
+3
2012-03-22
s3:vfs_tsmsm: Fix a misspelling of a config parameter in the doc-comment
Michael Adam
1
-1
/
+1
2012-03-22
s3-selftest: Remove some unnecessary comma
Björn Baumbach
1
-2
/
+2
2012-03-22
s3-selftest: Add samba3.blackbox.net.registry.check to test list
Björn Baumbach
1
-0
/
+2
[next]