summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r8308: use the configured C compiler, instead of forcing gcc in external heim...Andrew Tridgell2007-10-102-2/+2
* r8307: try to cope with flex and bison not being installed, in a similar fash...Andrew Tridgell2007-10-107-5/+7239
* r8306: some more heimdal configure checksAndrew Tridgell2007-10-104-3/+7
* r8305: another attempt at getting heimdal building in the farmAndrew Tridgell2007-10-102-3/+9
* r8303: a workaround for forcing HEIMDAL_EXTERNAL to build.Andrew Tridgell2007-10-102-2/+2
* r8302: import mini HEIMDAL into the treeHeimdal Import User2007-10-10240-0/+75318
* r8301: use ncalrpc: for ejs tests, to avoid name resolution timeouts as smbd ...Andrew Tridgell2007-10-101-1/+1
* r8300: get the js include path right in selftestAndrew Tridgell2007-10-102-2/+2
* r8299: make the samr swat test use the samr.js libAndrew Tridgell2007-10-101-2/+3
* r8298: - started building a library of js routines in scripting/libjs/Andrew Tridgell2007-10-107-158/+111
* r8297: add libinclude() function in ejs, which is like include() but searches...Andrew Tridgell2007-10-102-0/+53
* r8296: - split out the ejs auth functions into a separate fileAndrew Tridgell2007-10-104-121/+148
* r8295: turn off the delete on close test in the build farm until someone getsAndrew Tridgell2007-10-102-3/+5
* r8294: Add PLAN file for samba3->samba4 upgrade (Google Summer of Code) project.Jelmer Vernooij2007-10-101-0/+9
* r8289: fallback to the group 'other' for usersAndrew Tridgell2007-10-101-0/+2
* r8288: The SMB_ASSERT_ARRAY macro isn't used anymore.Tim Potter2007-10-101-3/+0
* r8287: yay! finally irpc calls from ejs are all working.Andrew Tridgell2007-10-101-0/+24
* r8286: it makes more sense to combine the refresh count with the register cou...Andrew Tridgell2007-10-101-1/+0
* r8285: generate some real stats in the nbt server for the irpc client code to...Andrew Tridgell2007-10-104-0/+35
* r8284: - fixed some uninitialised variables in the irpc codeAndrew Tridgell2007-10-105-11/+107
* 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