summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s4:ldap_server: rename helper functions to ldapsrv_ prefix and pass ldapsrv_callStefan Metzmacher2010-12-131-15/+19
* s4:dsdb:util: dsdb_get_single_valued_attr() only needs a const ldb_messagesStefan Metzmacher2010-12-131-1/+1
* s3-waf: try to fix the build with snow leopard.Günther Deschner2010-12-131-1/+5
* s3:selftest: fix knownfail for samba3.posix_s3.rpc.spoolss.*printserver.enum_...Stefan Metzmacher2010-12-131-1/+1
* s4:heimdal_build: replace '+' by '_' for vscripts in HEIMDAL_LIBRARY()Stefan Metzmacher2010-12-131-1/+2
* s3-selftest: support differing VFSLIBDIR in autoconf and waf build.Günther Deschner2010-12-133-1/+3
* s3-waf: add -Wl,--export-dynamic to LDFLAGS.Günther Deschner2010-12-131-0/+2
* nss_wrapper: make nss_wrapper.pl executeable.Günther Deschner2010-12-131-0/+0
* build: remove -no-undefined and -as-needed on openbsdMatthieu Patou2010-12-131-2/+5
* s4:dsdb/pydsdb.c - don't throw another exception on "PyObject_AsDn"Matthias Dieter Wallnöfer2010-12-121-1/+1
* ldb:pyldb.h - revert to the previous header behaviourMatthias Dieter Wallnöfer2010-12-127-6/+16
* build: move the import near the place where need it, so that we can build on ...Matthieu Patou2010-12-121-1/+2
* s4:scripting/python/pyglue.c - add a OOM handlingMatthias Dieter Wallnöfer2010-12-121-0/+4
* s4:scripting/python/pyglue.c - optimise includesMatthias Dieter Wallnöfer2010-12-121-4/+0
* s4:param/provision.c - optimise includesMatthias Dieter Wallnöfer2010-12-121-9/+1
* s4:libcli/finddc.h - fix header dependanciesMatthias Dieter Wallnöfer2010-12-125-15/+3
* s4:libcli/finddcs_nbt.c - optimise headersMatthias Dieter Wallnöfer2010-12-121-2/+0
* s4:libnet/py_net.c - add checks for OOM conditionsMatthias Dieter Wallnöfer2010-12-121-0/+13
* s4:dsdb/pydsdb.c and web_server/wsgi.c - remove accidentally introduced Py_RE...Matthias Dieter Wallnöfer2010-12-122-8/+0
* s4:lib/ldb-samba/pyldb.c - optimise includesMatthias Dieter Wallnöfer2010-12-121-3/+1
* s4:dsdb/pydsdb.c - clean up memory handlingMatthias Dieter Wallnöfer2010-12-121-54/+70
* ldb:pyldb - optimise includesMatthias Dieter Wallnöfer2010-12-123-7/+2
* change searched name from _ss_family to __ss_familyMatthieu Patou2010-12-121-1/+1
* s4:web_server/*.c - optimise includesMatthias Dieter Wallnöfer2010-12-122-8/+2
* s4:web_server/wsgi.c - fix a counter typeMatthias Dieter Wallnöfer2010-12-121-1/+1
* s4:web_server/wsgi.c - add missing Python compatibility codeMatthias Dieter Wallnöfer2010-12-121-0/+11
* s4:kdc/*.c - minimise includesMatthias Dieter Wallnöfer2010-12-128-44/+2
* s4:smbd/process*.c - fix PID warnings on SolarisMatthias Dieter Wallnöfer2010-12-123-5/+5
* s4:kdc/proxy.c - optimise includes in order to fix a build warning on Tru64Matthias Dieter Wallnöfer2010-12-121-6/+1
* s4:param/loadparm.c - fix a warning by introducing a "const" castMatthias Dieter Wallnöfer2010-12-121-1/+1
* s4:kdc/kpasswdd.c - don't return an uninitialised NT_STATUSMatthias Dieter Wallnöfer2010-12-121-2/+1
* build: change lib order to fix build on netbsdMatthieu Patou2010-12-121-1/+1
* build: add a check for _ss_family as it used on aix to replace ss_familyMatthieu Patou2010-12-121-0/+2
* replace: add comments to make the #ifdef/#else/endif more readableMatthieu Patou2010-12-121-3/+3
* selftest-s4: Support listing smbtorture4 tests.Jelmer Vernooij2010-12-111-35/+46
* selftest: Support multiple instances of $LISTOPT.Jelmer Vernooij2010-12-111-1/+1
* filter-subunit: Add --list argument.Jelmer Vernooij2010-12-111-0/+10
* smbtorture: Default to listing all tests if no prefix was specified.Jelmer Vernooij2010-12-111-2/+6
* smbtorture: Implement --list argument.Jelmer Vernooij2010-12-111-10/+45
* build: add more CFLAGS for aixMatthieu Patou2010-12-111-1/+3
* build: add a dependency on lib iconv for lib intl if we are not able to find itMatthieu Patou2010-12-111-1/+12
* build: On AIX we need _XOPEN_SOURCE >= 500 for CLOCK_REALTIMEMatthieu Patou2010-12-111-0/+3
* libcli/echo: fix off by 1 crash bugStefan Metzmacher2010-12-111-1/+1
* s4:selftest: use correct name for the test "ECHO-UDP" => "echo.udp"Stefan Metzmacher2010-12-111-1/+1
* libcli/echo: lowercase testsuite namesStefan Metzmacher2010-12-111-2/+2
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-11137-749/+718
* talloc: Add ability to generate Python docs using pydoctor.Jelmer Vernooij2010-12-112-0/+10
* smbtorture: correct error handling in BASE-OPEN.James Peach2010-12-111-71/+104
* Add documentation for "smb2 max credits".Jeremy Allison2010-12-111-0/+15
* Add a SMB2 crediting algorithm, by default the same as Windows. Defaults to 1...Jeremy Allison2010-12-105-28/+163