index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r2344: Return PyDict_New() in stub functions instead of Py_None to avoid
Tim Potter
1
-2
/
+2
2007-10-10
r2343: - make socket_get_*_addr() return char * not const char *
Stefan Metzmacher
3
-28
/
+87
2007-10-10
r2342: Remove obsolete file.
Tim Potter
1
-59
/
+0
2007-10-10
r2339: my first python commit!
Andrew Tridgell
1
-3
/
+27
2007-10-10
r2336: Add another conversion function to allow union arms that contain struc...
Tim Potter
3
-19
/
+66
2007-10-10
r2335: Zero function parameter struct so we can do a bit more testing. To be...
Tim Potter
1
-0
/
+20
2007-10-10
r2328: add the start of a new system and protocol
Stefan Metzmacher
8
-1
/
+624
2007-10-10
r2326: remove definition and usage of struct socket_context
Stefan Metzmacher
7
-36
/
+15
2007-10-10
r2325: Generate conversion stubs for IDL unions.
Tim Potter
1
-0
/
+23
2007-10-10
r2324: Add hand-written versions of functions from misc.idl.
Tim Potter
1
-1
/
+26
2007-10-10
r2323: More tweaks to get things building again.
Tim Potter
1
-7
/
+4
2007-10-10
r2322: More renames of autogenerated functions so they all have approximately
Tim Potter
1
-12
/
+33
2007-10-10
r2321: add complately untested LDAP server start
Stefan Metzmacher
9
-0
/
+526
2007-10-10
r2320: add my copyright
Stefan Metzmacher
2
-0
/
+2
2007-10-10
r2319: let event_merge_contexts() return a pointer to the final context
Stefan Metzmacher
2
-5
/
+5
2007-10-10
r2318: - remove the --with-ads option
Stefan Metzmacher
1
-360
/
+368
2007-10-10
r2315: change format
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r2314: fix compiler warning
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r2313: Make these attributes case insensitive in the default provision.ldif
Andrew Bartlett
1
-0
/
+3
2007-10-10
r2310: fixed some broken if statements in handling --with-krb5
Andrew Tridgell
1
-3
/
+3
2007-10-10
r2309: make loadparm handling much more consistent, by using do_parameter()
Andrew Tridgell
1
-355
/
+161
2007-10-10
r2308: make talloc_vasprintf() available outside talloc.c
Andrew Tridgell
1
-2
/
+1
2007-10-10
r2307: Fix the use of 'raw' NTLMSSP to hosts that support extended security,
Andrew Bartlett
3
-12
/
+33
2007-10-10
r2306: in lp_set_cmdline(), also set any aliases as having been set by the co...
Andrew Tridgell
1
-0
/
+10
2007-10-10
r2305: a useful test script for trying a wide variety of DCE/RPC options with...
Andrew Tridgell
2
-0
/
+51
2007-10-10
r2304: fixed a bug in old style NTLM signing
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2303: allow setting of many ntlmssp options from smb.conf or the command
Andrew Tridgell
1
-7
/
+28
2007-10-10
r2302: added a '--option' option, allowing any global or default option in
Andrew Tridgell
2
-3
/
+42
2007-10-10
r2301: add a server side warning when we receive more RPC data than we
Andrew Tridgell
1
-0
/
+6
2007-10-10
r2300: Start writing a Python torture test suite based on the smbtorture rpc ...
Tim Potter
2
-11
/
+52
2007-10-10
r2299: Map a (C) NULL pointer to (Python) None and vice versa.
Tim Potter
1
-0
/
+6
2007-10-10
r2298: Convert to and from string parameters.
Tim Potter
1
-5
/
+20
2007-10-10
r2297: Add string conversion functions.
Tim Potter
1
-1
/
+6
2007-10-10
r2296: Correct setting of access_mask in test program.
Tim Potter
1
-1
/
+1
2007-10-10
r2295: Convert simple scalar types and policy handles between dcerpc function
Tim Potter
2
-8
/
+136
2007-10-10
r2294: this fixes the NTLM2 sign+seal combination. I have now tested:
Andrew Tridgell
3
-31
/
+27
2007-10-10
r2293: fixed older NTLM sign/seal in the server
Andrew Tridgell
1
-2
/
+4
2007-10-10
r2290: Fix 'lsakey' for the server-side, it is static for
Andrew Bartlett
6
-17
/
+47
2007-10-10
r2289: Autogenerate some more attractive looking stubs for converting
Tim Potter
1
-21
/
+61
2007-10-10
r2288: Remove the claim/yield connection code - this will need to be redone
Andrew Bartlett
3
-240
/
+0
2007-10-10
r2287: Add static.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r2286: Fixes towards krb5 logins into Samba's CIFS server.
Andrew Bartlett
4
-89
/
+113
2007-10-10
r2285: Remove more static data, fix spelling in a comment.
Andrew Bartlett
2
-3
/
+3
2007-10-10
r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.
Andrew Bartlett
16
-200
/
+351
2007-10-10
r2283: Change from tridge (in his ntlm2 patch).
Andrew Bartlett
1
-3
/
+7
2007-10-10
r2282: Remove one more magic constant from the source, replace with sizeof().
Andrew Bartlett
1
-1
/
+1
2007-10-10
r2281: Add a few comments.
Andrew Bartlett
1
-0
/
+2
2007-10-10
r2280: fixed the session key choice for ncacn_np and ncacn_ip_tcp in the rpc ...
Andrew Tridgell
4
-15
/
+12
2007-10-10
r2278: Add some more helper functions.
Tim Potter
1
-10
/
+40
2007-10-10
r2277: Generate stubs for input and output typemaps.
Tim Potter
1
-10
/
+45
[next]