summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* r9345: used the data blob functions in the echo.js test codeAndrew Tridgell2007-10-101-4/+6
* r9344: started adding calls for manipulation of data blobs in ejsAndrew Tridgell2007-10-104-1/+167
* r9342: removed extra libinclude of base.jsAndrew Tridgell2007-10-101-2/+0
* r9341: updated the winreg test program to take advantage of the new EnumValueAndrew Tridgell2007-10-101-2/+11
* 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
* r9328: Remove background:ThreeDFace from qooxdoo styles toDeryck Hodge2007-10-101-1/+1
* r9327: Rename parent to fParent to prevent confusion with window.parent object.Deryck Hodge2007-10-101-13/+13
* 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
* r9311: Missing null pointer check in ejsLibSteve French2007-10-101-1/+2
* r9310: Add two missing return statements after null pointer checks to fix pot...Steve French2007-10-101-0/+2
* r9309: Incorrect null pointer check in return from talloc.Steve French2007-10-101-1/+1
* r9305: Use the check-var.m4 from roken to really, really detect h_errno corre...Andrew Bartlett2007-10-102-4/+30
* r9300: cope with zero length in ndr_pull_charset()Andrew Tridgell2007-10-101-0/+4
* r9299: fixed the evaluation of pointer expressions that evaluate to booleanAndrew Tridgell2007-10-101-2/+25
* r9298: pull non-array elements before array elements to overcome the problemAndrew Tridgell2007-10-101-0/+12
* r9297: Add a NDR_CHECK() around each ejs push/pull.Tim Potter2007-10-101-1/+8
* r9296: Reinstate generation of push/pull functions for each field in a structTim Potter2007-10-101-4/+16
* r9295: Tridge had some good suggestions for simplifying the smb_interfaces ejsTim Potter2007-10-101-180/+0
* r9292: More compiles fixes for autogenerated smb_interfaces ejs wrappers.Tim Potter2007-10-101-8/+101
* r9291: Add a stub for smb_raw_lpq() which is in smb_interfaces.h but doesn'tTim Potter2007-10-102-1/+50
* r9284: Whitespace. (-:Tim Potter2007-10-101-3/+3
* r9279: In Samba3 debuglevel 10 used to print RPC debugs. I think this shouldTim Potter2007-10-101-2/+2
* r9260: only overwrite destination files when the temp files was created correctStefan Metzmacher2007-10-102-5/+10
* r9258: return is only supported in function, not in plain shell scriptsStefan Metzmacher2007-10-102-9/+9
* r9257: - I assume we don't need unistd.h in this file,Stefan Metzmacher2007-10-101-2/+1
* r9240: - move struct security_token to the idl file, with this we canStefan Metzmacher2007-10-1013-53/+24
* r9239: I think this is the right IDL for the eventlog record. Pidl isTim Potter2007-10-101-0/+2
* r9238: Some test code to do user-unmarshalling of eventlog_Record data.Tim Potter2007-10-101-0/+26
* r9237: Fix eventlog_Record typedef so it decodes records source and computerTim Potter2007-10-101-15/+13
* r9235: Remove attribute search we no longer reference.Andrew Bartlett2007-10-101-1/+0
* r9234: Ensure we always change the end of the PAC, no matter what it is. FixAndrew Bartlett2007-10-101-3/+3
* r9233: Ensure that the output variable is initialised in this conversion fromAndrew Bartlett2007-10-101-0/+1
* r9232: Rename some objects to make code clear.Deryck Hodge2007-10-101-24/+24
* r9230: Star out passwords and add confim text input for provisioning.Deryck Hodge2007-10-102-22/+38
* r9228: cleanup and simplify the AJAJ code - part 2Andrew Tridgell2007-10-101-6/+26
* r9227: cleanup and simplify the AJAJ codeAndrew Tridgell2007-10-106-69/+71
* r9226: make sure we catch rpc faults in the ejs rpc wrappersAndrew Tridgell2007-10-101-0/+3
* r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup().Tim Potter2007-10-103-14/+15
* r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw functionTim Potter2007-10-107-37/+41