summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r19562: Support returning simple scalars.Jelmer Vernooij2007-10-101-0/+7
* r19561: Remove debug statement.Jelmer Vernooij2007-10-101-3/+0
* r19560: Fix handling of PARAM_VALUE.Jelmer Vernooij2007-10-101-1/+3
* r19559: Fix handling of types where the name isn't prefixed by the interface ...Jelmer Vernooij2007-10-101-7/+4
* r19558: Make behaviour of "OK" match that of Samba3's ntlm_auth. Patch byJelmer Vernooij2007-10-101-1/+2
* r19557: Fix lookup table for WERROR.Jelmer Vernooij2007-10-101-1/+4
* r19556: Remove unused option.Jelmer Vernooij2007-10-103-3/+0
* r19555: Silently ignore --use-cached-creds for compatibility with Samba3's nt...Jelmer Vernooij2007-10-101-0/+3
* r19554: Remove short option for --shell, as it overlaps with the option used forJelmer Vernooij2007-10-101-1/+1
* r19553: Add check for correct API usage.Jelmer Vernooij2007-10-101-0/+2
* r19551: List full names for the known failing tests.Jelmer Vernooij2007-10-101-3/+3
* r19550: the sense of this test was wrongAndrew Tridgell2007-10-101-2/+2
* r19549: fixed some indentationAndrew Tridgell2007-10-102-4/+4
* r19548: this talloc_free() is definately wrong.Andrew Tridgell2007-10-101-1/+0
* r19547: Fix use of v1_enum on enums used in return types.Jelmer Vernooij2007-10-101-5/+5
* r19546: fix number of bytes pushed when using switch_type() set to enum types.Jelmer Vernooij2007-10-102-1/+2
* r19545: Allow enums as return types in code generated for wireshark. Original...Jelmer Vernooij2007-10-101-15/+37
* r19544: Fix case of 'warning'.Jelmer Vernooij2007-10-102-2/+2
* r19543: Make dynconfig less special.Jelmer Vernooij2007-10-102-5/+3
* r19541: Explicitly segfault when the API is being used incorrectly. PreviouslyJelmer Vernooij2007-10-101-13/+0
* r19539: Move pidfile to smbd/Jelmer Vernooij2007-10-104-12/+8
* r19538: This is getting silly, but I needed an easy way to run 'make testenv'Andrew Bartlett2007-10-101-0/+5
* r19537: Report correct test names when tests failed.Jelmer Vernooij2007-10-102-1/+6
* r19536: Make output understandable (newlines)Simo Sorce2007-10-101-19/+19
* r19535: Fix warnings.Jelmer Vernooij2007-10-101-2/+2
* r19532: oops forgot thisSimo Sorce2007-10-101-2/+2
* r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce2007-10-1016-205/+238
* r19523: Remove unused functions.Andrew Bartlett2007-10-101-152/+0
* r19522: Remove gensec and credentials dependency from the rootdse module (lessAndrew Bartlett2007-10-103-21/+44
* r19521: Fix memory leak.Andrew Bartlett2007-10-101-0/+1
* r19520: Try not to read past the end of the ldb buffer.Andrew Bartlett2007-10-101-6/+5
* r19513: Add support for recipes (using '@')Jelmer Vernooij2007-10-101-2/+31
* r19512: Add --shell option to smbtorture (first work towards support for 'rec...Jelmer Vernooij2007-10-102-10/+54
* r19511: Remove unused externs.Jelmer Vernooij2007-10-101-2/+0
* r19510: Make smbtorture's `nprocs' parameter a parametric option.Jelmer Vernooij2007-10-107-8/+8
* r19509: Simplify buildsystem code, create proper symlinks for aliases.Jelmer Vernooij2007-10-101-36/+17
* r19508: fixed SMB2-SETINFOAndrew Tridgell2007-10-101-1/+1
* r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij2007-10-1034-42/+80
* r19506: fixed remaining parts of RAW-READ and RAW-WRITE tests to check forAndrew Tridgell2007-10-102-37/+67
* r19505: fixed a valgrind errorAndrew Tridgell2007-10-101-0/+4
* r19504: - fixed a free error in file_lines_parseAndrew Tridgell2007-10-104-15/+41
* r19503: it only makes sense to run the LOCAL-ICONV test on 'known good'Andrew Tridgell2007-10-101-1/+7
* r19502: fixed the RPC-SECRETS test with kerberos. Andrew, can you look at thisAndrew Tridgell2007-10-102-18/+20
* r19501: fix the hangs in the build farm in RPC-SECRETSAndrew Tridgell2007-10-101-20/+6
* r19498: the autofree test cannot be run as part of smbtortureAndrew Tridgell2007-10-101-0/+3
* r19496: remove unused fileStefan Metzmacher2007-10-101-6/+0
* r19495: Stop linking binaries twice (once before installation, once during bu...Jelmer Vernooij2007-10-108-68/+27
* r19492: - fix RPC-AUTHCONTEXT and RPC-SAMBA3-GETUSERNAME (sorry volker:-)Stefan Metzmacher2007-10-101-0/+4
* r19490: better to check the return resultSimo Sorce2007-10-101-4/+5
* r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce2007-10-1021-74/+82