summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8283: make sure we build constant variables for both pull and push side of e...Andrew Tridgell1-12/+20
2007-10-10r8282: make the deletion of the smbd.tmp directory recursive. This cleans up ...Andrew Tridgell1-45/+40
2007-10-10r8281: pass the callnum and rpc interface table directly from the generatedAndrew Tridgell3-22/+32
2007-10-10r8280: - added irpc_connect() for connecting to a irpc server by nameAndrew Tridgell3-3/+87
2007-10-10r8279: make sure we hold a lock when manipulating the irpc names dbAndrew Tridgell1-1/+21
2007-10-10r8278: this should fix the heimdal h_errno warningsAndrew Tridgell2-2/+10
2007-10-10r8277: filled in the code for finding irpc server ids by name, storing theAndrew Tridgell2-2/+126
2007-10-10r8276: fixed the remaining memory leaks in smbscript. We can now loop doingAndrew Tridgell10-124/+138
2007-10-10r8275: possibly a more portable way to export symbols in perl?Andrew Tridgell3-6/+9
2007-10-10r8274: Export some more symbols.Jelmer Vernooij11-145/+184
2007-10-10r8273: fixed some memory leaks in smbscript. This required convertingAndrew Tridgell10-121/+90
2007-10-10r8272: added the hooks for adding a name to a messaging context, so we willAndrew Tridgell6-0/+22
2007-10-10r8271: make the ejs test scripts directly executable scripts using:Andrew Tridgell1-1/+4
2007-10-10r8270: Export some symbols, making the code more readable.Jelmer Vernooij12-103/+117
2007-10-10r8269: added automatic testing of rpc calls from ejs in 'make test'Andrew Tridgell2-0/+24
2007-10-10r8268: added the 'needed' logic to ehs generation, so we don't generateAndrew Tridgell3-15/+87
2007-10-10r8267: re-generated the yapp parser with correct pathsAndrew Tridgell1-59/+59
2007-10-10r8265: Fixes to the pidl test suite.Jelmer Vernooij8-62/+51
2007-10-10r8264: - Use standard perl package structure for pidl.Jelmer Vernooij30-535/+376
2007-10-10r8263: Some small pidl fixes, start working towards supporting installation o...Jelmer Vernooij4-5/+7
2007-10-10r8262: - simplify the dependency handling for ejs modulesAndrew Tridgell4-106/+119
2007-10-10r8261: charset style strings in pidl should be const, just like old style ndr...Andrew Tridgell2-5/+5
2007-10-10r8260: added an init based registration system for the generated ejs rpc code...Andrew Tridgell4-18/+63
2007-10-10r8259: We want to oset the provided flags not zeroSimo Sorce1-1/+1
2007-10-10r8258: Release the opendb lock in pvfs_change_create_options.Volker Lendecke1-0/+2
2007-10-10r8256: - allow rpc calls from non-command line ejs contexts by creating a setAndrew Tridgell5-3/+35
2007-10-10r8255: enable access to the ejs constants generated by pidl from the web serv...Andrew Tridgell1-0/+2
2007-10-10r8254: fixed a valgrind error in the unix auth codeAndrew Tridgell1-1/+1
2007-10-10r8253: fixed two crash bugs in ejs. I will send these fixes off to the appweb...Andrew Tridgell2-1/+4
2007-10-10r8252: Steal metze's thunder, and prove that with a few small tweaks, we canAndrew Bartlett3-5/+18
2007-10-10r8251: fixed a couple of valgrind errors in the unix auth code. Simo, can youAndrew Tridgell2-1/+2
2007-10-10r8250: More PAC work. We now sucessfully verify the KDC signature from my DCAndrew Bartlett6-31/+90
2007-10-10r8249: Clarify (with a comment) why we are playing these games here.Andrew Bartlett1-0/+1
2007-10-10r8248: Make these comments more accurate.Andrew Bartlett1-4/+6
2007-10-10r8247: remove the free of fullname in nbtname.c for now.Andrew Tridgell1-1/+5
2007-10-10r8246: Don't try and set the element after the end off the array to NULL.Andrew Bartlett1-1/+1
2007-10-10r8245: Add const.Andrew Bartlett1-2/+2
2007-10-10r8243: fixed indentation of generated ejs interface codeAndrew Tridgell1-92/+167
2007-10-10r8242: support bitmap constants from ejs callsAndrew Tridgell1-4/+13
2007-10-10r8240: support comparing pointers in ejs. This allows forAndrew Tridgell1-1/+4
2007-10-10r8238: - fixed handling of NULL pointers from ejsAndrew Tridgell4-0/+49
2007-10-10r8236: fixed support for arrays of structuresAndrew Tridgell1-4/+4
2007-10-10r8235: fix the buildStefan Metzmacher2-2/+2
2007-10-10r8233: - added support for more base types in pidl ejsAndrew Tridgell11-25/+314
2007-10-10r8232: remove samr_String and netr_String as they are the same as lsa_StringStefan Metzmacher16-265/+251
2007-10-10r8230: prevent authentication dying on a NULL domainAndrew Tridgell1-1/+1
2007-10-10r8229: A level2 oplock does not conflict a no-oplock open, but is broken on f...Volker Lendecke1-0/+119
2007-10-10r8228: fix compiler warningsStefan Metzmacher1-9/+9
2007-10-10r8227: add STR_LARGE_SIZE flag, to support strings where the size is length+1,Stefan Metzmacher3-2/+19
2007-10-10r8226: w2k3 adds a '.' after the forest and domain dns names for the primary ...Stefan Metzmacher1-10/+27