summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11365: fixed a comment typoAndrew Tridgell1-1/+1
2007-10-10r11354: - generate a ejs error on bad ldif to add/modifyAndrew Tridgell1-3/+7
2007-10-10r11308: Correctly return status code in case of js error or libnetRafal Szczesniak1-1/+8
2007-10-10r11303: Support defining and installing public headers for libraries.Jelmer Vernooij1-1/+1
2007-10-10r11281: Initial ejs interface for libnet functions.Rafal Szczesniak4-1/+149
2007-10-10r11244: Relative path names in .mk filesJelmer Vernooij1-19/+19
2007-10-10r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij1-12/+0
2007-10-10r11171: fix the buildStefan Metzmacher1-1/+2
2007-10-10r11086: add sys.unix2nttime() functionStefan Metzmacher1-0/+17
2007-10-10r11085: as ejs doesn't support '&' '|' bitwise AND and OR,Stefan Metzmacher1-0/+47
2007-10-10r11083: use the addresses from the recordStefan Metzmacher1-1/+3
2007-10-10r10914: moved the ldap time string functions into ldb so they can be used byAndrew Tridgell1-1/+2
2007-10-10r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij1-2/+2
2007-10-10r10528: Add credentials.h back into includes.h as some compilers don'tJelmer Vernooij2-2/+0
2007-10-10r10510: Decrease the amount of data included by includes.h a bitJelmer Vernooij2-0/+2
2007-10-10r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.Andrew Bartlett2-2/+2
2007-10-10r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij1-0/+12
2007-10-10r10316: More dynconfig fixesJelmer Vernooij3-3/+0
2007-10-10r10252: a recent checkin from simo changed the handling of BASE and SUBTREEAndrew Tridgell1-0/+1
2007-10-10r10192: r11631@blu: tridge | 2005-08-30 23:06:37 +1000Andrew Tridgell1-0/+26
2007-10-10r9990: Fix some 64-bit size_t warnings.Tim Potter1-3/+3
2007-10-10r9915: Some more mappings. Fix weird sAMAccountName values.Jelmer Vernooij1-4/+10
2007-10-10r9842: More error checks in the ldb_map modules, extend testsuiteJelmer Vernooij1-4/+4
2007-10-10r9834: More tests for the upgrade from Samba3Jelmer Vernooij1-0/+42
2007-10-10r9826: Add some more OOM checksJelmer Vernooij1-2/+2
2007-10-10r9825: Correctly handle length argument to substr()Jelmer Vernooij1-3/+2
2007-10-10r9813: Conver testsuite for samba3sam module to EJSJelmer Vernooij1-3/+3
2007-10-10r9805: Add 'data' property to param EJS objectJelmer Vernooij1-4/+58
2007-10-10r9800: Add EJS interface to param. tridge, sorry this overlaps a bitJelmer Vernooij4-1/+213
2007-10-10r9798: Add generic functions for handling smb.conf files (the parameters don'...Jelmer Vernooij1-40/+3
2007-10-10r9770: Couple other bugfixesJelmer Vernooij2-5/+19
2007-10-10r9762: Add support for reading good old smbpasswd filesJelmer Vernooij2-2/+63
2007-10-10r9756: One-way upgrade from Samba3->Samba4 basically works nowJelmer Vernooij1-0/+57
2007-10-10r9755: Fix crash bug in SWAT loginJelmer Vernooij1-1/+4
2007-10-10r9754: Upgrading with the command line utility now works, at least partially (-:Jelmer Vernooij1-1/+3
2007-10-10r9735: More work on generating a valid Samba4 configuration using theJelmer Vernooij1-36/+85
2007-10-10r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2-2/+2
2007-10-10r9725: Fix full output mode of samba3dump as well. Thanks to tridge forJelmer Vernooij1-0/+2
2007-10-10r9724: Rewrite samba3dump in JS. The summary works now, but the full outputJelmer Vernooij2-170/+350
2007-10-10r9722: Initial attempt at converting samba3dump to EJS..Jelmer Vernooij4-1/+263
2007-10-10r9706: r11042@blu: tridge | 2005-08-28 12:40:09 +1000Andrew Tridgell1-4/+0
2007-10-10r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2-3/+5
2007-10-10r9700: Change DATA_BLOB in ejs back to struct datablobJelmer Vernooij1-3/+3
2007-10-10r9698: Fix a bit of memory managementJelmer Vernooij1-1/+1
2007-10-10r9645: fixed the ejs GetOptions() call to look at the first option passed (th...Andrew Tridgell1-1/+1
2007-10-10r9566: fix an uninitialised variableAndrew Tridgell1-1/+1
2007-10-10r9504: use some low level ejs hackery to give much better exception error mes...Andrew Tridgell1-2/+6
2007-10-10r9500: userAuth() takes a creds object, not a general object now ...Andrew Tridgell1-1/+1
2007-10-10r9499: added error checking to the userAuth() call. SWAT is still failing, bu...Andrew Tridgell1-1/+5
2007-10-10r9496: added a regToVar() function that converts a registry blob variable to ...Andrew Tridgell1-0/+119