summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r2275: don't crash on a rpc BIND_NAK response ...Andrew Tridgell2007-10-101-1/+6
* r2274: fixed some popt option clashes between smbtorture and the standard opt...Andrew Tridgell2007-10-101-6/+6
* r2273: disable the async samr tests unless -X option is used, as windowsAndrew Tridgell2007-10-101-0/+5
* r2272: fixed another couple of errors in the popt option arraysAndrew Tridgell2007-10-101-2/+2
* r2271: fixed the popt argument array for smbtorture, getting rid of someAndrew Tridgell2007-10-101-20/+19
* r2267: we no longer need to force the domain join to happen on NCACN_NP - itAndrew Tridgell2007-10-101-6/+5
* r2266: yay! LSA session keys on TCP now work!Andrew Tridgell2007-10-105-165/+33
* r2257: Tab completion support in regshell (complete command names and key namesJelmer Vernooij2007-10-102-1/+125
* r2256: Include autogenerated interfaces for lsa and samr pipes. Typemaps are...Tim Potter2007-10-103-6/+75
* r2255: Don't do experimental swig stuff by default.Tim Potter2007-10-101-1/+1
* r2254: Fix a couple of compiler warnings...Jelmer Vernooij2007-10-106-24/+9
* r2253: Add test program, as small example of what's going on.Tim Potter2007-10-105-2/+51
* r2252: don't register the same name twiceAndrew Tridgell2007-10-101-2/+2
* r2251: forgot to add vfs_posix.h in my last commitAndrew Tridgell2007-10-102-2/+261
* r2250: removed unnecessary mem_ctxAndrew Tridgell2007-10-101-3/+0
* r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell2007-10-1023-145/+139
* r2247: talloc_destroy -> talloc_freeTim Potter2007-10-1011-31/+31
* r2243: Include definition for PRINTF_ATTRIBUTE in Python tdb wrapper.Tim Potter2007-10-101-0/+10
* r2242: some older versions of gcc don't properly handle theAndrew Tridgell2007-10-101-2/+3
* r2238: the tdb_debug() function was totally bogus - remove it (you can'tAndrew Tridgell2007-10-103-36/+23
* r2236: Zero request structure to let the REF_ALLOC flag work its magic.Tim Potter2007-10-101-0/+21
* r2235: When creating exception data, use Py_BuildValue instead of doing itTim Potter2007-10-101-6/+18
* r2234: Tridge, this is a patch to allow people to set the REF_ALLOC flag onTim Potter2007-10-102-0/+7
* r2230: Wrapper for dcerpc_samr_Connect2(). All this glue code should beTim Potter2007-10-102-2/+39
* r2229: Have dcerpc_pipe_connect() throw an exception if non-zero NTSTATUS isTim Potter2007-10-101-4/+22
* r2228: Finally commit bits of old workareas together to get dcerpc pythonTim Potter2007-10-104-7/+132
* r2227: Get rid of annoying compiler warning.Tim Potter2007-10-101-0/+8
* r2226: A bunch of fixes to get python tdb module building again. I'm notTim Potter2007-10-102-15/+13
* r2223: Include autogenerated header file for idl file we are processing withTim Potter2007-10-101-0/+1
* r2222: Generate correct function prototypes for unions marked as public.Tim Potter2007-10-101-1/+1
* r2221: Experiment with extra properties for telling the ethereal parser whatTim Potter2007-10-101-7/+13
* r2220: Updates to the NETLOGON torture test. This copes with 'long'Andrew Bartlett2007-10-101-125/+146
* r2217: Ad-hoc tests to allow me to work out the correct error codeJeremy Allison2007-10-101-2/+128
* r2212: Optimisation. Passes masktest against W2K3.Jeremy Allison2007-10-101-0/+3
* r2209: patch from volker to add EnumPorts spoolss IDL and test codeAndrew Tridgell2007-10-103-0/+109
* r2208: little attempt to (almost) fix spoolss relativeVolker Lendecke2007-10-101-1/+1
* r2207: this bug caued valgrind to consume infinite memory till the kernel kil...Andrew Tridgell2007-10-101-0/+1
* r2206: another (untested) attempt to make RELATIVE_CURRENT work for volker,Andrew Tridgell2007-10-101-40/+6
* r2205: fixed an incorrect cast that broke relative strings in spoolssAndrew Tridgell2007-10-101-1/+1
* r2204: added [flag(RELATIVE_CURRENT)] to change [relative] pointer behaviourAndrew Tridgell2007-10-103-6/+16
* r2203: delete the key after testing, so as not to clutter the server with ran...Andrew Tridgell2007-10-101-0/+2
* r2202: don't close the smb pipe after the puzzle testAndrew Tridgell2007-10-101-2/+0
* r2201: removed an exit I accidentially left inAndrew Tridgell2007-10-101-1/+0
* r2200: solved another piece of the lsakey puzzle - the session key for lsaAndrew Tridgell2007-10-103-10/+164
* r2199: the unknown 16 bit number in lsa_LookupPrivDisplayName() is a languageAndrew Tridgell2007-10-102-4/+12
* r2192: removed an erroneous free() call on an error pathAndrew Tridgell2007-10-101-1/+0
* r2186: setting [ref] output pointers in dcerpc calls is pointless. Removed itAndrew Tridgell2007-10-101-4/+0
* r2185: add a callback function to the dcerpc async APIAndrew Tridgell2007-10-103-4/+45
* r2184: use the smb.conf socket options for client code tooAndrew Tridgell2007-10-102-0/+3
* r2183: Tidy up naming of ethereal fields. The field names are taken from theTim Potter2007-10-101-9/+20