summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r9297: Add a NDR_CHECK() around each ejs push/pull.Tim Potter1-1/+8
2007-10-10r9296: Reinstate generation of push/pull functions for each field in a structTim Potter1-4/+16
2007-10-10r9295: Tridge had some good suggestions for simplifying the smb_interfaces ejsTim Potter1-180/+0
2007-10-10r9292: More compiles fixes for autogenerated smb_interfaces ejs wrappers.Tim Potter1-8/+101
2007-10-10r9291: Add a stub for smb_raw_lpq() which is in smb_interfaces.h but doesn'tTim Potter2-1/+50
2007-10-10r9284: Whitespace. (-:Tim Potter1-3/+3
2007-10-10r9279: In Samba3 debuglevel 10 used to print RPC debugs. I think this shouldTim Potter1-2/+2
2007-10-10r9260: only overwrite destination files when the temp files was created correctStefan Metzmacher2-5/+10
2007-10-10r9258: return is only supported in function, not in plain shell scriptsStefan Metzmacher2-9/+9
2007-10-10r9257: - I assume we don't need unistd.h in this file,Stefan Metzmacher1-2/+1
2007-10-10r9240: - move struct security_token to the idl file, with this we canStefan Metzmacher13-53/+24
2007-10-10r9239: I think this is the right IDL for the eventlog record. Pidl isTim Potter1-0/+2
2007-10-10r9238: Some test code to do user-unmarshalling of eventlog_Record data.Tim Potter1-0/+26
2007-10-10r9237: Fix eventlog_Record typedef so it decodes records source and computerTim Potter1-15/+13
2007-10-10r9235: Remove attribute search we no longer reference.Andrew Bartlett1-1/+0
2007-10-10r9234: Ensure we always change the end of the PAC, no matter what it is. FixAndrew Bartlett1-3/+3
2007-10-10r9233: Ensure that the output variable is initialised in this conversion fromAndrew Bartlett1-0/+1
2007-10-10r9232: Rename some objects to make code clear.Deryck Hodge1-24/+24
2007-10-10r9230: Star out passwords and add confim text input for provisioning.Deryck Hodge2-22/+38
2007-10-10r9228: cleanup and simplify the AJAJ code - part 2Andrew Tridgell1-6/+26
2007-10-10r9227: cleanup and simplify the AJAJ codeAndrew Tridgell6-69/+71
2007-10-10r9226: make sure we catch rpc faults in the ejs rpc wrappersAndrew Tridgell1-0/+3
2007-10-10r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup().Tim Potter3-14/+15
2007-10-10r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw functionTim Potter7-37/+41
2007-10-10r9221: Try to merge Heimdal across from lorikeet-heimdal to samba4.Andrew Bartlett73-4451/+9277
2007-10-10r9220: Start trying to get autogenerated code to compile.Tim Potter1-11/+44
2007-10-10r9219: by default be a DC, as the provisioning scripts assume that in other p...Andrew Tridgell1-0/+3
2007-10-10r9218: make the winreg library code handle arbitrary paths more efficientlyAndrew Tridgell2-29/+58
2007-10-10r9217: Add 'make clean' hooks to the ans1 depedency generator.Andrew Bartlett1-4/+19
2007-10-10r9213: some improvements to the registry editor codeAndrew Tridgell1-19/+8
2007-10-10r9212: the beginnings of a registry editor in SWAT, using client side javascr...Andrew Tridgell3-1/+159
2007-10-10r9211: don't try to encode functions in the AJAJ object encoderAndrew Tridgell1-1/+1
2007-10-10r9210: fixed support for a credentials element in a rpc object in ejs to notAndrew Tridgell2-6/+10
2007-10-10r9209: - fixed the ldb registry backend to work with the new provision ldifAndrew Tridgell2-6/+8
2007-10-10r9208: fix a crash bugStefan Metzmacher1-2/+3
2007-10-10r9207: Start generating ejs_push/pull calls for structure elements.Tim Potter1-17/+31
2007-10-10r9205: Generate more stub code for smb_raw ejs functions.Tim Potter1-44/+65
2007-10-10r9202: OK now we are getting somewhere. Generate js stubs for top level structsTim Potter1-207/+38