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-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
2012-03-17
Fix second part of bug #8811 - sd_has_inheritable_components segfaults on an ...
Jeremy Allison
1
-5
/
+20
2012-03-16
build: Do not use --export-dynamic flag on OpenBSD 5.x
Amitay Isaacs
1
-1
/
+2
2012-03-16
s3-notify: Lift "/." handling up one level
Volker Lendecke
2
-15
/
+9
2012-03-16
s3-notify: Simplify if-expressions
Volker Lendecke
1
-16
/
+13
2012-03-16
s3-dbwrap: Move "lock_order" initialization to db_open_xx
Volker Lendecke
4
-6
/
+8
2012-03-15
Make reinit_after_fork_pipe_handler code with reads being interrupted by a si...
Jeremy Allison
1
-1
/
+1
2012-03-15
s3:smbd: call file_close_user() before removing tree connects in conn_close_a...
Stefan Metzmacher
2
-0
/
+6
2012-03-15
s3:selftest: reactivate the writetimeupdatedelay speed-up
Michael Adam
1
-1
/
+2
2012-03-15
s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...
Michael Adam
5
-0
/
+92
2012-03-15
s3: Use talloc_tos() in notify_send()
Volker Lendecke
1
-6
/
+2
2012-03-15
s3: Fix lock ordering in notify_add
Volker Lendecke
1
-13
/
+15
2012-03-15
s3: properly free the notify_onelevel record
Volker Lendecke
1
-1
/
+1
2012-03-15
s3: Replace some callers of cluster_id_equal
Volker Lendecke
1
-4
/
+3
2012-03-15
s3: Remove the separate server_id arg to notify_init
Volker Lendecke
3
-4
/
+3
2012-03-15
s3: Fix blank line endings
Volker Lendecke
1
-13
/
+13
2012-03-15
s3: Update waf build to include missed dependancy on Lion.
Ira Cooper
1
-1
/
+1
2012-03-15
util: Add --disable-fault-handling.
Ira Cooper
1
-0
/
+7
2012-03-15
build: Do not build with utmp when we do not have utmp.h
Andrew Bartlett
1
-1
/
+4
2012-03-15
build: param must require cups to get the cups headers path in -I
Andrew Bartlett
1
-1
/
+1
2012-03-15
s3-krb5: Remove GSS_WRAP_IOV conditional
Andrew Bartlett
4
-5
/
+5
2012-03-15
selftest: test wbinfo --authenticate and --krb5auth
Andrew Bartlett
1
-0
/
+5
2012-03-15
build: Ensure that we clean build objects from auth/ as well
Andrew Bartlett
1
-1
/
+1
2012-03-14
s3:selftest: add support for 'make test FAIL_IMMEDIATELY=1'
Stefan Metzmacher
1
-0
/
+4
2012-03-14
s3-spoolss: Check return type of update_dsspooler().
Andreas Schneider
1
-12
/
+18
2012-03-14
s3-spoolss: Check return codes in update_dsspooler.
Andreas Schneider
1
-40
/
+170
2012-03-14
s3-printing: Check for browseable too.
Andreas Schneider
1
-1
/
+6
2012-03-14
s3-printing: Make printer a const char *.
Andreas Schneider
2
-3
/
+9
2012-03-14
s3-rpc_client: Add debug message for printer dataex errors.
Andreas Schneider
1
-0
/
+4
2012-03-14
s3-rpc_server: Increase debug level for policy handle.
Andreas Schneider
1
-5
/
+5
2012-03-14
samba3util: Add ccan to dependency list now that str_checksum() uses a ccan f...
Jelmer Vernooij
1
-1
/
+1
2012-03-14
s3:smb2_server: fix a compiler warning
Christian Ambach
1
-2
/
+2
2012-03-14
s3:smbd: also create ncalrpc/np directory before forking rpc daemons
Stefan Metzmacher
1
-0
/
+13
[next]