index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
Commit message (
Expand
)
Author
Age
Files
Lines
*
r2288: Remove the claim/yield connection code - this will need to be redone
Andrew Bartlett
2007-10-10
3
-240
/
+0
*
r2287: Add static.
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r2286: Fixes towards krb5 logins into Samba's CIFS server.
Andrew Bartlett
2007-10-10
4
-89
/
+113
*
r2285: Remove more static data, fix spelling in a comment.
Andrew Bartlett
2007-10-10
2
-3
/
+3
*
r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.
Andrew Bartlett
2007-10-10
16
-200
/
+351
*
r2283: Change from tridge (in his ntlm2 patch).
Andrew Bartlett
2007-10-10
1
-3
/
+7
*
r2282: Remove one more magic constant from the source, replace with sizeof().
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r2281: Add a few comments.
Andrew Bartlett
2007-10-10
1
-0
/
+2
*
r2280: fixed the session key choice for ncacn_np and ncacn_ip_tcp in the rpc ...
Andrew Tridgell
2007-10-10
4
-15
/
+12
*
r2278: Add some more helper functions.
Tim Potter
2007-10-10
1
-10
/
+40
*
r2277: Generate stubs for input and output typemaps.
Tim Potter
2007-10-10
1
-10
/
+45
*
r2276: Remove garbage collection debugs.
Tim Potter
2007-10-10
1
-2
/
+0
*
r2275: don't crash on a rpc BIND_NAK response ...
Andrew Tridgell
2007-10-10
1
-1
/
+6
*
r2274: fixed some popt option clashes between smbtorture and the standard opt...
Andrew Tridgell
2007-10-10
1
-6
/
+6
*
r2273: disable the async samr tests unless -X option is used, as windows
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r2272: fixed another couple of errors in the popt option arrays
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r2271: fixed the popt argument array for smbtorture, getting rid of some
Andrew Tridgell
2007-10-10
1
-20
/
+19
*
r2267: we no longer need to force the domain join to happen on NCACN_NP - it
Andrew Tridgell
2007-10-10
1
-6
/
+5
*
r2266: yay! LSA session keys on TCP now work!
Andrew Tridgell
2007-10-10
5
-165
/
+33
*
r2257: Tab completion support in regshell (complete command names and key names
Jelmer Vernooij
2007-10-10
2
-1
/
+125
*
r2256: Include autogenerated interfaces for lsa and samr pipes. Typemaps are...
Tim Potter
2007-10-10
3
-6
/
+75
*
r2255: Don't do experimental swig stuff by default.
Tim Potter
2007-10-10
1
-1
/
+1
*
r2254: Fix a couple of compiler warnings...
Jelmer Vernooij
2007-10-10
6
-24
/
+9
*
r2253: Add test program, as small example of what's going on.
Tim Potter
2007-10-10
5
-2
/
+51
*
r2252: don't register the same name twice
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r2251: forgot to add vfs_posix.h in my last commit
Andrew Tridgell
2007-10-10
2
-2
/
+261
*
r2250: removed unnecessary mem_ctx
Andrew Tridgell
2007-10-10
1
-3
/
+0
*
r2249: got rid of some more mem_ctx elements in structures
Andrew Tridgell
2007-10-10
23
-145
/
+139
*
r2247: talloc_destroy -> talloc_free
Tim Potter
2007-10-10
11
-31
/
+31
*
r2243: Include definition for PRINTF_ATTRIBUTE in Python tdb wrapper.
Tim Potter
2007-10-10
1
-0
/
+10
*
r2242: some older versions of gcc don't properly handle the
Andrew Tridgell
2007-10-10
1
-2
/
+3
*
r2238: the tdb_debug() function was totally bogus - remove it (you can't
Andrew Tridgell
2007-10-10
3
-36
/
+23
*
r2236: Zero request structure to let the REF_ALLOC flag work its magic.
Tim Potter
2007-10-10
1
-0
/
+21
*
r2235: When creating exception data, use Py_BuildValue instead of doing it
Tim Potter
2007-10-10
1
-6
/
+18
*
r2234: Tridge, this is a patch to allow people to set the REF_ALLOC flag on
Tim Potter
2007-10-10
2
-0
/
+7
*
r2230: Wrapper for dcerpc_samr_Connect2(). All this glue code should be
Tim Potter
2007-10-10
2
-2
/
+39
*
r2229: Have dcerpc_pipe_connect() throw an exception if non-zero NTSTATUS is
Tim Potter
2007-10-10
1
-4
/
+22
*
r2228: Finally commit bits of old workareas together to get dcerpc python
Tim Potter
2007-10-10
4
-7
/
+132
*
r2227: Get rid of annoying compiler warning.
Tim Potter
2007-10-10
1
-0
/
+8
*
r2226: A bunch of fixes to get python tdb module building again. I'm not
Tim Potter
2007-10-10
2
-15
/
+13
*
r2223: Include autogenerated header file for idl file we are processing with
Tim Potter
2007-10-10
1
-0
/
+1
*
r2222: Generate correct function prototypes for unions marked as public.
Tim Potter
2007-10-10
1
-1
/
+1
*
r2221: Experiment with extra properties for telling the ethereal parser what
Tim Potter
2007-10-10
1
-7
/
+13
*
r2220: Updates to the NETLOGON torture test. This copes with 'long'
Andrew Bartlett
2007-10-10
1
-125
/
+146
*
r2217: Ad-hoc tests to allow me to work out the correct error code
Jeremy Allison
2007-10-10
1
-2
/
+128
*
r2212: Optimisation. Passes masktest against W2K3.
Jeremy Allison
2007-10-10
1
-0
/
+3
*
r2209: patch from volker to add EnumPorts spoolss IDL and test code
Andrew Tridgell
2007-10-10
3
-0
/
+109
*
r2208: little attempt to (almost) fix spoolss relative
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r2207: this bug caued valgrind to consume infinite memory till the kernel kil...
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r2206: another (untested) attempt to make RELATIVE_CURRENT work for volker,
Andrew Tridgell
2007-10-10
1
-40
/
+6
[next]