summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19549: fixed some indentationAndrew Tridgell2-4/+4
2007-10-10r19548: this talloc_free() is definately wrong.Andrew Tridgell1-1/+0
2007-10-10r19547: Fix use of v1_enum on enums used in return types.Jelmer Vernooij1-5/+5
2007-10-10r19546: fix number of bytes pushed when using switch_type() set to enum types.Jelmer Vernooij2-1/+2
2007-10-10r19545: Allow enums as return types in code generated for wireshark. Original...Jelmer Vernooij1-15/+37
2007-10-10r19544: Fix case of 'warning'.Jelmer Vernooij2-2/+2
2007-10-10r19543: Make dynconfig less special.Jelmer Vernooij2-5/+3
2007-10-10r19541: Explicitly segfault when the API is being used incorrectly. PreviouslyJelmer Vernooij1-13/+0
2007-10-10r19539: Move pidfile to smbd/Jelmer Vernooij4-12/+8
2007-10-10r19538: This is getting silly, but I needed an easy way to run 'make testenv'Andrew Bartlett1-0/+5
2007-10-10r19537: Report correct test names when tests failed.Jelmer Vernooij2-1/+6
2007-10-10r19536: Make output understandable (newlines)Simo Sorce1-19/+19
2007-10-10r19535: Fix warnings.Jelmer Vernooij1-2/+2
2007-10-10r19532: oops forgot thisSimo Sorce1-2/+2
2007-10-10r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce16-205/+238
2007-10-10r19523: Remove unused functions.Andrew Bartlett1-152/+0
2007-10-10r19522: Remove gensec and credentials dependency from the rootdse module (lessAndrew Bartlett3-21/+44
2007-10-10r19521: Fix memory leak.Andrew Bartlett1-0/+1
2007-10-10r19520: Try not to read past the end of the ldb buffer.Andrew Bartlett1-6/+5
2007-10-10r19513: Add support for recipes (using '@')Jelmer Vernooij1-2/+31
2007-10-10r19512: Add --shell option to smbtorture (first work towards support for 'rec...Jelmer Vernooij2-10/+54
2007-10-10r19511: Remove unused externs.Jelmer Vernooij1-2/+0
2007-10-10r19510: Make smbtorture's `nprocs' parameter a parametric option.Jelmer Vernooij7-8/+8
2007-10-10r19509: Simplify buildsystem code, create proper symlinks for aliases.Jelmer Vernooij1-36/+17
2007-10-10r19508: fixed SMB2-SETINFOAndrew Tridgell1-1/+1
2007-10-10r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij34-42/+80
2007-10-10r19506: fixed remaining parts of RAW-READ and RAW-WRITE tests to check forAndrew Tridgell2-37/+67
2007-10-10r19505: fixed a valgrind errorAndrew Tridgell1-0/+4
2007-10-10r19504: - fixed a free error in file_lines_parseAndrew Tridgell4-15/+41
2007-10-10r19503: it only makes sense to run the LOCAL-ICONV test on 'known good'Andrew Tridgell1-1/+7
2007-10-10r19502: fixed the RPC-SECRETS test with kerberos. Andrew, can you look at thisAndrew Tridgell2-18/+20
2007-10-10r19501: fix the hangs in the build farm in RPC-SECRETSAndrew Tridgell1-20/+6
2007-10-10r19498: the autofree test cannot be run as part of smbtortureAndrew Tridgell1-0/+3
2007-10-10r19496: remove unused fileStefan Metzmacher1-6/+0
2007-10-10r19495: Stop linking binaries twice (once before installation, once during bu...Jelmer Vernooij8-68/+27
2007-10-10r19492: - fix RPC-AUTHCONTEXT and RPC-SAMBA3-GETUSERNAME (sorry volker:-)Stefan Metzmacher1-0/+4
2007-10-10r19490: better to check the return resultSimo Sorce1-4/+5
2007-10-10r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce21-74/+82
2007-10-10r19485: Fix Coverity # 319Volker Lendecke1-1/+1
2007-10-10r19482: remove pointless castStefan Metzmacher1-1/+1
2007-10-10r19481: - reset the vuid before trying a new session setupStefan Metzmacher1-3/+14
2007-10-10r19480: - clear the whole session struct (only let the pid untouched)Stefan Metzmacher1-1/+4
2007-10-10r19479: Remove more unused functions. These are handled via authenticationAndrew Bartlett2-52/+16
2007-10-10r19478: Remove unused functions, and make static functions used only in thisAndrew Bartlett1-74/+16
2007-10-10r19476: small typo.Brad Henry1-1/+1
2007-10-10r19475: fixed a couple of typos.Brad Henry2-3/+1
2007-10-10r19474: Move the Samba server / Windows client test to its own script.Brad Henry2-21/+27
2007-10-10r19473: Add NET tests in their own script. Run the same set of tests that 'ma...Brad Henry2-0/+64
2007-10-10r19472: Move rpc tests to their own scripts. Run the same tests as 'make test...Brad Henry2-17/+66
2007-10-10r19471: Move BASE and RAW tests to their own scripts. Run the same set of tes...Brad Henry3-37/+125