Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8357: Call lp_load() so we can access the various lp_functions(). | Tim Potter | 1 | -0/+2 |
2007-10-10 | r8356: avoid warning from AC_CHECK_HEADER that file is present but cannot be ... | Love Hörnquist Åstrand | 1 | -1/+7 |
2007-10-10 | r8355: - added a vsprintf() function | Andrew Tridgell | 3 | -2/+44 |
2007-10-10 | r8352: we need to override "setup directory" for the build farm hosts | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r8351: When finished sending call stream_terminate_connection() with a nice | Tim Potter | 1 | -4/+4 |
2007-10-10 | r8350: fixed the --root option to provision | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r8349: as we don't use standard dirs, we need to create smb.conf before we ru... | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r8348: switch selftest to use the new provision script | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r8347: replace the perl provision script with a ejs script | Andrew Tridgell | 2 | -527/+66 |
2007-10-10 | r8345: make the dn on the hklm ldif valid | Andrew Tridgell | 1 | -9/+9 |
2007-10-10 | r8344: added a "setup directory" smb.conf parameter, pointing at the setup te... | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r8343: removed a debugging message | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r8342: allow ldb_ldif_read_string() to continue in the string, so you can | Andrew Tridgell | 3 | -5/+8 |
2007-10-10 | r8341: enable floating point support in ejs | Andrew Tridgell | 3 | -2/+7 |
2007-10-10 | r8340: - added sys_gmtime() | Andrew Tridgell | 10 | -234/+236 |
2007-10-10 | r8339: added ldbAdd(), ldbModify(), ldbDelete() and ldbRename() to ejs ldb fu... | Andrew Tridgell | 1 | -0/+144 |
2007-10-10 | r8338: - added a substitute_var() js library function for doing hash driven | Andrew Tridgell | 2 | -102/+90 |
2007-10-10 | r8337: - use 64 bit access functions in ejs calls | Andrew Tridgell | 9 | -23/+230 |
2007-10-10 | r8336: enable 64 bit integer support in ejs | Andrew Tridgell | 3 | -12/+12 |
2007-10-10 | r8335: removed some duplicated code | Andrew Tridgell | 1 | -9/+5 |
2007-10-10 | r8334: fixed a ejs bug that prevented functions variables from being called i... | Andrew Tridgell | 1 | -4/+5 |
2007-10-10 | r8333: merged with latest upstream ejs sources | Andrew Tridgell | 13 | -70/+93 |
2007-10-10 | r8332: not done yet, but a lot closer | Andrew Tridgell | 1 | -41/+175 |
2007-10-10 | r8331: added split(), join() and FileLoad() functions to ejs. | Andrew Tridgell | 1 | -0/+103 |
2007-10-10 | r8321: Fix some uninitalized variable warnings | Volker Lendecke | 3 | -3/+3 |
2007-10-10 | r8320: make sure all our returned objects are full objects, which means they | Andrew Tridgell | 7 | -16/+23 |
2007-10-10 | r8319: the start of a provision script in ejs. This is why I've been adding | Andrew Tridgell | 1 | -0/+150 |
2007-10-10 | r8318: added a bunch more ejs calls. | Andrew Tridgell | 7 | -4/+249 |
2007-10-10 | r8316: give full access to the popt command line parsing in ejs scripts, incl... | Andrew Tridgell | 5 | -27/+204 |
2007-10-10 | r8315: fixed the generation of the serial number in the dns zone file (bind9 | Andrew Tridgell | 2 | -1/+12 |
2007-10-10 | r8314: - added an 'installmisc' target for installing miscellaneous files. | Andrew Tridgell | 3 | -7/+23 |
2007-10-10 | r8313: moved PRINTF_ATTRIBUTE to replace.h to try to get irix building with h... | Andrew Tridgell | 2 | -11/+14 |
2007-10-10 | r8312: fixed some heimdal header checks from watching the build farm failures | Andrew Tridgell | 2 | -2/+8 |
2007-10-10 | r8311: krb5 uses ENOMEM for out of memory | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r8310: replace the heimdal networking interface scanning code with glue code ... | Andrew Tridgell | 4 | -1481/+59 |
2007-10-10 | r8309: more heimdal configure checks needed for FreeBSD | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8308: use the configured C compiler, instead of forcing gcc in external heim... | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r8307: try to cope with flex and bison not being installed, in a similar fash... | Andrew Tridgell | 7 | -5/+7239 |
2007-10-10 | r8306: some more heimdal configure checks | Andrew Tridgell | 4 | -3/+7 |
2007-10-10 | r8305: another attempt at getting heimdal building in the farm | Andrew Tridgell | 2 | -3/+9 |
2007-10-10 | r8303: a workaround for forcing HEIMDAL_EXTERNAL to build. | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r8302: import mini HEIMDAL into the tree | Heimdal Import User | 240 | -0/+75318 |
2007-10-10 | r8301: use ncalrpc: for ejs tests, to avoid name resolution timeouts as smbd ... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8300: get the js include path right in selftest | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r8298: - started building a library of js routines in scripting/libjs/ | Andrew Tridgell | 5 | -1/+232 |
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 |