summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r2282: Remove one more magic constant from the source, replace with sizeof().Andrew Bartlett1-1/+1
2007-10-10r2281: Add a few comments.Andrew Bartlett1-0/+2
2007-10-10r2280: fixed the session key choice for ncacn_np and ncacn_ip_tcp in the rpc ...Andrew Tridgell4-15/+12
2007-10-10r2278: Add some more helper functions.Tim Potter1-10/+40
2007-10-10r2277: Generate stubs for input and output typemaps.Tim Potter1-10/+45
2007-10-10r2276: Remove garbage collection debugs.Tim Potter1-2/+0
2007-10-10r2275: don't crash on a rpc BIND_NAK response ...Andrew Tridgell1-1/+6
2007-10-10r2274: fixed some popt option clashes between smbtorture and the standard opt...Andrew Tridgell1-6/+6
2007-10-10r2273: disable the async samr tests unless -X option is used, as windowsAndrew Tridgell1-0/+5
2007-10-10r2272: fixed another couple of errors in the popt option arraysAndrew Tridgell1-2/+2
2007-10-10r2271: fixed the popt argument array for smbtorture, getting rid of someAndrew Tridgell1-20/+19
2007-10-10r2267: we no longer need to force the domain join to happen on NCACN_NP - itAndrew Tridgell1-6/+5
2007-10-10r2266: yay! LSA session keys on TCP now work!Andrew Tridgell5-165/+33
2007-10-10r2257: Tab completion support in regshell (complete command names and key namesJelmer Vernooij2-1/+125
2007-10-10r2256: Include autogenerated interfaces for lsa and samr pipes. Typemaps are...Tim Potter3-6/+75
2007-10-10r2255: Don't do experimental swig stuff by default.Tim Potter1-1/+1
2007-10-10r2254: Fix a couple of compiler warnings...Jelmer Vernooij6-24/+9
2007-10-10r2253: Add test program, as small example of what's going on.Tim Potter5-2/+51