summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* r9416: Cleanups inspired by jra's work to migrate Samba4's NTLMSSP code backAndrew Bartlett2007-10-106-170/+160
* r9415: Remove old kerberos code (including salt guessing code) that has onlyAndrew Bartlett2007-10-103-713/+8
* r9414: Fix failure to find own domain info due to recent ldb_dn upgrade - weAndrew Bartlett2007-10-101-2/+2
* r9413: Bring Samba4 back up to date with lorikeet-heimdal.Andrew Bartlett2007-10-1026-609/+1613
* r9412: Simplfy this NTLM authentication code by requiring the caller toAndrew Bartlett2007-10-102-96/+42
* r9411: Ensure we don't send a challenge without first getting a negotiate inAndrew Bartlett2007-10-102-2/+9
* r9410: - a winreg_CloseKey() should return a zero key on success (zeroing theAndrew Tridgell2007-10-101-7/+4
* r9409: fix a problem that volker noticed with web page timeouts causing smbdAndrew Tridgell2007-10-102-2/+25
* r9406: Add const.Andrew Bartlett2007-10-101-3/+3
* r9396: ntlm_auth updates, including again support for the NTLMSSP clientAndrew Bartlett2007-10-101-2/+8
* r9394: avoid to use BOOL in ldbSimo Sorce2007-10-102-8/+4
* r9393: Fix ldb standalone buildSimo Sorce2007-10-102-0/+6
* r9392: Fix ldb_dn_compose to make build farm happySimo Sorce2007-10-107-42/+36
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-1056-864/+1477
* r9390: fixed mixing of code and dataAndrew Tridgell2007-10-101-1/+2
* r9389: handle errors reading from files in web serverAndrew Tridgell2007-10-101-4/+5
* r9388: we should fault bad handles given to winreg_GetVersion()Andrew Tridgell2007-10-101-1/+5
* r9387: regedit uses "New Key #nn" for newly created keys, which conflicts wit...Andrew Tridgell2007-10-103-4/+17
* r9386: OpenKey with a bad name must return WERR_BADFILE (w2k3 regedit relies ...Andrew Tridgell2007-10-101-1/+1
* r9385: Remove unused functionsSimo Sorce2007-10-101-97/+0
* r9384: added a debug to show the dcerpc fault code for any calls we faultAndrew Tridgell2007-10-101-0/+4
* r9382: Add a dummy registry for HKEY_USERS to get rid of the annoying dialogTim Potter2007-10-101-0/+6
* r9381: Line wrapping.Tim Potter2007-10-101-8/+8
* r9379: the valgrind test box is now just going past the max 30 minute smbdAndrew Tridgell2007-10-101-1/+1
* r9378: initialise the last_mod attribute in the ldb backend. Better to returnAndrew Tridgell2007-10-101-0/+2
* r9377: made winreg a user tool (I find it quite useful). I expect it to get t...Andrew Tridgell2007-10-102-0/+76
* r9374: HPUX is also missing setegid()Andrew Tridgell2007-10-102-1/+13
* r9373: - create a hierachical memory tree with recursiv ndr_pull_* functionsStefan Metzmacher2007-10-106-24/+168
* r9372: - make the subcontext handling autogenerated code look nicer,Stefan Metzmacher2007-10-105-126/+179
* r9371: add the usefull trick hack for NT_STATUS_NO_MEMORY tooStefan Metzmacher2007-10-101-0/+5
* r9370: need a configure test for setresuid()Andrew Tridgell2007-10-101-1/+1
* r9369: an attempt to fix the build on HPUX. This is based on work by DonAndrew Tridgell2007-10-105-137/+35
* r9360: fixed the IDL for winreg_SetValue()Andrew Tridgell2007-10-101-1/+1
* r9359: don't check for size overflow if value is NULLAndrew Tridgell2007-10-101-1/+2
* r9358: - opening a winreg key of "" is the same as re-opening the hive. TheAndrew Tridgell2007-10-101-11/+17
* r9357: Remove DBGC_CLASS cruft copied over from Samba 3. I would like toTim Potter2007-10-1013-39/+0
* r9356: a better way of coping with NULL arrays in the array bounds checking. ...Andrew Tridgell2007-10-102-8/+4
* r9355: return the EnumKey and EnumValue list we have so far when we get a rpc...Andrew Tridgell2007-10-101-4/+4
* r9347: this array bounds checking is harder than it looks ...Andrew Tridgell2007-10-102-2/+12
* r9346: allow test_ldap.sh to be called when $CONFFILE is not setAndrew Tridgell2007-10-101-1/+1
* r9344: started adding calls for manipulation of data blobs in ejsAndrew Tridgell2007-10-104-1/+167
* r9340: print the [in] contents when debugging even if the marshallingAndrew Tridgell2007-10-101-2/+4
* r9339: treat arrays of uint8 values as a special DATA_BLOB type in the ejsAndrew Tridgell2007-10-104-3/+88
* r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValueAndrew Tridgell2007-10-105-112/+219
* r9337: defer the checking of array sizes until the end of theAndrew Tridgell2007-10-101-4/+53
* r9335: only copy the in side of an array to the out side of an array when theAndrew Tridgell2007-10-101-1/+2
* r9321: Fix potential bug found by Coverity. src_len has to be int but later w...Alexander Bokovoy2007-10-101-5/+5
* r9320: Fix premature dereference bug found by Coverty and also get rid of non...Alexander Bokovoy2007-10-101-6/+3
* r9319: updated newuser script for new OO style for nss objectAndrew Tridgell2007-10-101-1/+2
* r9318: fix searches with scope ONE and SUB,Stefan Metzmacher2007-10-102-1/+5