Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8297: add libinclude() function in ejs, which is like include() but searches... | Andrew Tridgell | 2 | -0/+53 |
2007-10-10 | r8296: - split out the ejs auth functions into a separate file | Andrew Tridgell | 4 | -121/+148 |
2007-10-10 | r8295: turn off the delete on close test in the build farm until someone gets | Andrew Tridgell | 2 | -3/+5 |
2007-10-10 | r8294: Add PLAN file for samba3->samba4 upgrade (Google Summer of Code) project. | Jelmer Vernooij | 1 | -0/+9 |
2007-10-10 | r8289: fallback to the group 'other' for users | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r8288: The SMB_ASSERT_ARRAY macro isn't used anymore. | Tim Potter | 1 | -3/+0 |
2007-10-10 | r8287: yay! finally irpc calls from ejs are all working. | Andrew Tridgell | 1 | -0/+24 |
2007-10-10 | r8286: it makes more sense to combine the refresh count with the register cou... | Andrew Tridgell | 1 | -1/+0 |
2007-10-10 | r8285: generate some real stats in the nbt server for the irpc client code to... | Andrew Tridgell | 4 | -0/+35 |
2007-10-10 | r8284: - fixed some uninitialised variables in the irpc code | Andrew Tridgell | 5 | -11/+107 |
2007-10-10 | r8283: make sure we build constant variables for both pull and push side of e... | Andrew Tridgell | 1 | -12/+20 |
2007-10-10 | r8282: make the deletion of the smbd.tmp directory recursive. This cleans up ... | Andrew Tridgell | 1 | -45/+40 |
2007-10-10 | r8281: pass the callnum and rpc interface table directly from the generated | Andrew Tridgell | 3 | -22/+32 |
2007-10-10 | r8280: - added irpc_connect() for connecting to a irpc server by name | Andrew Tridgell | 3 | -3/+87 |
2007-10-10 | r8279: make sure we hold a lock when manipulating the irpc names db | Andrew Tridgell | 1 | -1/+21 |
2007-10-10 | r8278: this should fix the heimdal h_errno warnings | Andrew Tridgell | 2 | -2/+10 |
2007-10-10 | r8277: filled in the code for finding irpc server ids by name, storing the | Andrew Tridgell | 2 | -2/+126 |
2007-10-10 | r8276: fixed the remaining memory leaks in smbscript. We can now loop doing | Andrew Tridgell | 10 | -124/+138 |
2007-10-10 | r8275: possibly a more portable way to export symbols in perl? | Andrew Tridgell | 3 | -6/+9 |
2007-10-10 | r8274: Export some more symbols. | Jelmer Vernooij | 11 | -145/+184 |
2007-10-10 | r8273: fixed some memory leaks in smbscript. This required converting | Andrew Tridgell | 10 | -121/+90 |
2007-10-10 | r8272: added the hooks for adding a name to a messaging context, so we will | Andrew Tridgell | 6 | -0/+22 |
2007-10-10 | r8271: make the ejs test scripts directly executable scripts using: | Andrew Tridgell | 3 | -1/+6 |
2007-10-10 | r8270: Export some symbols, making the code more readable. | Jelmer Vernooij | 12 | -103/+117 |
2007-10-10 | r8269: added automatic testing of rpc calls from ejs in 'make test' | Andrew Tridgell | 4 | -1/+27 |
2007-10-10 | r8268: added the 'needed' logic to ehs generation, so we don't generate | Andrew Tridgell | 3 | -15/+87 |
2007-10-10 | r8267: re-generated the yapp parser with correct paths | Andrew Tridgell | 1 | -59/+59 |
2007-10-10 | r8266: Update debian packages | Jelmer Vernooij | 7 | -17/+28 |
2007-10-10 | r8265: Fixes to the pidl test suite. | Jelmer Vernooij | 8 | -62/+51 |
2007-10-10 | r8264: - Use standard perl package structure for pidl. | Jelmer Vernooij | 30 | -535/+376 |
2007-10-10 | r8263: Some small pidl fixes, start working towards supporting installation o... | Jelmer Vernooij | 4 | -5/+7 |
2007-10-10 | r8262: - simplify the dependency handling for ejs modules | Andrew Tridgell | 4 | -106/+119 |
2007-10-10 | r8261: charset style strings in pidl should be const, just like old style ndr... | Andrew Tridgell | 2 | -5/+5 |
2007-10-10 | r8260: added an init based registration system for the generated ejs rpc code... | Andrew Tridgell | 4 | -18/+63 |
2007-10-10 | r8259: We want to oset the provided flags not zero | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r8258: Release the opendb lock in pvfs_change_create_options. | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r8257: add a samr rpc test page in the web server. It lists all level3 | Andrew Tridgell | 5 | -33/+214 |
2007-10-10 | r8256: - allow rpc calls from non-command line ejs contexts by creating a set | Andrew Tridgell | 5 | -3/+35 |
2007-10-10 | r8255: enable access to the ejs constants generated by pidl from the web serv... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r8254: fixed a valgrind error in the unix auth code | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8253: fixed two crash bugs in ejs. I will send these fixes off to the appweb... | Andrew Tridgell | 2 | -1/+4 |
2007-10-10 | r8252: Steal metze's thunder, and prove that with a few small tweaks, we can | Andrew Bartlett | 3 | -5/+18 |
2007-10-10 | r8251: fixed a couple of valgrind errors in the unix auth code. Simo, can you | Andrew Tridgell | 2 | -1/+2 |
2007-10-10 | r8250: More PAC work. We now sucessfully verify the KDC signature from my DC | Andrew Bartlett | 6 | -31/+90 |
2007-10-10 | r8249: Clarify (with a comment) why we are playing these games here. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r8248: Make these comments more accurate. | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r8247: remove the free of fullname in nbtname.c for now. | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r8246: Don't try and set the element after the end off the array to NULL. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r8245: Add const. | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r8244: need to be careful about local vs global variables in js | Andrew Tridgell | 1 | -6/+6 |