summaryrefslogtreecommitdiffstats
path: root/source4
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
* 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
* 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
* r9227: cleanup and simplify the AJAJ codeAndrew Tridgell2007-10-101-6/+7
* 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
* r9221: Try to merge Heimdal across from lorikeet-heimdal to samba4.Andrew Bartlett2007-10-1073-4451/+9277
* r9220: Start trying to get autogenerated code to compile.Tim Potter2007-10-101-11/+44
* r9219: by default be a DC, as the provisioning scripts assume that in other p...Andrew Tridgell2007-10-101-0/+3
* r9218: make the winreg library code handle arbitrary paths more efficientlyAndrew Tridgell2007-10-101-16/+38
* r9217: Add 'make clean' hooks to the ans1 depedency generator.Andrew Bartlett2007-10-101-4/+19
* r9210: fixed support for a credentials element in a rpc object in ejs to notAndrew Tridgell2007-10-102-6/+10
* r9209: - fixed the ldb registry backend to work with the new provision ldifAndrew Tridgell2007-10-102-6/+8
* r9208: fix a crash bugStefan Metzmacher2007-10-101-2/+3