summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r9207: Start generating ejs_push/pull calls for structure elements.Tim Potter2007-10-101-17/+31
* r9205: Generate more stub code for smb_raw ejs functions.Tim Potter2007-10-101-44/+65
* r9202: OK now we are getting somewhere. Generate js stubs for top level structsTim Potter2007-10-101-207/+38
* r9199: Another go at recursive flattening of structs.Tim Potter2007-10-101-25/+18
* r9196: - add a note about the Canonicalize KDCOPtion flagStefan Metzmacher2007-10-101-0/+15
* r9191: Generate headers for nested structures that need pushing or pulling.Tim Potter2007-10-101-34/+38
* r9185: Make second pass over the parser tree and tidy things up to make it aTim Potter2007-10-101-2/+84
* r9183: more workarounds for the global variables in ejs. I will discuss getti...Andrew Tridgell2007-10-103-0/+36
* r9179: cope with simultaneous web requests using the same session variableAndrew Tridgell2007-10-101-0/+6
* r9178: remove the old server printf codeAndrew Tridgell2007-10-101-13/+0
* r9174: ejs does not include the special variable 'length' in for loops over o...Andrew Tridgell2007-10-101-18/+32
* r9173: catch ep->local being NULLAndrew Tridgell2007-10-101-1/+3
* r9172: - fixed a nasty bug in the 'deep copy' mpr code that caused variablesAndrew Tridgell2007-10-101-2/+4
* r9171: - support putting a credentials object in a rpc pipe object to allow a...Andrew Tridgell2007-10-102-10/+10
* r9170: fix crash bugStefan Metzmacher2007-10-101-2/+3
* r9168: Fix subcontext handlingJelmer Vernooij2007-10-102-22/+43
* r9167: Further PAC parionia: ensure the checksum fails if we modify it.Andrew Bartlett2007-10-101-6/+45
* r9166: This checks more of auth subsystem in the PAC test.Andrew Bartlett2007-10-103-117/+147
* r9165: Fix inverted error check in untested code path. (My untested code...)Andrew Bartlett2007-10-101-1/+1
* r9164: Fix subcontext handlingJelmer Vernooij2007-10-101-23/+43
* r9162: Fix a couple of data typesJelmer Vernooij2007-10-101-10/+12
* r9161: More etheral parser generator fixesJelmer Vernooij2007-10-105-104/+243
* r9159: abstract the winreg js functions into a nice library interfaceAndrew Tridgell2007-10-101-0/+115
* r9157: fix white spacesStefan Metzmacher2007-10-101-3/+3
* r9156: Add IDL and test for FlushEventLog() but it always seems to returnTim Potter2007-10-102-11/+43
* r9155: Fix ReadEventLog() test so it now works.Tim Potter2007-10-101-11/+5
* r9154: Change eventlog enums to bitmaps.Tim Potter2007-10-101-11/+11
* r9152: fix a crash bugStefan Metzmacher2007-10-101-2/+1
* r9151: reverting to return char * againStefan Metzmacher2007-10-102-3/+3
* r9150: The ethereal parser generators work now. Thanks to Ronnie Sahlberg forJelmer Vernooij2007-10-105-111/+293