Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r9296: Reinstate generation of push/pull functions for each field in a struct | Tim Potter | 1 | -4/+16 |
2007-10-10 | r9295: Tridge had some good suggestions for simplifying the smb_interfaces ejs | Tim Potter | 1 | -180/+0 |
2007-10-10 | r9292: More compiles fixes for autogenerated smb_interfaces ejs wrappers. | Tim Potter | 1 | -8/+101 |
2007-10-10 | r9291: Add a stub for smb_raw_lpq() which is in smb_interfaces.h but doesn't | Tim Potter | 2 | -1/+50 |
2007-10-10 | r9284: Whitespace. (-: | Tim Potter | 1 | -3/+3 |
2007-10-10 | r9279: In Samba3 debuglevel 10 used to print RPC debugs. I think this should | Tim Potter | 1 | -2/+2 |
2007-10-10 | r9260: only overwrite destination files when the temp files was created correct | Stefan Metzmacher | 2 | -5/+10 |
2007-10-10 | r9258: return is only supported in function, not in plain shell scripts | Stefan Metzmacher | 2 | -9/+9 |
2007-10-10 | r9257: - I assume we don't need unistd.h in this file, | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r9240: - move struct security_token to the idl file, with this we can | Stefan Metzmacher | 13 | -53/+24 |
2007-10-10 | r9239: I think this is the right IDL for the eventlog record. Pidl is | Tim Potter | 1 | -0/+2 |
2007-10-10 | r9238: Some test code to do user-unmarshalling of eventlog_Record data. | Tim Potter | 1 | -0/+26 |
2007-10-10 | r9237: Fix eventlog_Record typedef so it decodes records source and computer | Tim Potter | 1 | -15/+13 |
2007-10-10 | r9235: Remove attribute search we no longer reference. | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r9234: Ensure we always change the end of the PAC, no matter what it is. Fix | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r9233: Ensure that the output variable is initialised in this conversion from | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r9227: cleanup and simplify the AJAJ code | Andrew Tridgell | 1 | -6/+7 |
2007-10-10 | r9226: make sure we catch rpc faults in the ejs rpc wrappers | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r9223: Rename smb_raw_session_setup() to smb_raw_sesssetup(). | Tim Potter | 3 | -14/+15 |
2007-10-10 | r9222: Rename smb_tree_connect() to smb_raw_tcon() to match other raw function | Tim Potter | 7 | -37/+41 |
2007-10-10 | r9221: Try to merge Heimdal across from lorikeet-heimdal to samba4. | Andrew Bartlett | 73 | -4451/+9277 |
2007-10-10 | r9220: Start trying to get autogenerated code to compile. | Tim Potter | 1 | -11/+44 |
2007-10-10 | r9219: by default be a DC, as the provisioning scripts assume that in other p... | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r9218: make the winreg library code handle arbitrary paths more efficiently | Andrew Tridgell | 1 | -16/+38 |
2007-10-10 | r9217: Add 'make clean' hooks to the ans1 depedency generator. | Andrew Bartlett | 1 | -4/+19 |
2007-10-10 | r9210: fixed support for a credentials element in a rpc object in ejs to not | Andrew Tridgell | 2 | -6/+10 |
2007-10-10 | r9209: - fixed the ldb registry backend to work with the new provision ldif | Andrew Tridgell | 2 | -6/+8 |
2007-10-10 | r9208: fix a crash bug | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r9207: Start generating ejs_push/pull calls for structure elements. | Tim Potter | 1 | -17/+31 |
2007-10-10 | r9205: Generate more stub code for smb_raw ejs functions. | Tim Potter | 1 | -44/+65 |
2007-10-10 | r9202: OK now we are getting somewhere. Generate js stubs for top level structs | Tim Potter | 1 | -207/+38 |
2007-10-10 | r9199: Another go at recursive flattening of structs. | Tim Potter | 1 | -25/+18 |
2007-10-10 | r9196: - add a note about the Canonicalize KDCOPtion flag | Stefan Metzmacher | 1 | -0/+15 |
2007-10-10 | r9191: Generate headers for nested structures that need pushing or pulling. | Tim Potter | 1 | -34/+38 |
2007-10-10 | r9185: Make second pass over the parser tree and tidy things up to make it a | Tim Potter | 1 | -2/+84 |
2007-10-10 | r9183: more workarounds for the global variables in ejs. I will discuss getti... | Andrew Tridgell | 3 | -0/+36 |
2007-10-10 | r9179: cope with simultaneous web requests using the same session variable | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r9178: remove the old server printf code | Andrew Tridgell | 1 | -13/+0 |
2007-10-10 | r9174: ejs does not include the special variable 'length' in for loops over o... | Andrew Tridgell | 1 | -18/+32 |
2007-10-10 | r9173: catch ep->local being NULL | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r9172: - fixed a nasty bug in the 'deep copy' mpr code that caused variables | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r9171: - support putting a credentials object in a rpc pipe object to allow a... | Andrew Tridgell | 2 | -10/+10 |
2007-10-10 | r9170: fix crash bug | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r9168: Fix subcontext handling | Jelmer Vernooij | 2 | -22/+43 |
2007-10-10 | r9167: Further PAC parionia: ensure the checksum fails if we modify it. | Andrew Bartlett | 1 | -6/+45 |
2007-10-10 | r9166: This checks more of auth subsystem in the PAC test. | Andrew Bartlett | 3 | -117/+147 |
2007-10-10 | r9165: Fix inverted error check in untested code path. (My untested code...) | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r9164: Fix subcontext handling | Jelmer Vernooij | 1 | -23/+43 |
2007-10-10 | r9162: Fix a couple of data types | Jelmer Vernooij | 1 | -10/+12 |
2007-10-10 | r9161: More etheral parser generator fixes | Jelmer Vernooij | 5 | -104/+243 |