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
Age
Commit message (
Expand
)
Author
Files
Lines
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
auth/gensec_gssapi: gss_krb5_lucid_context_v1_t is not shared with the gse co...
Stefan Metzmacher
1
-1
/
+1
2012-03-15
s4:librpc/rpc: avoid an unused talloc_reference() from dcerpc_request_send()
Stefan Metzmacher
1
-4
/
+1
2012-03-15
s4:librpc/rpc: pass a mem_ctx to dcerpc_request_send()
Stefan Metzmacher
1
-4
/
+7
2012-03-15
s4:librpc/rpc: use tevent_req_defer_callback() in dcerpc_alter_context_*
Stefan Metzmacher
1
-0
/
+29
2012-03-15
s4:librpc/rpc: use tevent_req_defer_callback() in dcerpc_bind_*
Stefan Metzmacher
1
-0
/
+29
2012-03-15
s4:librpc/rpc: convert dcerpc_alter_context_send/recv to tevent_req
Stefan Metzmacher
2
-114
/
+161
2012-03-15
s4:librpc/rpc: convert dcerpc_bind_send/recv to tevent_req
Stefan Metzmacher
2
-111
/
+169
2012-03-15
s4:librpc/rpc: also notify requests which are not shipped about a dead connec...
Stefan Metzmacher
1
-0
/
+11
2012-03-15
s4:librpc/rpc: ship requests via an immediate event
Stefan Metzmacher
2
-7
/
+56
2012-03-15
s4:librpc/rpc: if the connecion is dead we're done
Stefan Metzmacher
1
-0
/
+1
2012-03-15
s4:librpc/rpc: if the connection is dead we don't want to be called recursivly.
Stefan Metzmacher
1
-0
/
+2
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
5
-0
/
+16
2012-03-15
libsmbclient-raw: Install smb_composite.h.
Jelmer Vernooij
2
-2
/
+4
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
wintest: test wbinfo --krb5auth
Andrew Bartlett
1
-0
/
+3
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
selftest/flapping: mark ^samba3.rpc.spoolss.*printserver.enum_printers_server...
Stefan Metzmacher
1
-0
/
+1
2012-03-14
selftest/flapping: mark ^samba3.rpc.spoolss.*printserver.openprinter_badnamel...
Stefan Metzmacher
1
-0
/
+1
2012-03-14
selftest/flapping: mark samba4.blackbox.gentest as flakey
Stefan Metzmacher
1
-0
/
+1
2012-03-14
s3:selftest: add support for 'make test FAIL_IMMEDIATELY=1'
Stefan Metzmacher
1
-0
/
+4
2012-03-14
s4:selftest: fix a message-typo in the "samba-tool user" testsuite.
Michael Adam
1
-1
/
+1
2012-03-14
s4:selftest: add a new test for "samba-tool user list"
Michael Adam
1
-1
/
+27
2012-03-14
testtools/matchers.py: fix a comment typo
Michael Adam
1
-1
/
+1
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
2012-03-14
lib/util: only change umask during mkdir()
Stefan Metzmacher
1
-7
/
+4
2012-03-14
lib/util: cope with races between lstat and mkdir in directory_create_or_exist()
Stefan Metzmacher
1
-2
/
+8
2012-03-14
lib/util: use a helper variable in directory_create_or_exist()
Stefan Metzmacher
1
-2
/
+5
2012-03-14
lib/util: do an early return on error directory_create_or_exist()
Stefan Metzmacher
1
-10
/
+10
2012-03-14
lib/util: remove unneeded else branch in directory_create_or_exist()
Stefan Metzmacher
1
-21
/
+24
2012-03-14
lib/util: don't start DEBUG output with 'error '
Stefan Metzmacher
1
-1
/
+1
2012-03-14
s4-dsdb: Fix the case for attribute name msDS-hasMasterNCs
Amitay Isaacs
2
-3
/
+3
2012-03-14
lib/tdb: remove unnecessary XOPEN and FILE_OFFSET_BITS defines in test/
Rusty Russell
17
-20
/
+0
2012-03-14
lib/tdb2: remove unneccessary _FILE_OFFSET_BITS define in test/.
Rusty Russell
1
-2
/
+0
2012-03-14
autoconf: make autoconf build work on OS X 10.6
Matthieu Patou
1
-2
/
+2
[next]