summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r2278: Add some more helper functions.Tim Potter2007-10-101-10/+40
* r2277: Generate stubs for input and output typemaps.Tim Potter2007-10-101-10/+45
* r2276: Remove garbage collection debugs.Tim Potter2007-10-101-2/+0
* r2275: don't crash on a rpc BIND_NAK response ...Andrew Tridgell2007-10-101-1/+6
* r2274: fixed some popt option clashes between smbtorture and the standard opt...Andrew Tridgell2007-10-101-6/+6
* r2273: disable the async samr tests unless -X option is used, as windowsAndrew Tridgell2007-10-101-0/+5
* r2272: fixed another couple of errors in the popt option arraysAndrew Tridgell2007-10-101-2/+2
* r2271: fixed the popt argument array for smbtorture, getting rid of someAndrew Tridgell2007-10-101-20/+19
* r2267: we no longer need to force the domain join to happen on NCACN_NP - itAndrew Tridgell2007-10-101-6/+5
* r2266: yay! LSA session keys on TCP now work!Andrew Tridgell2007-10-105-165/+33
* r2257: Tab completion support in regshell (complete command names and key namesJelmer Vernooij2007-10-102-1/+125