index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
nss_wrapper: make nss_wrapper.pl executeable.
Günther Deschner
2010-12-13
1
-0
/
+0
*
build: remove -no-undefined and -as-needed on openbsd
Matthieu Patou
2010-12-13
1
-2
/
+5
*
s4:dsdb/pydsdb.c - don't throw another exception on "PyObject_AsDn"
Matthias Dieter Wallnöfer
2010-12-12
1
-1
/
+1
*
ldb:pyldb.h - revert to the previous header behaviour
Matthias Dieter Wallnöfer
2010-12-12
7
-6
/
+16
*
build: move the import near the place where need it, so that we can build on ...
Matthieu Patou
2010-12-12
1
-1
/
+2
*
s4:scripting/python/pyglue.c - add a OOM handling
Matthias Dieter Wallnöfer
2010-12-12
1
-0
/
+4
*
s4:scripting/python/pyglue.c - optimise includes
Matthias Dieter Wallnöfer
2010-12-12
1
-4
/
+0
*
s4:param/provision.c - optimise includes
Matthias Dieter Wallnöfer
2010-12-12
1
-9
/
+1
*
s4:libcli/finddc.h - fix header dependancies
Matthias Dieter Wallnöfer
2010-12-12
5
-15
/
+3
*
s4:libcli/finddcs_nbt.c - optimise headers
Matthias Dieter Wallnöfer
2010-12-12
1
-2
/
+0
*
s4:libnet/py_net.c - add checks for OOM conditions
Matthias Dieter Wallnöfer
2010-12-12
1
-0
/
+13
*
s4:dsdb/pydsdb.c and web_server/wsgi.c - remove accidentally introduced Py_RE...
Matthias Dieter Wallnöfer
2010-12-12
2
-8
/
+0
*
s4:lib/ldb-samba/pyldb.c - optimise includes
Matthias Dieter Wallnöfer
2010-12-12
1
-3
/
+1
*
s4:dsdb/pydsdb.c - clean up memory handling
Matthias Dieter Wallnöfer
2010-12-12
1
-54
/
+70
*
ldb:pyldb - optimise includes
Matthias Dieter Wallnöfer
2010-12-12
3
-7
/
+2
*
change searched name from _ss_family to __ss_family
Matthieu Patou
2010-12-12
1
-1
/
+1
*
s4:web_server/*.c - optimise includes
Matthias Dieter Wallnöfer
2010-12-12
2
-8
/
+2
*
s4:web_server/wsgi.c - fix a counter type
Matthias Dieter Wallnöfer
2010-12-12
1
-1
/
+1
*
s4:web_server/wsgi.c - add missing Python compatibility code
Matthias Dieter Wallnöfer
2010-12-12
1
-0
/
+11
*
s4:kdc/*.c - minimise includes
Matthias Dieter Wallnöfer
2010-12-12
8
-44
/
+2
*
s4:smbd/process*.c - fix PID warnings on Solaris
Matthias Dieter Wallnöfer
2010-12-12
3
-5
/
+5
*
s4:kdc/proxy.c - optimise includes in order to fix a build warning on Tru64
Matthias Dieter Wallnöfer
2010-12-12
1
-6
/
+1
*
s4:param/loadparm.c - fix a warning by introducing a "const" cast
Matthias Dieter Wallnöfer
2010-12-12
1
-1
/
+1
*
s4:kdc/kpasswdd.c - don't return an uninitialised NT_STATUS
Matthias Dieter Wallnöfer
2010-12-12
1
-2
/
+1
*
build: change lib order to fix build on netbsd
Matthieu Patou
2010-12-12
1
-1
/
+1
*
build: add a check for _ss_family as it used on aix to replace ss_family
Matthieu Patou
2010-12-12
1
-0
/
+2
*
replace: add comments to make the #ifdef/#else/endif more readable
Matthieu Patou
2010-12-12
1
-3
/
+3
*
selftest-s4: Support listing smbtorture4 tests.
Jelmer Vernooij
2010-12-11
1
-35
/
+46
*
selftest: Support multiple instances of $LISTOPT.
Jelmer Vernooij
2010-12-11
1
-1
/
+1
*
filter-subunit: Add --list argument.
Jelmer Vernooij
2010-12-11
1
-0
/
+10
*
smbtorture: Default to listing all tests if no prefix was specified.
Jelmer Vernooij
2010-12-11
1
-2
/
+6
*
smbtorture: Implement --list argument.
Jelmer Vernooij
2010-12-11
1
-10
/
+45
*
build: add more CFLAGS for aix
Matthieu Patou
2010-12-11
1
-1
/
+3
*
build: add a dependency on lib iconv for lib intl if we are not able to find it
Matthieu Patou
2010-12-11
1
-1
/
+12
*
build: On AIX we need _XOPEN_SOURCE >= 500 for CLOCK_REALTIME
Matthieu Patou
2010-12-11
1
-0
/
+3
*
libcli/echo: fix off by 1 crash bug
Stefan Metzmacher
2010-12-11
1
-1
/
+1
*
s4:selftest: use correct name for the test "ECHO-UDP" => "echo.udp"
Stefan Metzmacher
2010-12-11
1
-1
/
+1
*
libcli/echo: lowercase testsuite names
Stefan Metzmacher
2010-12-11
1
-2
/
+2
*
s4-smbtorture: Make test names lowercase and dot-separated.
Jelmer Vernooij
2010-12-11
137
-749
/
+718
*
talloc: Add ability to generate Python docs using pydoctor.
Jelmer Vernooij
2010-12-11
2
-0
/
+10
*
smbtorture: correct error handling in BASE-OPEN.
James Peach
2010-12-11
1
-71
/
+104
*
Add documentation for "smb2 max credits".
Jeremy Allison
2010-12-11
1
-0
/
+15
*
Add a SMB2 crediting algorithm, by default the same as Windows. Defaults to 1...
Jeremy Allison
2010-12-10
5
-28
/
+163
*
heimdal: unset SLIST_ENTRY only if we are with windows
Matthieu Patou
2010-12-11
1
-1
/
+3
*
build: cpp is prefixed by CPP=
Matthieu Patou
2010-12-10
1
-1
/
+1
*
build: add a function to test if -lc is needed
Matthieu Patou
2010-12-10
2
-0
/
+47
*
drsblobs.idl: remove nopython from package_PrimaryKerberosBlob related stuff
Stefan Metzmacher
2010-12-10
1
-8
/
+8
*
pidl:Samba4/Python.pm: ignore "SUBCONTEXT" levels
Stefan Metzmacher
2010-12-10
1
-9
/
+21
*
pidl:Samba4/Python.pm: don't handle scalar reference types special
Stefan Metzmacher
2010-12-10
1
-10
/
+9
*
build: compiler on aix is xlc_r not xlr_c
Matthieu Patou
2010-12-10
1
-1
/
+1
[next]