summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r9431: Check an error code in BASE-DELETE.Volker Lendecke1-2/+13
2007-10-10r9430: Remove obsolete file.Jelmer Vernooij3-100/+153
2007-10-10r9429: Update link to DCOM spec. Fix HRESULT values.Jelmer Vernooij2-5/+3
2007-10-10r9424: Remove duplicate interface name in DCERPC subdissector strings. AlsoTim Potter1-5/+9
2007-10-10r9423: Fix a typo.Tim Potter1-1/+1
2007-10-10r9422: Include crypto.h header.Andrew Bartlett1-0/+1
2007-10-10r9421: Move arcfour code into it's own file, in lib/crypto.Andrew Bartlett5-69/+101
2007-10-10r9420: Fix the SPNEGO system again: Update the state position afterAndrew Bartlett1-4/+6
2007-10-10r9419: Silly, silly, untested mistake...Andrew Bartlett1-2/+2
2007-10-10r9418: SPNEGO fixes:Andrew Bartlett1-18/+29
2007-10-10r9417: Ask for the ASYNC_REPLIES feature, as will want that.Andrew Bartlett1-0/+1
2007-10-10r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code backAndrew Bartlett6-170/+160
2007-10-10r9415: Remove old kerberos code (including salt guessing code) that has onlyAndrew Bartlett3-713/+8
2007-10-10r9414: Fix failure to find own domain info due to recent ldb_dn upgrade - weAndrew Bartlett1-2/+2
2007-10-10r9413: Bring Samba4 back up to date with lorikeet-heimdal.Andrew Bartlett26-609/+1613
2007-10-10r9412: Simplfy this NTLM authentication code by requiring the caller toAndrew Bartlett2-96/+42
2007-10-10r9411: Ensure we don't send a challenge without first getting a negotiate inAndrew Bartlett2-2/+9
2007-10-10r9410: - a winreg_CloseKey() should return a zero key on success (zeroing theAndrew Tridgell1-7/+4
2007-10-10r9409: fix a problem that volker noticed with web page timeouts causing smbdAndrew Tridgell2-2/+25
2007-10-10r9406: Add const.Andrew Bartlett1-3/+3
2007-10-10r9396: ntlm_auth updates, including again support for the NTLMSSP clientAndrew Bartlett1-2/+8
2007-10-10r9394: avoid to use BOOL in ldbSimo Sorce2-8/+4
2007-10-10r9393: Fix ldb standalone buildSimo Sorce2-0/+6
2007-10-10r9392: Fix ldb_dn_compose to make build farm happySimo Sorce7-42/+36
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce56-864/+1477
2007-10-10r9390: fixed mixing of code and dataAndrew Tridgell1-1/+2
2007-10-10r9389: handle errors reading from files in web serverAndrew Tridgell1-4/+5
2007-10-10r9388: we should fault bad handles given to winreg_GetVersion()Andrew Tridgell1-1/+5
2007-10-10r9387: regedit uses "New Key #nn" for newly created keys, which conflicts wit...Andrew Tridgell3-4/+17
2007-10-10r9386: OpenKey with a bad name must return WERR_BADFILE (w2k3 regedit relies ...Andrew Tridgell1-1/+1
2007-10-10r9385: Remove unused functionsSimo Sorce1-97/+0
2007-10-10r9384: added a debug to show the dcerpc fault code for any calls we faultAndrew Tridgell1-0/+4
2007-10-10r9382: Add a dummy registry for HKEY_USERS to get rid of the annoying dialogTim Potter1-0/+6
2007-10-10r9381: Line wrapping.Tim Potter1-8/+8
2007-10-10r9379: the valgrind test box is now just going past the max 30 minute smbdAndrew Tridgell1-1/+1
2007-10-10r9378: initialise the last_mod attribute in the ldb backend. Better to returnAndrew Tridgell1-0/+2
2007-10-10r9377: made winreg a user tool (I find it quite useful). I expect it to get t...Andrew Tridgell2-0/+76
2007-10-10r9374: HPUX is also missing setegid()Andrew Tridgell2-1/+13
2007-10-10r9373: - create a hierachical memory tree with recursiv ndr_pull_* functionsStefan Metzmacher6-24/+168
2007-10-10r9372: - make the subcontext handling autogenerated code look nicer,Stefan Metzmacher5-126/+179
2007-10-10r9371: add the usefull trick hack for NT_STATUS_NO_MEMORY tooStefan Metzmacher1-0/+5
2007-10-10r9370: need a configure test for setresuid()Andrew Tridgell1-1/+1
2007-10-10r9369: an attempt to fix the build on HPUX. This is based on work by DonAndrew Tridgell5-137/+35
2007-10-10r9360: fixed the IDL for winreg_SetValue()Andrew Tridgell1-1/+1
2007-10-10r9359: don't check for size overflow if value is NULLAndrew Tridgell1-1/+2
2007-10-10r9358: - opening a winreg key of "" is the same as re-opening the hive. TheAndrew Tridgell1-11/+17
2007-10-10r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like toTim Potter13-39/+0
2007-10-10r9356: a better way of coping with NULL arrays in the array bounds checking. ...Andrew Tridgell2-8/+4
2007-10-10r9355: return the EnumKey and EnumValue list we have so far when we get a rpc...Andrew Tridgell1-4/+4
2007-10-10r9347: this array bounds checking is harder than it looks ...Andrew Tridgell2-2/+12