summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-10r9383: remove unused fileAndrew Tridgell1-72/+0
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
2007-10-10r9346: allow test_ldap.sh to be called when $CONFFILE is not setAndrew Tridgell1-1/+1
2007-10-10r9345: used the data blob functions in the echo.js test codeAndrew Tridgell1-4/+6
2007-10-10r9344: started adding calls for manipulation of data blobs in ejsAndrew Tridgell4-1/+167
2007-10-10r9342: removed extra libinclude of base.jsAndrew Tridgell1-2/+0
2007-10-10r9341: updated the winreg test program to take advantage of the new EnumValueAndrew Tridgell1-2/+11
2007-10-10r9340: print the [in] contents when debugging even if the marshallingAndrew Tridgell1-2/+4
2007-10-10r9339: treat arrays of uint8 values as a special DATA_BLOB type in the ejsAndrew Tridgell4-3/+88
2007-10-10r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValueAndrew Tridgell5-112/+219
2007-10-10r9337: defer the checking of array sizes until the end of theAndrew Tridgell1-4/+53
2007-10-10r9335: only copy the in side of an array to the out side of an array when theAndrew Tridgell1-1/+2
2007-10-10r9328: Remove background:ThreeDFace from qooxdoo styles toDeryck Hodge1-1/+1
2007-10-10r9327: Rename parent to fParent to prevent confusion with window.parent object.Deryck Hodge1-13/+13
2007-10-10r9321: Fix potential bug found by Coverity. src_len has to be int but later w...Alexander Bokovoy1-5/+5
2007-10-10r9320: Fix premature dereference bug found by Coverty and also get rid of non...Alexander Bokovoy1-6/+3
2007-10-10r9319: updated newuser script for new OO style for nss objectAndrew Tridgell1-1/+2
2007-10-10r9318: fix searches with scope ONE and SUB,Stefan Metzmacher2-1/+5
2007-10-10r9311: Missing null pointer check in ejsLibSteve French1-1/+2
2007-10-10r9310: Add two missing return statements after null pointer checks to fix pot...Steve French1-0/+2
2007-10-10r9309: Incorrect null pointer check in return from talloc.Steve French1-1/+1
2007-10-10r9305: Use the check-var.m4 from roken to really, really detect h_errno corre...Andrew Bartlett2-4/+30
2007-10-10r9300: cope with zero length in ndr_pull_charset()Andrew Tridgell1-0/+4
2007-10-10r9299: fixed the evaluation of pointer expressions that evaluate to booleanAndrew Tridgell1-2/+25
2007-10-10r9298: pull non-array elements before array elements to overcome the problemAndrew Tridgell1-0/+12