summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2286: Fixes towards krb5 logins into Samba's CIFS server.Andrew Bartlett4-89/+113
2007-10-10r2285: Remove more static data, fix spelling in a comment.Andrew Bartlett2-3/+3
2007-10-10r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett16-200/+351
2007-10-10r2283: Change from tridge (in his ntlm2 patch).Andrew Bartlett1-3/+7
2007-10-10r2282: Remove one more magic constant from the source, replace with sizeof().Andrew Bartlett1-1/+1
2007-10-10r2281: Add a few comments.Andrew Bartlett1-0/+2
2007-10-10r2280: fixed the session key choice for ncacn_np and ncacn_ip_tcp in the rpc ...Andrew Tridgell4-15/+12
2007-10-10r2278: Add some more helper functions.Tim Potter1-10/+40
2007-10-10r2277: Generate stubs for input and output typemaps.Tim Potter1-10/+45
2007-10-10r2276: Remove garbage collection debugs.Tim Potter1-2/+0
2007-10-10r2275: don't crash on a rpc BIND_NAK response ...Andrew Tridgell1-1/+6
2007-10-10r2274: fixed some popt option clashes between smbtorture and the standard opt...Andrew Tridgell1-6/+6
2007-10-10r2273: disable the async samr tests unless -X option is used, as windowsAndrew Tridgell1-0/+5
2007-10-10r2272: fixed another couple of errors in the popt option arraysAndrew Tridgell1-2/+2
2007-10-10r2271: fixed the popt argument array for smbtorture, getting rid of someAndrew Tridgell1-20/+19
2007-10-10r2267: we no longer need to force the domain join to happen on NCACN_NP - itAndrew Tridgell1-6/+5
2007-10-10r2266: yay! LSA session keys on TCP now work!Andrew Tridgell5-165/+33
2007-10-10r2257: Tab completion support in regshell (complete command names and key namesJelmer Vernooij2-1/+125
2007-10-10r2256: Include autogenerated interfaces for lsa and samr pipes. Typemaps are...Tim Potter3-6/+75
2007-10-10r2255: Don't do experimental swig stuff by default.Tim Potter1-1/+1
2007-10-10r2254: Fix a couple of compiler warnings...Jelmer Vernooij6-24/+9
2007-10-10r2253: Add test program, as small example of what's going on.Tim Potter5-2/+51
2007-10-10r2252: don't register the same name twiceAndrew Tridgell1-2/+2
2007-10-10r2251: forgot to add vfs_posix.h in my last commitAndrew Tridgell2-2/+261
2007-10-10r2250: removed unnecessary mem_ctxAndrew Tridgell1-3/+0
2007-10-10r2249: got rid of some more mem_ctx elements in structuresAndrew Tridgell23-145/+139
2007-10-10r2247: talloc_destroy -> talloc_freeTim Potter11-31/+31
2007-10-10r2243: Include definition for PRINTF_ATTRIBUTE in Python tdb wrapper.Tim Potter1-0/+10
2007-10-10r2242: some older versions of gcc don't properly handle theAndrew Tridgell1-2/+3
2007-10-10r2238: the tdb_debug() function was totally bogus - remove it (you can'tAndrew Tridgell3-36/+23
2007-10-10r2236: Zero request structure to let the REF_ALLOC flag work its magic.Tim Potter1-0/+21
2007-10-10r2235: When creating exception data, use Py_BuildValue instead of doing itTim Potter1-6/+18
2007-10-10r2234: Tridge, this is a patch to allow people to set the REF_ALLOC flag onTim Potter2-0/+7
2007-10-10r2230: Wrapper for dcerpc_samr_Connect2(). All this glue code should beTim Potter2-2/+39
2007-10-10r2229: Have dcerpc_pipe_connect() throw an exception if non-zero NTSTATUS isTim Potter1-4/+22
2007-10-10r2228: Finally commit bits of old workareas together to get dcerpc pythonTim Potter4-7/+132
2007-10-10r2227: Get rid of annoying compiler warning.Tim Potter1-0/+8
2007-10-10r2226: A bunch of fixes to get python tdb module building again. I'm notTim Potter2-15/+13
2007-10-10r2223: Include autogenerated header file for idl file we are processing withTim Potter1-0/+1
2007-10-10r2222: Generate correct function prototypes for unions marked as public.Tim Potter1-1/+1
2007-10-10r2221: Experiment with extra properties for telling the ethereal parser whatTim Potter1-7/+13
2007-10-10r2220: Updates to the NETLOGON torture test. This copes with 'long'Andrew Bartlett1-125/+146
2007-10-10r2217: Ad-hoc tests to allow me to work out the correct error codeJeremy Allison1-2/+128
2007-10-10r2212: Optimisation. Passes masktest against W2K3.Jeremy Allison1-0/+3
2007-10-10r2209: patch from volker to add EnumPorts spoolss IDL and test codeAndrew Tridgell3-0/+109
2007-10-10r2208: little attempt to (almost) fix spoolss relativeVolker Lendecke1-1/+1
2007-10-10r2207: this bug caued valgrind to consume infinite memory till the kernel kil...Andrew Tridgell1-0/+1
2007-10-10r2206: another (untested) attempt to make RELATIVE_CURRENT work for volker,Andrew Tridgell1-40/+6
2007-10-10r2205: fixed an incorrect cast that broke relative strings in spoolssAndrew Tridgell1-1/+1
2007-10-10r2204: added [flag(RELATIVE_CURRENT)] to change [relative] pointer behaviourAndrew Tridgell3-6/+16