summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2358: More renaming of functions to keep things consistent.Tim Potter2-40/+49
2007-10-10r2357: Start coding conversion routines for security descriptors, acls and sids.Tim Potter1-3/+56
2007-10-10r2347: merge LDAP ASN.1 fixes from trunkStefan Metzmacher2-12/+24
2007-10-10r2346: fix some minor stuffStefan Metzmacher2-2/+2
2007-10-10r2345: Add test for samr_QuerySecurity()Tim Potter1-12/+35
2007-10-10r2344: Return PyDict_New() in stub functions instead of Py_None to avoidTim Potter1-2/+2
2007-10-10r2343: - make socket_get_*_addr() return char * not const char *Stefan Metzmacher3-28/+87
2007-10-10r2342: Remove obsolete file.Tim Potter1-59/+0
2007-10-10r2339: my first python commit!Andrew Tridgell1-3/+27
2007-10-10r2336: Add another conversion function to allow union arms that contain struc...Tim Potter3-19/+66
2007-10-10r2335: Zero function parameter struct so we can do a bit more testing. To be...Tim Potter1-0/+20
2007-10-10r2328: add the start of a new system and protocolStefan Metzmacher8-1/+624
2007-10-10r2326: remove definition and usage of struct socket_contextStefan Metzmacher7-36/+15
2007-10-10r2325: Generate conversion stubs for IDL unions.Tim Potter1-0/+23
2007-10-10r2324: Add hand-written versions of functions from misc.idl.Tim Potter1-1/+26
2007-10-10r2323: More tweaks to get things building again.Tim Potter1-7/+4
2007-10-10r2322: More renames of autogenerated functions so they all have approximatelyTim Potter1-12/+33
2007-10-10r2321: add complately untested LDAP server startStefan Metzmacher9-0/+526
2007-10-10r2320: add my copyrightStefan Metzmacher2-0/+2
2007-10-10r2319: let event_merge_contexts() return a pointer to the final contextStefan Metzmacher2-5/+5
2007-10-10r2318: - remove the --with-ads optionStefan Metzmacher1-360/+368
2007-10-10r2315: change formatStefan Metzmacher1-1/+1
2007-10-10r2314: fix compiler warningStefan Metzmacher1-2/+2
2007-10-10r2313: Make these attributes case insensitive in the default provision.ldifAndrew Bartlett1-0/+3
2007-10-10r2310: fixed some broken if statements in handling --with-krb5Andrew Tridgell1-3/+3
2007-10-10r2309: make loadparm handling much more consistent, by using do_parameter()Andrew Tridgell1-355/+161
2007-10-10r2308: make talloc_vasprintf() available outside talloc.cAndrew Tridgell1-2/+1
2007-10-10r2307: Fix the use of 'raw' NTLMSSP to hosts that support extended security,Andrew Bartlett3-12/+33
2007-10-10r2306: in lp_set_cmdline(), also set any aliases as having been set by the co...Andrew Tridgell1-0/+10
2007-10-10r2305: a useful test script for trying a wide variety of DCE/RPC options with...Andrew Tridgell2-0/+51
2007-10-10r2304: fixed a bug in old style NTLM signingAndrew Tridgell1-1/+1
2007-10-10r2303: allow setting of many ntlmssp options from smb.conf or the commandAndrew Tridgell1-7/+28
2007-10-10r2302: added a '--option' option, allowing any global or default option inAndrew Tridgell2-3/+42
2007-10-10r2301: add a server side warning when we receive more RPC data than weAndrew Tridgell1-0/+6
2007-10-10r2300: Start writing a Python torture test suite based on the smbtorture rpc ...Tim Potter2-11/+52
2007-10-10r2299: Map a (C) NULL pointer to (Python) None and vice versa.Tim Potter1-0/+6
2007-10-10r2298: Convert to and from string parameters.Tim Potter1-5/+20
2007-10-10r2297: Add string conversion functions.Tim Potter1-1/+6
2007-10-10r2296: Correct setting of access_mask in test program.Tim Potter1-1/+1
2007-10-10r2295: Convert simple scalar types and policy handles between dcerpc functionTim Potter2-8/+136
2007-10-10r2294: this fixes the NTLM2 sign+seal combination. I have now tested:Andrew Tridgell3-31/+27
2007-10-10r2293: fixed older NTLM sign/seal in the serverAndrew Tridgell1-2/+4
2007-10-10r2290: Fix 'lsakey' for the server-side, it is static forAndrew Bartlett6-17/+47
2007-10-10r2289: Autogenerate some more attractive looking stubs for convertingTim Potter1-21/+61
2007-10-10r2288: Remove the claim/yield connection code - this will need to be redoneAndrew Bartlett3-240/+0
2007-10-10r2287: Add static.Andrew Bartlett1-1/+1
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