r8346: added a sprintf test suite for ejs
[jelmer/samba4-debian.git] / source /
2007-10-10 Andrew Tridgellr8345: make the dn on the hklm ldif valid
2007-10-10 Andrew Tridgellr8344: added a "setup directory" smb.conf parameter...
2007-10-10 Andrew Tridgellr8343: removed a debugging message
2007-10-10 Andrew Tridgellr8342: allow ldb_ldif_read_string() to continue in...
2007-10-10 Andrew Tridgellr8341: enable floating point support in ejs
2007-10-10 Andrew Tridgellr8340: - added sys_gmtime()
2007-10-10 Andrew Tridgellr8339: added ldbAdd(), ldbModify(), ldbDelete() and...
2007-10-10 Andrew Tridgellr8338: - added a substitute_var() js library function...
2007-10-10 Andrew Tridgellr8337: - use 64 bit access functions in ejs calls
2007-10-10 Andrew Tridgellr8336: enable 64 bit integer support in ejs
2007-10-10 Andrew Tridgellr8335: removed some duplicated code
2007-10-10 Andrew Tridgellr8334: fixed a ejs bug that prevented functions variabl...
2007-10-10 Andrew Tridgellr8333: merged with latest upstream ejs sources
2007-10-10 Andrew Tridgellr8332: not done yet, but a lot closer
2007-10-10 Andrew Tridgellr8331: added split(), join() and FileLoad() functions...
2007-10-10 Volker Lendecker8321: Fix some uninitalized variable warnings
2007-10-10 Andrew Tridgellr8320: make sure all our returned objects are full...
2007-10-10 Andrew Tridgellr8319: the start of a provision script in ejs. This...
2007-10-10 Andrew Tridgellr8318: added a bunch more ejs calls.
2007-10-10 Andrew Tridgellr8316: give full access to the popt command line parsin...
2007-10-10 Andrew Tridgellr8315: fixed the generation of the serial number in...
2007-10-10 Andrew Tridgellr8314: - added an 'installmisc' target for installing...
2007-10-10 Andrew Tridgellr8313: moved PRINTF_ATTRIBUTE to replace.h to try to...
2007-10-10 Andrew Tridgellr8312: fixed some heimdal header checks from watching...
2007-10-10 Andrew Tridgellr8311: krb5 uses ENOMEM for out of memory
2007-10-10 Andrew Tridgellr8310: replace the heimdal networking interface scannin...
2007-10-10 Andrew Tridgellr8309: more heimdal configure checks needed for FreeBSD
2007-10-10 Andrew Tridgellr8308: use the configured C compiler, instead of forcin...
2007-10-10 Andrew Tridgellr8307: try to cope with flex and bison not being instal...
2007-10-10 Andrew Tridgellr8306: some more heimdal configure checks
2007-10-10 Andrew Tridgellr8305: another attempt at getting heimdal building...
2007-10-10 Andrew Tridgellr8303: a workaround for forcing HEIMDAL_EXTERNAL to...
2007-10-10 Heimdal Import Userr8302: import mini HEIMDAL into the tree
2007-10-10 Andrew Tridgellr8301: use ncalrpc: for ejs tests, to avoid name resolu...
2007-10-10 Andrew Tridgellr8300: get the js include path right in selftest
2007-10-10 Andrew Tridgellr8298: - started building a library of js routines...
2007-10-10 Andrew Tridgellr8297: add libinclude() function in ejs, which is like...
2007-10-10 Andrew Tridgellr8296: - split out the ejs auth functions into a separa...
2007-10-10 Andrew Tridgellr8295: turn off the delete on close test in the build...
2007-10-10 Jelmer Vernooijr8294: Add PLAN file for samba3->samba4 upgrade (Google...
2007-10-10 Andrew Tridgellr8289: fallback to the group 'other' for users
2007-10-10 Tim Potterr8288: The SMB_ASSERT_ARRAY macro isn't used anymore.
2007-10-10 Andrew Tridgellr8286: it makes more sense to combine the refresh count...
2007-10-10 Andrew Tridgellr8285: generate some real stats in the nbt server for...
2007-10-10 Andrew Tridgellr8284: - fixed some uninitialised variables in the...
2007-10-10 Andrew Tridgellr8283: make sure we build constant variables for both...
2007-10-10 Andrew Tridgellr8282: make the deletion of the smbd.tmp directory...
2007-10-10 Andrew Tridgellr8281: pass the callnum and rpc interface table directl...
2007-10-10 Andrew Tridgellr8280: - added irpc_connect() for connecting to a irpc...
2007-10-10 Andrew Tridgellr8279: make sure we hold a lock when manipulating the...
2007-10-10 Andrew Tridgellr8278: this should fix the heimdal h_errno warnings
2007-10-10 Andrew Tridgellr8277: filled in the code for finding irpc server ids...
2007-10-10 Andrew Tridgellr8276: fixed the remaining memory leaks in smbscript...
2007-10-10 Andrew Tridgellr8275: possibly a more portable way to export symbols...
2007-10-10 Jelmer Vernooijr8274: Export some more symbols.
2007-10-10 Andrew Tridgellr8273: fixed some memory leaks in smbscript. This requi...
2007-10-10 Andrew Tridgellr8272: added the hooks for adding a name to a messaging...
2007-10-10 Andrew Tridgellr8271: make the ejs test scripts directly executable...
2007-10-10 Jelmer Vernooijr8270: Export some symbols, making the code more readable.
2007-10-10 Andrew Tridgellr8269: added automatic testing of rpc calls from ejs...
2007-10-10 Andrew Tridgellr8268: added the 'needed' logic to ehs generation,...
2007-10-10 Andrew Tridgellr8267: re-generated the yapp parser with correct paths
2007-10-10 Jelmer Vernooijr8265: Fixes to the pidl test suite.
2007-10-10 Jelmer Vernooijr8264: - Use standard perl package structure for pidl.
2007-10-10 Jelmer Vernooijr8263: Some small pidl fixes, start working towards...
2007-10-10 Andrew Tridgellr8262: - simplify the dependency handling for ejs modules
2007-10-10 Andrew Tridgellr8261: charset style strings in pidl should be const...
2007-10-10 Andrew Tridgellr8260: added an init based registration system for...
2007-10-10 Simo Sorcer8259: We want to oset the provided flags not zero
2007-10-10 Volker Lendecker8258: Release the opendb lock in pvfs_change_create_op...
2007-10-10 Andrew Tridgellr8256: - allow rpc calls from non-command line ejs...
2007-10-10 Andrew Tridgellr8255: enable access to the ejs constants generated...
2007-10-10 Andrew Tridgellr8254: fixed a valgrind error in the unix auth code
2007-10-10 Andrew Tridgellr8253: fixed two crash bugs in ejs. I will send these...
2007-10-10 Andrew Bartlettr8252: Steal metze's thunder, and prove that with a...
2007-10-10 Andrew Tridgellr8251: fixed a couple of valgrind errors in the unix...
2007-10-10 Andrew Bartlettr8250: More PAC work. We now sucessfully verify the...
2007-10-10 Andrew Bartlettr8249: Clarify (with a comment) why we are playing...
2007-10-10 Andrew Bartlettr8248: Make these comments more accurate.
2007-10-10 Andrew Tridgellr8247: remove the free of fullname in nbtname.c for...
2007-10-10 Andrew Bartlettr8246: Don't try and set the element after the end...
2007-10-10 Andrew Bartlettr8245: Add const.
2007-10-10 Andrew Tridgellr8243: fixed indentation of generated ejs interface...
2007-10-10 Andrew Tridgellr8242: support bitmap constants from ejs calls
2007-10-10 Andrew Tridgellr8240: support comparing pointers in ejs. This allows for
2007-10-10 Andrew Tridgellr8238: - fixed handling of NULL pointers from ejs
2007-10-10 Andrew Tridgellr8236: fixed support for arrays of structures
2007-10-10 Stefan Metzmacherr8235: fix the build
2007-10-10 Andrew Tridgellr8233: - added support for more base types in pidl ejs
2007-10-10 Stefan Metzmacherr8232: remove samr_String and netr_String as they are...
2007-10-10 Andrew Tridgellr8230: prevent authentication dying on a NULL domain
2007-10-10 Volker Lendecker8229: A level2 oplock does not conflict a no-oplock...
2007-10-10 Stefan Metzmacherr8228: fix compiler warnings
2007-10-10 Stefan Metzmacherr8227: add STR_LARGE_SIZE flag, to support strings...
2007-10-10 Stefan Metzmacherr8226: w2k3 adds a '.' after the forest and domain...
2007-10-10 Stefan Metzmacherr8225: make nETBIOSName case insensitive, so that lower...
2007-10-10 Stefan Metzmacherr8224: - add objectGUID ldif_handler
2007-10-10 Stefan Metzmacherr8223: fix the values of nt_version and type we reply...
2007-10-10 Stefan Metzmacherr8222: 0 entries are no error, unless it's a base search
2007-10-10 Andrew Tridgellr8220: added auto-generation of ENUM constants in ejs...
next