summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r2346: fix some minor stuffStefan Metzmacher2007-10-102-2/+2
* r2345: Add test for samr_QuerySecurity()Tim Potter2007-10-101-12/+35
* r2344: Return PyDict_New() in stub functions instead of Py_None to avoidTim Potter2007-10-101-2/+2
* r2343: - make socket_get_*_addr() return char * not const char *Stefan Metzmacher2007-10-103-28/+87
* r2342: Remove obsolete file.Tim Potter2007-10-101-59/+0
* r2339: my first python commit!Andrew Tridgell2007-10-101-3/+27
* r2336: Add another conversion function to allow union arms that contain struc...Tim Potter2007-10-103-19/+66
* r2335: Zero function parameter struct so we can do a bit more testing. To be...Tim Potter2007-10-101-0/+20
* r2328: add the start of a new system and protocolStefan Metzmacher2007-10-108-1/+624
* r2326: remove definition and usage of struct socket_contextStefan Metzmacher2007-10-107-36/+15
* r2325: Generate conversion stubs for IDL unions.Tim Potter2007-10-101-0/+23
* r2324: Add hand-written versions of functions from misc.idl.Tim Potter2007-10-101-1/+26
* r2323: More tweaks to get things building again.Tim Potter2007-10-101-7/+4
* r2322: More renames of autogenerated functions so they all have approximatelyTim Potter2007-10-101-12/+33
* r2321: add complately untested LDAP server startStefan Metzmacher2007-10-109-0/+526
* r2320: add my copyrightStefan Metzmacher2007-10-102-0/+2
* r2319: let event_merge_contexts() return a pointer to the final contextStefan Metzmacher2007-10-102-5/+5
* r2318: - remove the --with-ads optionStefan Metzmacher2007-10-101-360/+368
* r2315: change formatStefan Metzmacher2007-10-101-1/+1
* r2314: fix compiler warningStefan Metzmacher2007-10-101-2/+2
* r2313: Make these attributes case insensitive in the default provision.ldifAndrew Bartlett2007-10-101-0/+3
* r2310: fixed some broken if statements in handling --with-krb5Andrew Tridgell2007-10-101-3/+3
* r2309: make loadparm handling much more consistent, by using do_parameter()Andrew Tridgell2007-10-101-355/+161
* r2308: make talloc_vasprintf() available outside talloc.cAndrew Tridgell2007-10-101-2/+1
* r2307: Fix the use of 'raw' NTLMSSP to hosts that support extended security,Andrew Bartlett2007-10-103-12/+33
* r2306: in lp_set_cmdline(), also set any aliases as having been set by the co...Andrew Tridgell2007-10-101-0/+10
* r2305: a useful test script for trying a wide variety of DCE/RPC options with...Andrew Tridgell2007-10-102-0/+51
* r2304: fixed a bug in old style NTLM signingAndrew Tridgell2007-10-101-1/+1
* r2303: allow setting of many ntlmssp options from smb.conf or the commandAndrew Tridgell2007-10-101-7/+28
* r2302: added a '--option' option, allowing any global or default option inAndrew Tridgell2007-10-102-3/+42
* r2301: add a server side warning when we receive more RPC data than weAndrew Tridgell2007-10-101-0/+6
* r2300: Start writing a Python torture test suite based on the smbtorture rpc ...Tim Potter2007-10-102-11/+52
* r2299: Map a (C) NULL pointer to (Python) None and vice versa.Tim Potter2007-10-101-0/+6
* r2298: Convert to and from string parameters.Tim Potter2007-10-101-5/+20
* r2297: Add string conversion functions.Tim Potter2007-10-101-1/+6
* r2296: Correct setting of access_mask in test program.Tim Potter2007-10-101-1/+1
* r2295: Convert simple scalar types and policy handles between dcerpc functionTim Potter2007-10-102-8/+136
* r2294: this fixes the NTLM2 sign+seal combination. I have now tested:Andrew Tridgell2007-10-103-31/+27
* r2293: fixed older NTLM sign/seal in the serverAndrew Tridgell2007-10-101-2/+4
* r2290: Fix 'lsakey' for the server-side, it is static forAndrew Bartlett2007-10-106-17/+47
* r2289: Autogenerate some more attractive looking stubs for convertingTim Potter2007-10-101-21/+61
* r2288: Remove the claim/yield connection code - this will need to be redoneAndrew Bartlett2007-10-103-240/+0
* r2287: Add static.Andrew Bartlett2007-10-101-1/+1
* r2286: Fixes towards krb5 logins into Samba's CIFS server.Andrew Bartlett2007-10-104-89/+113
* r2285: Remove more static data, fix spelling in a comment.Andrew Bartlett2007-10-102-3/+3
* r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett2007-10-1016-200/+351
* r2283: Change from tridge (in his ntlm2 patch).Andrew Bartlett2007-10-101-3/+7
* r2282: Remove one more magic constant from the source, replace with sizeof().Andrew Bartlett2007-10-101-1/+1
* r2281: Add a few comments.Andrew Bartlett2007-10-101-0/+2
* r2280: fixed the session key choice for ncacn_np and ncacn_ip_tcp in the rpc ...Andrew Tridgell2007-10-104-15/+12