r7092: added some js for formatting table results in a nicer fashion
[sfrench/samba-autobuild/.git] / source4 /
2007-10-10 Andrew Tridgellr7087: always run the /scripting/preauth.esp page befor...
2007-10-10 Andrew Tridgellr7086: make include() recognise the ".esp" extension...
2007-10-10 Andrew Tridgellr7085: fixed a bug in ejs with setting up the arguments...
2007-10-10 Stefan Metzmacherr7084: - readd the work from rev 6516,6517,6572
2007-10-10 Tim Potterr7083: Add a ejs hook to the resolve_name() function.
2007-10-10 Tim Potterr7082: Call load_interfaces() in smbscript initialisation.
2007-10-10 Tim Potterr7081: Add mprToInt() function.
2007-10-10 Tim Potterr7080: Fix typo in error message.
2007-10-10 Andrew Tridgellr7079: remember to register the esp calls
2007-10-10 Andrew Tridgellr7078: - fix an uninitialised variable in smbscript
2007-10-10 Andrew Tridgellr7077: pull in a bunch more libs for smbscript. I plan...
2007-10-10 Andrew Tridgellr7075: added support for ARGV[] in ejs scripts
2007-10-10 Andrew Tridgellr7074: we should load all shares in smbscript
2007-10-10 Andrew Tridgellr7072: moved the esp hooks calls to the ejs level,...
2007-10-10 Andrew Tridgellr7071: allow access to the current mpr memory context...
2007-10-10 Volker Lendecker7069: Add a little usage message to smbscript and...
2007-10-10 Tim Potterr7068: Missed one!
2007-10-10 Andrew Tridgellr7067: older versions of gnutls don't have GNUTLS_KP_TL...
2007-10-10 Tim Potterr7066: Rename http_exception to ejs_exception.
2007-10-10 Tim Potterr7065: Move ejs from web_server to lib so it can be...
2007-10-10 Tim Potterr7064: Clean up handle parameter passing after peeking...
2007-10-10 Tim Potterr7063: Do error checking on the ejs functions.
2007-10-10 Tim Potterr7062: Merge scripting/swig/config.mk with scripting...
2007-10-10 Tim Potterr7061: A ejs scripting client. This should allow javas...
2007-10-10 Tim Potterr7060: Fix use of uninitialised variable.
2007-10-10 Jelmer Vernooijr7059: Use namespaces for pidl and the build system...
2007-10-10 Simo Sorcer7058: Add experimenthal pam authentication for web...
2007-10-10 Simo Sorcer7057: remove some ^M at end of lines
2007-10-10 Andrew Tridgellr7055: automatically add the dn to all ldbSearch results
2007-10-10 Andrew Tridgellr7053: added a ldbSearch() call to esp
2007-10-10 Andrew Tridgellr7052: added a case insensitive str_list_check_ci(...
2007-10-10 Andrew Tridgellr7051: remove an unused file
2007-10-10 Stefan Metzmacherr7050: fix linking of smbd
2007-10-10 Andrew Tridgellr7049: auto-create the private/tls/ directory on install
2007-10-10 Andrew Tridgellr7048: added auto-generation of TLS self-signed certifi...
2007-10-10 Andrew Tridgellr7047: rearranged the tls code a bit, and improved...
2007-10-10 Andrew Bartlettr7043: Patch from Julien Kerihuel <j.kerihuel@openchang...
2007-10-10 Jelmer Vernooijr7037: Add enough pointers in the header file as well
2007-10-10 Jelmer Vernooijr7036: Allow more operations in several properties...
2007-10-10 Jelmer Vernooijr7029: Make array support in pidl similar to that in...
2007-10-10 Andrew Tridgellr7023: reduced the number of warnings in building ejs...
2007-10-10 Jelmer Vernooijr7022: Add support for parsing definitions of multi...
2007-10-10 Andrew Tridgellr7019: - added esp call lpServices() which returns...
2007-10-10 Andrew Tridgellr7017: added a esp variable server['TLS_SUPPORT'] which...
2007-10-10 Andrew Tridgellr7016: - added smb.conf parm 'web tls = true/false'
2007-10-10 Andrew Tridgellr7014: added Content-Length header to both esp and...
2007-10-10 Andrew Tridgellr7013: added tls support to the builtin web server...
2007-10-10 Andrew Tridgellr7012: added smb.conf parameters
2007-10-10 Andrew Tridgellr7011: when using macros, the parameters should be...
2007-10-10 Tim Potterr7010: Merge libcli/libsmb.mk into libcli/config.mk
2007-10-10 Stefan Metzmacherr7009: the correct for maing it all build with my gcc-4.0
2007-10-10 Andrew Tridgellr7008: - split out the loadparm type definitions so...
2007-10-10 Andrew Tridgellr7007: try to get ejs compiling again
2007-10-10 Stefan Metzmacherr7006: fix a build problem with my gcc-4.0
2007-10-10 Andrew Tridgellr7004: added support for exceptions generated in the...
2007-10-10 Andrew Tridgellr7002: added support for getting at loadparm config...
2007-10-10 Andrew Tridgellr7001: make sure we install the esp files
2007-10-10 Andrew Tridgellr7000: only keep session data if not empty - this saves...
2007-10-10 Andrew Tridgellr6998: - added support for application[] data, which...
2007-10-10 Andrew Tridgellr6997: added a private pointer to the task structure...
2007-10-10 Andrew Tridgellr6990: apparently some systems define UNUSED :-)
2007-10-10 Andrew Tridgellr6989: - added support for esp style includes (which...
2007-10-10 Andrew Tridgellr6987: - make sure esp pages cannot read data outside...
2007-10-10 Andrew Tridgellr6986: added support for <% include("somefile.ejs"...
2007-10-10 Derrell Lipmanr6984: added tree representation documentation and...
2007-10-10 Andrew Tridgellr6982: install the swat pages with 'make installswat'
2007-10-10 Andrew Tridgellr6981: first version of the builtin web server for...
2007-10-10 Andrew Tridgellr6980: added data_blob_append(), which I use in the...
2007-10-10 Jeremy Allisonr6975: Test opening filenames with control characters...
2007-10-10 Jelmer Vernooijr6973: Merge new version of pidl into the main SAMBA_4_...
2007-10-10 Andrew Tridgellr6968: fixed a typo in the event macros. I'm surprised...
2007-10-10 Andrew Tridgellr6967: fixed the new multi-value dn=@ATTRIBUTES so...
2007-10-10 Rafal Szczesniakr6963: Further definitions for share manipulation code...
2007-10-10 Rafal Szczesniakr6962: Severely simplified share functions. Removed...
2007-10-10 Jelmer Vernooijr6961: Add RPC-WINREG to list of win2k3 tests
2007-10-10 Derrell Lipmanr6956: added start of ldb_sqlite3 work
2007-10-10 Tim Potterr6952: Remove unneeded include of popt_common.h
2007-10-10 Tim Potterr6951: Fix all calls to setup_logging() that use 'True...
2007-10-10 Tim Potterr6939: Get rid of SUBSYSTEM::NDR since all it did was...
2007-10-10 Stefan Metzmacherr6938: a minor update, use a better name for the NDR...
2007-10-10 Stefan Metzmacherr6937: some minor fixes and updates
2007-10-10 Tim Potterr6936: Have RPC compression depend only on NDR_DRSUAPI...
2007-10-10 Simo Sorcer6935: don't do three things at a time :-)
2007-10-10 Simo Sorcer6934: thanks to HotaruT for pointing out skel.c was...
2007-10-10 Tim Potterr6933: Add a couple of helper functions for creating...
2007-10-10 Tim Potterr6932: Comment out static function - not used anywhere?
2007-10-10 Simo Sorcer6931: declare this to avoid warnings until we have...
2007-10-10 Tim Potterr6930: Use NBT_NAME_CLIENT instead of the number 0.
2007-10-10 Tim Potterr6929: LIBCLI_NBT depends on LIB_SECURITY_NDR for vario...
2007-10-10 Andrew Bartlettr6928: Add support for printing trusted domain names...
2007-10-10 Andrew Bartlettr6927: Make it easier to program with the SamSync callb...
2007-10-10 Jelmer Vernooijr6926: More build farm fixes:
2007-10-10 Jelmer Vernooijr6924: Remove some unused functions.
2007-10-10 Stefan Metzmacherr6922: remove bad file...
2007-10-10 Stefan Metzmacherr6921: preparing for cherry picking merging
2007-10-10 Stefan Metzmacherr6920: display the SVN revision in svk build of tree...
2007-10-10 Tim Potterr6919: Jelmer, here is my script for filtering individu...
2007-10-10 Volker Lendecker6907: Unixinfo for samba4, not activated by default.
2007-10-10 Stefan Metzmacherr6904: use "krb5:kdc=yes" in your smb.conf when you...
2007-10-10 Andrew Bartlettr6902: Turn the LDAP server on by default. It is no...
next