summaryrefslogtreecommitdiffstats
path: root/source4/scripting/ejs
Commit message (Expand)AuthorAgeFilesLines
* r8742: fixed handling of zero length names in mprObject()Andrew Tridgell2007-10-101-1/+1
* r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett2007-10-101-10/+25
* r8678: setup for gdb backtrace in 'make test'Andrew Tridgell2007-10-101-0/+1
* r8661: added strstr() ejs function in string libAndrew Tridgell2007-10-101-0/+17
* r8659: return ldif formatted attributes in the ejs ldb search call, so sids s...Andrew Tridgell2007-10-102-8/+24
* r8643: - make lp_configfile() work againAndrew Tridgell2007-10-102-5/+42
* r8640: continue the trend by moving the ejs random calls into an objectAndrew Tridgell2007-10-101-4/+15
* r8639: moved loadparm calls into an ejs objectAndrew Tridgell2007-10-101-2/+13
* r8638: continue the trend of maknig our C functions true ejs objects by makin...Andrew Tridgell2007-10-101-7/+19
* r8637: added sys.stat() and sys.lstat() callsAndrew Tridgell2007-10-101-0/+71
* r8635: make object inheritance with the builtin objects easy by allowingAndrew Tridgell2007-10-104-22/+29
* r8633: check for valid input to ejs_userAuth()Andrew Tridgell2007-10-101-0/+5
* r8629: - moved the getDomainList() call out of smbcalls_auth.c and into libjs...Andrew Tridgell2007-10-101-27/+8
* r8602: allow options in ldb connect callsAndrew Tridgell2007-10-101-2/+3
* r8582: added sys.httptime() call, to display a NTTIME as a http time stringAndrew Tridgell2007-10-101-0/+19
* r8581: fixed handling of 64 bit integers in rpc calls from ejsAndrew Tridgell2007-10-101-14/+8
* r8569: delete is a js reserved word, so use del insteadAndrew Tridgell2007-10-101-1/+1
* r8561: as with the other ejs subsystems, make nss into a objectAndrew Tridgell2007-10-101-8/+23
* r8557: expose ldb_errstring() in ldb ejs codeAndrew Tridgell2007-10-101-0/+19
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-1/+1
* r8516: let us use all parameters of ldbsearch in ldb.searchSimo Sorce2007-10-101-8/+31
* r8499: clearer function nameSimo Sorce2007-10-101-5/+5
* r8489: neaten up the object handlingAndrew Tridgell2007-10-102-4/+20
* r8488: after discussions with simo, moved to a full OO interface, so you don'...Andrew Tridgell2007-10-102-41/+44
* r8486: switched to a separate connection operation in ldb interfaceAndrew Tridgell2007-10-101-73/+101
* r8484: switched the sys_*() calls to the OO interfaceAndrew Tridgell2007-10-101-8/+22
* r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell2007-10-106-60/+6
* r8481: switched ldb ejs called over to an OO interface, so you do:Andrew Tridgell2007-10-103-5/+35
* r8452: allow for the ugly hack:Andrew Tridgell2007-10-101-9/+9
* r8411: we need to use mprVarToNumber() instead of var->integer now, to cope withAndrew Tridgell2007-10-101-1/+1
* r8406: make sure we give an error in ldbAdd() if any record failsAndrew Tridgell2007-10-101-0/+1
* r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell2007-10-1016-16/+16
* r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand2007-10-101-1/+1
* r8372: - split out provisioning logic into a separate ejs libraryAndrew Tridgell2007-10-101-0/+15
* r8358: Return an error message if js include path not set instead of silentlyTim Potter2007-10-101-0/+1
* r8357: Call lp_load() so we can access the various lp_functions().Tim Potter2007-10-101-0/+2
* r8355: - added a vsprintf() functionAndrew Tridgell2007-10-101-0/+36
* r8340: - added sys_gmtime()Andrew Tridgell2007-10-1010-234/+236
* r8339: added ldbAdd(), ldbModify(), ldbDelete() and ldbRename() to ejs ldb fu...Andrew Tridgell2007-10-101-0/+144
* r8337: - use 64 bit access functions in ejs callsAndrew Tridgell2007-10-109-23/+230
* r8333: merged with latest upstream ejs sourcesAndrew Tridgell2007-10-104-12/+9
* r8331: added split(), join() and FileLoad() functions to ejs.Andrew Tridgell2007-10-101-0/+103
* r8320: make sure all our returned objects are full objects, which means theyAndrew Tridgell2007-10-107-16/+23
* r8318: added a bunch more ejs calls.Andrew Tridgell2007-10-106-3/+249
* r8316: give full access to the popt command line parsing in ejs scripts, incl...Andrew Tridgell2007-10-105-27/+204
* r8297: add libinclude() function in ejs, which is like include() but searches...Andrew Tridgell2007-10-101-0/+47
* r8296: - split out the ejs auth functions into a separate fileAndrew Tridgell2007-10-104-121/+148
* r8284: - fixed some uninitialised variables in the irpc codeAndrew Tridgell2007-10-104-7/+99
* r8281: pass the callnum and rpc interface table directly from the generatedAndrew Tridgell2007-10-102-19/+26
* r8280: - added irpc_connect() for connecting to a irpc server by nameAndrew Tridgell2007-10-103-3/+87