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-11-06
provision: Make dsacl2fsacl() take a security.dom_sid, not str
Andrew Bartlett
3
-6
/
+5
2012-11-06
provision: Also walk directories checking ACLs
Andrew Bartlett
1
-1
/
+1
2012-11-06
wintest: Try harder to recover from apparent failure to dcpromo
Andrew Bartlett
1
-1
/
+12
2012-11-06
selftest: check that samba-tool gpo works for basic operations
Andrew Bartlett
3
-1
/
+65
2012-11-06
dsdb: Simplify DsCrackNameOneFilter a bit
Volker Lendecke
1
-1
/
+4
2012-11-06
wafsamba.abi: Fix abi_match with both excludes and includes.
Jelmer Vernooij
2
-3
/
+20
2012-11-06
wafsamba.samba_abi: Add basic unit tests.
Jelmer Vernooij
2
-1
/
+51
2012-11-06
buildtools: Remove extra space from global: line
Andrew Bartlett
1
-1
/
+1
2012-11-06
wafsamba.samba_abi: Refactor abi_write_vscript to take file argument.
Jelmer Vernooij
1
-9
/
+13
2012-11-05
s3:smbd: pass the current time to make_connection[_smb1]()
Stefan Metzmacher
3
-6
/
+9
2012-11-05
s3:utils fix a whitespace error
Christian Ambach
1
-1
/
+1
2012-11-05
s3:vfs_default: optimize vfswrap_asys_finished() and read as much as we can
Stefan Metzmacher
1
-16
/
+33
2012-11-05
lib/tsocket: optimize syscalls in tstream_readv_pdu_send()
Stefan Metzmacher
1
-0
/
+29
2012-11-05
lib/tsocket: disable the syscall optimization for recvfrom/readv by default
Stefan Metzmacher
2
-6
/
+109
2012-11-05
libads: Always free the talloc_stackframe() on error path
Andrew Bartlett
1
-0
/
+1
2012-11-05
selftest: Add skip for DIR1 test which loops on 64 bit ext4
Andrew Bartlett
1
-0
/
+1
2012-11-04
s4-dns: Fix format string vulnerability in an error message (bug #9354)
Amitay Isaacs
1
-4
/
+5
2012-11-02
vfs_acl_common: In add_directory_inheritable_components allocate on psd as pa...
Andrew Bartlett
1
-4
/
+16
2012-11-02
smb2_server: Fix typo in comment.
Karolin Seeger
1
-1
/
+1
2012-11-02
build(waf): Fail "configure --with-cluster-support" if ctdb support is not av...
Björn Baumbach
1
-6
/
+10
2012-11-02
s3-torture:test_ctdbconn: fix the build against older ctdb versions
Björn Baumbach
1
-0
/
+6
2012-11-02
s3:ctdb library: fix the build against older ctdb versions
Björn Baumbach
1
-0
/
+5
2012-11-02
build(waf): check if we have ctdb_protocol.h in the cluster checks
Björn Baumbach
1
-0
/
+22
2012-11-02
build(autoconf): check if we have ctdb_protocol.h in the cluster checks
Björn Baumbach
1
-1
/
+1
2012-11-02
build(autoconf): fix check for ctdb_private.h
Björn Baumbach
1
-1
/
+1
2012-11-02
build(waf): fix the cluster(ctdb) build without system talloc installed
Michael Adam
1
-0
/
+3
2012-11-02
build(waf): fix a tab indentation to spaces
Michael Adam
1
-1
/
+1
2012-11-02
docs-xml: fix use of <smbconfoption> tag (fix bug #9345)
Björn Baumbach
1
-5
/
+8
2012-11-02
s3:smbd:smb2: fix a comment typo in the crediting code.
Michael Adam
1
-1
/
+1
2012-11-01
s3:winbindd: use PROTOCOL_LATEST instead of PROTOCOL_SMB2_02 (bug #9175)
Stefan Metzmacher
1
-1
/
+1
2012-11-01
s3:winbindd: disconnection after getting NETWORK_SESSION_EXPIRED (bug #9175)
Stefan Metzmacher
1
-0
/
+11
2012-11-01
libcli/smb: add smbXcli_session_set_disconnect_expired() (bug #9175)
Stefan Metzmacher
2
-0
/
+35
2012-11-01
lib/krb5_wrap: request enc_types in the correct order (bug #9272)
Stefan Metzmacher
1
-6
/
+6
2012-11-01
s3:winbindd:cache: fix offline logons with cached credentials (bug #9321)
Michael Adam
1
-0
/
+7
2012-11-01
s3-param: Move the options needed for running smbd in the AD DC to loadparm
Andrew Bartlett
2
-51
/
+19
2012-11-01
file_server: put set create mask and directory mask in fileserver.conf
Andrew Bartlett
1
-0
/
+2
2012-11-01
test-chgdcpass: test the ldap case for server password change
Andrew Tridgell
1
-7
/
+18
2012-11-01
s4-ldapclient: cope with logon failure retry in LDAP
Andrew Tridgell
1
-37
/
+79
2012-11-01
s4-librpc: set error code to LOGON_FAILURE on RPC fault with access denied
Andrew Tridgell
1
-2
/
+7
2012-11-01
samba-tool: "drs options" does not need a samdb connection
Andrew Tridgell
1
-1
/
+0
2012-11-01
s4-librpc: try a 2nd logon for more error cases
Andrew Tridgell
1
-3
/
+10
2012-11-01
ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()
Andrew Tridgell
10
-48
/
+321
2012-11-01
ldb: move ldb_pack.c into common
Andrew Tridgell
1
-11
/
+11
2012-11-01
test_chgdpass: use drs bind to test password change on RPC
Andrew Tridgell
1
-0
/
+25
2012-11-01
s4-librpc: use cli_credentials_failed_kerberos_login to cope with stale tickets
Andrew Tridgell
1
-1
/
+15
2012-11-01
test_chgdpass: added test for kerberos retry
Andrew Tridgell
1
-0
/
+5
2012-11-01
libcli: use cli_credentials_failed_kerberos_login() to cope with server changes
Andrew Tridgell
1
-2
/
+15
2012-11-01
auth: added cli_credentials_failed_kerberos_login()
Andrew Tridgell
2
-0
/
+64
2012-10-31
util: remove accidently committed hunk
Björn Jacke
1
-3
/
+0
2012-10-31
Add regression test for bug #9329 - Directory listing with SeBackup can crash...
Jeremy Allison
2
-8
/
+64
[next]