summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r8283: make sure we build constant variables for both pull and push side of e...Andrew Tridgell2007-10-101-12/+20
* r8282: make the deletion of the smbd.tmp directory recursive. This cleans up ...Andrew Tridgell2007-10-101-45/+40
* r8281: pass the callnum and rpc interface table directly from the generatedAndrew Tridgell2007-10-103-22/+32
* r8280: - added irpc_connect() for connecting to a irpc server by nameAndrew Tridgell2007-10-103-3/+87
* r8279: make sure we hold a lock when manipulating the irpc names dbAndrew Tridgell2007-10-101-1/+21
* r8278: this should fix the heimdal h_errno warningsAndrew Tridgell2007-10-102-2/+10
* r8277: filled in the code for finding irpc server ids by name, storing theAndrew Tridgell2007-10-102-2/+126
* r8276: fixed the remaining memory leaks in smbscript. We can now loop doingAndrew Tridgell2007-10-1010-124/+138
* r8275: possibly a more portable way to export symbols in perl?Andrew Tridgell2007-10-103-6/+9
* r8274: Export some more symbols.Jelmer Vernooij2007-10-1011-145/+184
* r8273: fixed some memory leaks in smbscript. This required convertingAndrew Tridgell2007-10-1010-121/+90
* r8272: added the hooks for adding a name to a messaging context, so we willAndrew Tridgell2007-10-106-0/+22
* r8271: make the ejs test scripts directly executable scripts using:Andrew Tridgell2007-10-103-1/+6
* r8270: Export some symbols, making the code more readable.Jelmer Vernooij2007-10-1012-103/+117
* r8269: added automatic testing of rpc calls from ejs in 'make test'Andrew Tridgell2007-10-104-1/+27
* r8268: added the 'needed' logic to ehs generation, so we don't generateAndrew Tridgell2007-10-103-15/+87
* r8267: re-generated the yapp parser with correct pathsAndrew Tridgell2007-10-101-59/+59
* r8266: Update debian packagesJelmer Vernooij2007-10-107-17/+28
* r8265: Fixes to the pidl test suite.Jelmer Vernooij2007-10-108-62/+51
* r8264: - Use standard perl package structure for pidl.Jelmer Vernooij2007-10-1030-535/+376
* r8263: Some small pidl fixes, start working towards supporting installation o...Jelmer Vernooij2007-10-104-5/+7
* r8262: - simplify the dependency handling for ejs modulesAndrew Tridgell2007-10-104-106/+119
* r8261: charset style strings in pidl should be const, just like old style ndr...Andrew Tridgell2007-10-102-5/+5
* r8260: added an init based registration system for the generated ejs rpc code...Andrew Tridgell2007-10-104-18/+63
* r8259: We want to oset the provided flags not zeroSimo Sorce2007-10-101-1/+1
* r8258: Release the opendb lock in pvfs_change_create_options.Volker Lendecke2007-10-101-0/+2
* r8257: add a samr rpc test page in the web server. It lists all level3Andrew Tridgell2007-10-105-33/+214
* r8256: - allow rpc calls from non-command line ejs contexts by creating a setAndrew Tridgell2007-10-105-3/+35
* r8255: enable access to the ejs constants generated by pidl from the web serv...Andrew Tridgell2007-10-101-0/+2
* r8254: fixed a valgrind error in the unix auth codeAndrew Tridgell2007-10-101-1/+1
* r8253: fixed two crash bugs in ejs. I will send these fixes off to the appweb...Andrew Tridgell2007-10-102-1/+4
* r8252: Steal metze's thunder, and prove that with a few small tweaks, we canAndrew Bartlett2007-10-103-5/+18
* r8251: fixed a couple of valgrind errors in the unix auth code. Simo, can youAndrew Tridgell2007-10-102-1/+2
* r8250: More PAC work. We now sucessfully verify the KDC signature from my DCAndrew Bartlett2007-10-106-31/+90
* r8249: Clarify (with a comment) why we are playing these games here.Andrew Bartlett2007-10-101-0/+1
* r8248: Make these comments more accurate.Andrew Bartlett2007-10-101-4/+6
* r8247: remove the free of fullname in nbtname.c for now.Andrew Tridgell2007-10-101-1/+5
* r8246: Don't try and set the element after the end off the array to NULL.Andrew Bartlett2007-10-101-1/+1
* r8245: Add const.Andrew Bartlett2007-10-101-2/+2
* r8244: need to be careful about local vs global variables in jsAndrew Tridgell2007-10-101-6/+6
* r8243: fixed indentation of generated ejs interface codeAndrew Tridgell2007-10-101-92/+167
* r8242: support bitmap constants from ejs callsAndrew Tridgell2007-10-101-4/+13
* r8241: - take advantage of pointer comparisonAndrew Tridgell2007-10-101-1/+28
* r8240: support comparing pointers in ejs. This allows forAndrew Tridgell2007-10-101-1/+4
* r8239: - added testing of LookupDomain, OpenDomain and EnumDomainUsersAndrew Tridgell2007-10-101-3/+82
* r8238: - fixed handling of NULL pointers from ejsAndrew Tridgell2007-10-104-0/+49
* r8237: expanded the samr.js test to do a samr_Connect(), samr_EnumDomains() a...Andrew Tridgell2007-10-101-4/+37
* r8236: fixed support for arrays of structuresAndrew Tridgell2007-10-101-4/+4
* r8235: fix the buildStefan Metzmacher2007-10-102-2/+2
* r8234: started on testing samr calls from ejs. So far it only does samr_Conne...Andrew Tridgell2007-10-102-1/+61