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-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
2012-03-22
s3-selftest: introduce new net registry check check
Björn Baumbach
1
-0
/
+146
2012-03-22
Fix bug 8823 - source3/smbd/process.c:smb_dump seems to have a memory leak.
Jeremy Allison
1
-3
/
+8
2012-03-21
s3: Move the notify_ctx to the smbd_server_connection
Volker Lendecke
5
-10
/
+14
2012-03-21
s3: Remove "conn" param from notify_init()
Volker Lendecke
3
-11
/
+5
2012-03-21
s3: Remove "conn" param from sys_notify_context_create
Volker Lendecke
3
-5
/
+3
2012-03-21
s3: Remove "conn" from sys_notify_context
Volker Lendecke
3
-3
/
+1
2012-03-21
s3: Pass "conn" to sys_notify_watch()
Volker Lendecke
3
-2
/
+5
2012-03-21
s3: Pass "conn" to notify_add()
Volker Lendecke
3
-3
/
+6
2012-03-21
s3: Pass "path" through vfs_notify_watch
Volker Lendecke
11
-14
/
+28
2012-03-20
libndr: Rename policy_handle_empty to ndr_policy_handle_empty.
Jelmer Vernooij
1
-2
/
+2
2012-03-20
libndr: Rename policy_handle_equal to ndr_policy_handle_equal.
Jelmer Vernooij
1
-3
/
+3
2012-03-20
libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a nd...
Jelmer Vernooij
4
-10
/
+10
2012-03-19
s3-winbindd Only use SamLogonEx when we can get unencrypted session keys
Andrew Bartlett
1
-2
/
+2
2012-03-17
s3:gse: fix debug message in gse_get_server_auth_token()
Stefan Metzmacher
1
-1
/
+1
[next]