summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
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-10r9227: cleanup and simplify the AJAJ codeAndrew Tridgell1-6/+7
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 Tridgell1-16/+38
2007-10-10r9217: Add 'make clean' hooks to the ans1 depedency generator.Andrew Bartlett1-4/+19
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
2007-10-10r9199: Another go at recursive flattening of structs.Tim Potter1-25/+18
2007-10-10r9196: - add a note about the Canonicalize KDCOPtion flagStefan Metzmacher1-0/+15
2007-10-10r9191: Generate headers for nested structures that need pushing or pulling.Tim Potter1-34/+38
2007-10-10r9185: Make second pass over the parser tree and tidy things up to make it aTim Potter1-2/+84
2007-10-10r9183: more workarounds for the global variables in ejs. I will discuss getti...Andrew Tridgell3-0/+36
2007-10-10r9179: cope with simultaneous web requests using the same session variableAndrew Tridgell1-0/+6
2007-10-10r9178: remove the old server printf codeAndrew Tridgell1-13/+0
2007-10-10r9174: ejs does not include the special variable 'length' in for loops over o...Andrew Tridgell1-18/+32
2007-10-10r9173: catch ep->local being NULLAndrew Tridgell1-1/+3
2007-10-10r9172: - fixed a nasty bug in the 'deep copy' mpr code that caused variablesAndrew Tridgell1-2/+4
2007-10-10r9171: - support putting a credentials object in a rpc pipe object to allow a...Andrew Tridgell2-10/+10
2007-10-10r9170: fix crash bugStefan Metzmacher1-2/+3
2007-10-10r9168: Fix subcontext handlingJelmer Vernooij2-22/+43
2007-10-10r9167: Further PAC parionia: ensure the checksum fails if we modify it.Andrew Bartlett1-6/+45
2007-10-10r9166: This checks more of auth subsystem in the PAC test.Andrew Bartlett3-117/+147
2007-10-10r9165: Fix inverted error check in untested code path. (My untested code...)Andrew Bartlett1-1/+1
2007-10-10r9164: Fix subcontext handlingJelmer Vernooij1-23/+43