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
2010-12-12
s4:kdc/kpasswdd.c - don't return an uninitialised NT_STATUS
Matthias Dieter Wallnöfer
1
-2
/
+1
2010-12-12
build: change lib order to fix build on netbsd
Matthieu Patou
1
-1
/
+1
2010-12-12
build: add a check for _ss_family as it used on aix to replace ss_family
Matthieu Patou
1
-0
/
+2
2010-12-12
replace: add comments to make the #ifdef/#else/endif more readable
Matthieu Patou
1
-3
/
+3
2010-12-11
selftest-s4: Support listing smbtorture4 tests.
Jelmer Vernooij
1
-35
/
+46
2010-12-11
selftest: Support multiple instances of $LISTOPT.
Jelmer Vernooij
1
-1
/
+1
2010-12-11
filter-subunit: Add --list argument.
Jelmer Vernooij
1
-0
/
+10
2010-12-11
smbtorture: Default to listing all tests if no prefix was specified.
Jelmer Vernooij
1
-2
/
+6
2010-12-11
smbtorture: Implement --list argument.
Jelmer Vernooij
1
-10
/
+45
2010-12-11
build: add more CFLAGS for aix
Matthieu Patou
1
-1
/
+3
2010-12-11
build: add a dependency on lib iconv for lib intl if we are not able to find it
Matthieu Patou
1
-1
/
+12
2010-12-11
build: On AIX we need _XOPEN_SOURCE >= 500 for CLOCK_REALTIME
Matthieu Patou
1
-0
/
+3
2010-12-11
libcli/echo: fix off by 1 crash bug
Stefan Metzmacher
1
-1
/
+1
2010-12-11
s4:selftest: use correct name for the test "ECHO-UDP" => "echo.udp"
Stefan Metzmacher
1
-1
/
+1
2010-12-11
libcli/echo: lowercase testsuite names
Stefan Metzmacher
1
-2
/
+2
2010-12-11
s4-smbtorture: Make test names lowercase and dot-separated.
Jelmer Vernooij
137
-749
/
+718
2010-12-11
talloc: Add ability to generate Python docs using pydoctor.
Jelmer Vernooij
2
-0
/
+10
2010-12-11
smbtorture: correct error handling in BASE-OPEN.
James Peach
1
-71
/
+104
2010-12-11
Add documentation for "smb2 max credits".
Jeremy Allison
1
-0
/
+15
2010-12-10
Add a SMB2 crediting algorithm, by default the same as Windows. Defaults to 1...
Jeremy Allison
5
-28
/
+163
2010-12-11
heimdal: unset SLIST_ENTRY only if we are with windows
Matthieu Patou
1
-1
/
+3
2010-12-10
build: cpp is prefixed by CPP=
Matthieu Patou
1
-1
/
+1
2010-12-10
build: add a function to test if -lc is needed
Matthieu Patou
2
-0
/
+47
2010-12-10
drsblobs.idl: remove nopython from package_PrimaryKerberosBlob related stuff
Stefan Metzmacher
1
-8
/
+8
2010-12-10
pidl:Samba4/Python.pm: ignore "SUBCONTEXT" levels
Stefan Metzmacher
1
-9
/
+21
2010-12-10
pidl:Samba4/Python.pm: don't handle scalar reference types special
Stefan Metzmacher
1
-10
/
+9
2010-12-10
build: compiler on aix is xlc_r not xlr_c
Matthieu Patou
1
-1
/
+1
2010-12-10
build: reset cpp on host with xlr_c and let pidl use $CC -E
Matthieu Patou
1
-0
/
+4
2010-12-10
s4-tests: Modified sec_descriptor.py to use the sd_utils helpers.
Nadezhda Ivanova
1
-208
/
+171
2010-12-10
s4-tests: Modified acl.py to use the sd_utils helpers.
Nadezhda Ivanova
1
-127
/
+86
2010-12-10
s4-tests: Moved some commonly redefined security descriptor methods to a util...
Nadezhda Ivanova
1
-0
/
+79
2010-12-10
build: detect if conf.env['CPP'] is an array or not
Matthieu Patou
1
-1
/
+6
2010-12-10
waf: the libXX.inst.so file also depends on the vscript
Andrew Tridgell
1
-0
/
+4
2010-12-10
s3-vfstest: fixed paths in vfstest
Andrew Tridgell
1
-0
/
+2
2010-12-10
wintest flush DNS on Windows clients to improve reliablity
Andrew Bartlett
1
-0
/
+2
2010-12-10
s3-dns Don't use DELEG_FLAG in DNS update, Windows 2008R2 does not like it
Andrew Bartlett
1
-1
/
+1
2010-12-10
s3-dns Don't use SEQUENCE_FLAG in DNS update, Windows 2008R2 does not like it
Andrew Bartlett
1
-1
/
+1
2010-12-10
wintest More work to make test-s3.py work
Andrew Bartlett
1
-4
/
+17
2010-12-10
s3-net Allow 'net ads dns register' to take an optional hostname argument
Andrew Bartlett
1
-6
/
+10
2010-12-10
wintest Share more of the S4 test code with the s3 test
Andrew Bartlett
3
-257
/
+298
2010-12-10
s3-winbind Improve memory handling in NTLMv2-backend plaintext authentication
Andrew Bartlett
1
-17
/
+6
2010-12-10
s3-winbind Don't send the LM password to the server, ever
Andrew Bartlett
1
-11
/
+1
2010-12-10
s3-libsmb Don't ever ask for machine$ principals as a target.
Andrew Bartlett
1
-30
/
+6
2010-12-10
s3-docs Add docs for 'client use spnego principal' and 'send spengo principal'
Andrew Bartlett
2
-0
/
+56
2010-12-10
s3-docs Explain change to NTLMv2 by default in the client
Andrew Bartlett
1
-6
/
+7
2010-12-10
s3-client Use NTLMv2 by default in the Samba client
Andrew Bartlett
1
-2
/
+2
2010-12-10
s3-smbd Don't send SPNEGO principal (rfc4178 hint) by default
Andrew Bartlett
3
-0
/
+15
2010-12-10
s3-libads Default to NOT using the server-supplied principal from SPNEGO
Andrew Bartlett
4
-6
/
+19
2010-12-10
subunitrun: Use unittest.TestProgram if subunit.TestProgram is not
Jelmer Vernooij
2
-27
/
+12
2010-12-10
s4-python: Add convenience function for forcibly importing bundled
Jelmer Vernooij
2
-4
/
+17
[prev]
[next]