Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r7441: Get rid of // comments. Tridge, if this breaks anything, please revert... | Volker Lendecke | 1 | -4/+4 |
2007-10-10 | r7236: uhmm this require to be in too | Simo Sorce | 1 | -4/+2 |
2007-10-10 | r7235: We do not need PAM here anymore | Simo Sorce | 1 | -12/+0 |
2007-10-10 | r7234: that code path is died | Simo Sorce | 1 | -1/+0 |
2007-10-10 | r7231: remove some old stuff | Simo Sorce | 1 | -105/+0 |
2007-10-10 | r7179: remove compiler warnings | Stefan Metzmacher | 1 | -4/+3 |
2007-10-10 | r7177: fill in REMOTE_ADDR correctly | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r7166: Move replacement stuff to seperate directory | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r7107: detect when a users session has expired and set request['SESSION_EXPIR... | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r7104: add support into the web server for session[] variables without cookie... | Andrew Tridgell | 1 | -14/+27 |
2007-10-10 | r7087: always run the /scripting/preauth.esp page before processing any | Andrew Tridgell | 1 | -15/+55 |
2007-10-10 | r7086: make include() recognise the ".esp" extension and include the file as | Andrew Tridgell | 1 | -5/+17 |
2007-10-10 | r7079: remember to register the esp calls | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r7072: moved the esp hooks calls to the ejs level, so we can call them from | Andrew Tridgell | 3 | -357/+2 |
2007-10-10 | r7068: Missed one! | Tim Potter | 1 | -0/+2 |
2007-10-10 | r7067: older versions of gnutls don't have GNUTLS_KP_TLS_WWW_SERVER | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r7066: Rename http_exception to ejs_exception. | Tim Potter | 1 | -5/+5 |
2007-10-10 | r7065: Move ejs from web_server to lib so it can be shared with smbscript. | Tim Potter | 14 | -9685/+3 |
2007-10-10 | r7060: Fix use of uninitialised variable. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r7058: Add experimenthal pam authentication for web pages | Simo Sorce | 4 | -3/+426 |
2007-10-10 | r7057: remove some ^M at end of lines | Simo Sorce | 1 | -20/+20 |
2007-10-10 | r7055: automatically add the dn to all ldbSearch results | Andrew Tridgell | 1 | -1/+8 |
2007-10-10 | r7053: added a ldbSearch() call to esp | Andrew Tridgell | 1 | -13/+191 |
2007-10-10 | r7051: remove an unused file | Andrew Tridgell | 1 | -2259/+0 |
2007-10-10 | r7050: fix linking of smbd | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r7048: added auto-generation of TLS self-signed certificates if none exist al... | Andrew Tridgell | 3 | -8/+164 |
2007-10-10 | r7047: rearranged the tls code a bit, and improved the error messages when it... | Andrew Tridgell | 1 | -119/+131 |
2007-10-10 | r7023: reduced the number of warnings in building ejs and esp | Andrew Tridgell | 10 | -17/+21 |
2007-10-10 | r7019: - added esp call lpServices() which returns a list of services in smb.... | Andrew Tridgell | 1 | -15/+41 |
2007-10-10 | r7017: added a esp variable server['TLS_SUPPORT'] which tells the script if t... | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r7016: - added smb.conf parm 'web tls = true/false' | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7014: added Content-Length header to both esp and non-esp output | Andrew Tridgell | 1 | -1/+10 |
2007-10-10 | r7013: added tls support to the builtin web server. It auto-detects if the cl... | Andrew Tridgell | 6 | -27/+419 |
2007-10-10 | r7009: the correct for maing it all build with my gcc-4.0 | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r7008: - split out the loadparm type definitions so loadparm internals can be... | Andrew Tridgell | 3 | -8/+110 |
2007-10-10 | r7007: try to get ejs compiling again | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r7006: fix a build problem with my gcc-4.0 | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r7004: added support for exceptions generated in the esp library. If the OS | Andrew Tridgell | 3 | -4/+33 |
2007-10-10 | r7002: added support for getting at loadparm config parameters via lpGet() in... | Andrew Tridgell | 7 | -11/+86 |
2007-10-10 | r7000: only keep session data if not empty - this saves us using lots of memo... | Andrew Tridgell | 1 | -7/+13 |
2007-10-10 | r6998: - added support for application[] data, which is global to all clients... | Andrew Tridgell | 5 | -72/+287 |
2007-10-10 | r6990: apparently some systems define UNUSED :-) | Andrew Tridgell | 2 | -3/+3 |
2007-10-10 | r6989: - added support for esp style includes (which include a esp file, inst... | Andrew Tridgell | 2 | -2/+13 |
2007-10-10 | r6987: - make sure esp pages cannot read data outside of the swat directory | Andrew Tridgell | 3 | -45/+44 |
2007-10-10 | r6986: added support for <% include("somefile.ejs") %> for including common s... | Andrew Tridgell | 1 | -23/+38 |
2007-10-10 | r6982: install the swat pages with 'make installswat' | Andrew Tridgell | 2 | -4/+4 |
2007-10-10 | r6981: first version of the builtin web server for Samba4 | Andrew Tridgell | 21 | -0/+14575 |