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
r2386: fixed some indentation
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2385: the gensec:krb5 test is not needed here any more, as we do it in the r...
Andrew Tridgell
1
-4
/
+0
2007-10-10
r2384: i missed "nt status support" in my change to the new globals init code
Andrew Tridgell
1
-0
/
+2
2007-10-10
r2383: fixed the handling of sending zero length dcerpc packets (I broke this
Andrew Tridgell
1
-1
/
+3
2007-10-10
r2382: considerably improved the Bind and Unbind IDL and test code. We can
Andrew Tridgell
2
-186
/
+44
2007-10-10
r2381: added a -v debugging option to ldbedit
Andrew Tridgell
1
-1
/
+31
2007-10-10
r2380: nicer error reporting in convert_string()
Andrew Tridgell
1
-6
/
+9
2007-10-10
r2377: added a more generic way of disabling gensec subsystems. For example,
Andrew Tridgell
1
-0
/
+5
2007-10-10
r2376: added a way to disable krb5 on the command line. Just use
Andrew Tridgell
1
-0
/
+5
2007-10-10
r2365: remove MSG_NOSIGNAL
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r2359: More consistency fixes: pass a talloc context to every function that
Tim Potter
2
-26
/
+65
2007-10-10
r2358: More renaming of functions to keep things consistent.
Tim Potter
2
-40
/
+49
2007-10-10
r2357: Start coding conversion routines for security descriptors, acls and sids.
Tim Potter
1
-3
/
+56
2007-10-10
r2347: merge LDAP ASN.1 fixes from trunk
Stefan Metzmacher
2
-12
/
+24
2007-10-10
r2346: fix some minor stuff
Stefan Metzmacher
2
-2
/
+2
2007-10-10
r2345: Add test for samr_QuerySecurity()
Tim Potter
1
-12
/
+35
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
[next]