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-23
s3-rpc_client: lookup nametype 0x20 in rpc_pipe_open_tcp_port(). (bug #9426)
Günther Deschner
1
-1
/
+1
2012-11-23
Fix MD5 detection in the autoconf build
Matthieu Patou
1
-7
/
+34
2012-11-23
web_server: Load SWAT if it is available.
Jelmer Vernooij
1
-3
/
+31
2012-11-22
web_server: the web server is not multi-process, indicate so in WSGI.
Jelmer Vernooij
1
-1
/
+1
2012-11-22
web_server: Properly decrement reference counters for python objects in wsgi.
Jelmer Vernooij
1
-29
/
+81
2012-11-22
web_server: Properly set SCRIPT_NAME and PATH_INFO.
Jelmer Vernooij
1
-2
/
+5
2012-11-22
web_server: Create a string object for SERVER_PORT variable.
Jelmer Vernooij
1
-1
/
+1
2012-11-22
web_server/wsgi: Don't segfault when wsgi app doesn't return iterable.
Jelmer Vernooij
1
-0
/
+5
2012-11-22
build: Do not install testing binaries
Andrew Bartlett
4
-5
/
+24
2012-11-22
packaging: Remove long-gone --disable-merged-build from RHEL-CTDB packaging
Andrew Bartlett
2
-2
/
+0
2012-11-22
build: Remove --enable-smbtorture, require bin/smbtorture (from waf) for make...
Andrew Bartlett
5
-22
/
+11
2012-11-22
build: Be consistent with the name of smbtorture binaries
Andrew Bartlett
7
-37
/
+28
2012-11-22
torture: remove source3 locktest and masktest
Andrew Bartlett
3
-722
/
+0
2012-11-22
build: Use ntlm_auth from source3 as the only ntlm_auth installed on the system
Andrew Bartlett
3
-8
/
+10
2012-11-22
lib/replace: Do not use STRERROR_R_PROTO_COMPATIBLE as only roken.h sets this
Andrew Bartlett
2
-4
/
+2
2012-11-22
s4/web_server: Fix typo in URL.
Jelmer Vernooij
1
-1
/
+1
2012-11-20
s3:smbd/aio do not mark file modified during reads
Christian Ambach
1
-2
/
+0
2012-11-20
s3: Fix some blank line endings
Volker Lendecke
1
-10
/
+10
2012-11-20
librpc/idl: teach ndrdump about dumping security.idl structures
Stefan Metzmacher
1
-0
/
+21
2012-11-20
s3:librpc: add support for PFC_FLAG_OBJECT_UUID when parsing packets (bug #9382)
Stefan Metzmacher
1
-0
/
+4
2012-11-20
s4:torture/rpc/handles: try to make the assoc_group test less flakey
Stefan Metzmacher
1
-1
/
+5
2012-11-20
s4:torture/rpc/handles: move a torture_comment()
Stefan Metzmacher
1
-2
/
+3
2012-11-20
s3:param: set "map archive = no" in ROLE_ACTIVE_DIRECTORY_DC
Stefan Metzmacher
1
-0
/
+1
2012-11-20
examples: fix build on AIX6
Christian Ambach
2
-0
/
+4
2012-11-20
build(waf): fix a typo
Christian Ambach
1
-1
/
+1
2012-11-20
More for #9374 - Allow smb2.acls torture test to pass against smbd with a POS...
Jeremy Allison
3
-9
/
+11
2012-11-19
Add comments explaining exactly *why* we don't check FILE_READ_ATTRIBUTES whe...
Jeremy Allison
1
-3
/
+21
2012-11-17
s3:modules:nfs4_acls remove unused mem_ctx parameter to smbacl4_fill_ace4
Christian Ambach
1
-3
/
+1
2012-11-16
s3:modules:nfs4_acls fix memory hierarchy in smb_create_smb4acl
Christian Ambach
1
-2
/
+1
2012-11-16
s3:vfs_gpfs fix a memory leak in gpfsacl_get_posix_acl
Christian Ambach
1
-0
/
+3
2012-11-16
s3:vfs_gpfs fix memory corruption in gpfs2smb_acl
Christian Ambach
1
-0
/
+2
2012-11-16
s3:vfs_gpfs fix memory leak in gpfs_get_nfs4_acl
Christian Ambach
1
-0
/
+1
2012-11-16
s3:vfs_gpfs fix memory leaks in gpfs_getacl_alloc
Christian Ambach
1
-2
/
+4
2012-11-16
samba-tool dns: Don't use "localhost" to connect to local host
Kai Blin
1
-0
/
+2
2012-11-16
utils: Remove unused samba-dig tool
Kai Blin
3
-168
/
+0
2012-11-16
dsdb: Make secrets_tdb_sync cope with -H secrets.ldb
Andrew Bartlett
1
-2
/
+3
2012-11-16
s3:param: make init_locals() static.
Michael Adam
2
-2
/
+1
2012-11-16
s3-param: Handle setting default AD DC per-share settings in init_locals()
Andrew Bartlett
1
-19
/
+37
2012-11-16
s4:samba-tool: Fix samba-tool fsmo --role=schema
Arvid Requate
1
-1
/
+1
2012-11-16
samba-tool: Add new samba-tool gpo aclcheck and test
Andrew Bartlett
2
-0
/
+73
2012-11-15
Another fix needed for bug #9236 - ACL masks incorrectly applied when setting...
Jeremy Allison
1
-7
/
+10
2012-11-15
popt_common: Fix typos.
Karolin Seeger
1
-2
/
+2
2012-11-14
lib/replace: replace all *printf function if we replace snprintf (bug #9390)
Stefan Metzmacher
3
-17
/
+34
2012-11-14
subunit: Update to latest upstream version.
Jelmer Vernooij
21
-318
/
+1143
2012-11-14
testtools: Update to latest version.
Jelmer Vernooij
58
-2931
/
+5207
2012-11-14
smbd_open_one_socket does not use the messaging_context variable so why pass ...
Richard Sharpe
1
-3
/
+0
2012-11-14
A small error message fix in source3/smbd/server.c
Richard Sharpe
1
-1
/
+1
2012-11-14
scripting ntacls: Do not place a SACL in the GPO filesystem ACL
Andrew Bartlett
1
-1
/
+0
2012-11-13
ntvfs: Fill in sd->type based on the new ACL being added
Andrew Bartlett
1
-0
/
+21
2012-11-13
smbd: Remove NT4 compatability handling in posix -> NT ACL conversion
Andrew Bartlett
8
-155
/
+11
[next]