summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8302: import mini HEIMDAL into the treeHeimdal Import User240-0/+75318
2007-10-10r8301: use ncalrpc: for ejs tests, to avoid name resolution timeouts as smbd ...Andrew Tridgell1-1/+1
2007-10-10r8300: get the js include path right in selftestAndrew Tridgell2-2/+2
2007-10-10r8298: - started building a library of js routines in scripting/libjs/Andrew Tridgell5-1/+232
2007-10-10r8297: add libinclude() function in ejs, which is like include() but searches...Andrew Tridgell2-0/+53
2007-10-10r8296: - split out the ejs auth functions into a separate fileAndrew Tridgell4-121/+148
2007-10-10r8295: turn off the delete on close test in the build farm until someone getsAndrew Tridgell2-3/+5
2007-10-10r8294: Add PLAN file for samba3->samba4 upgrade (Google Summer of Code) project.Jelmer Vernooij1-0/+9
2007-10-10r8289: fallback to the group 'other' for usersAndrew Tridgell1-0/+2
2007-10-10r8288: The SMB_ASSERT_ARRAY macro isn't used anymore.Tim Potter1-3/+0
2007-10-10r8286: it makes more sense to combine the refresh count with the register cou...Andrew Tridgell1-1/+0
2007-10-10r8285: generate some real stats in the nbt server for the irpc client code to...Andrew Tridgell4-0/+35
2007-10-10r8284: - fixed some uninitialised variables in the irpc codeAndrew Tridgell5-11/+107
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