summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8822: fixed number of arguments in samr libAndrew Tridgell1-2/+2
2007-10-10r8821: continue the trend to move to a more OO style of interface for our jsAndrew Tridgell3-71/+73
2007-10-10r8790: Finish the migration of aliases and privilages with SamSync, by addingAndrew Bartlett1-12/+7
2007-10-10r8742: fixed handling of zero length names in mprObject()Andrew Tridgell1-1/+1
2007-10-10r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett1-10/+25
2007-10-10r8678: setup for gdb backtrace in 'make test'Andrew Tridgell1-0/+1
2007-10-10r8677: The first part of the domain name may not be equal to the netbios doma...Andrew Bartlett1-0/+3
2007-10-10r8661: added strstr() ejs function in string libAndrew Tridgell1-0/+17
2007-10-10r8660: Use templates for the initial provision of user and computer accounts.Andrew Bartlett1-0/+2
2007-10-10r8659: return ldif formatted attributes in the ejs ldb search call, so sids s...Andrew Tridgell2-8/+24
2007-10-10r8650: Use the timestamps and a new objectguid module rather than placingAndrew Bartlett1-5/+14
2007-10-10r8648: automatically redirect to provisioning if not yet provisioned when theAndrew Tridgell1-0/+21
2007-10-10r8643: - make lp_configfile() work againAndrew Tridgell3-7/+61
2007-10-10r8640: continue the trend by moving the ejs random calls into an objectAndrew Tridgell2-4/+17
2007-10-10r8639: moved loadparm calls into an ejs objectAndrew Tridgell5-11/+30
2007-10-10r8638: continue the trend of maknig our C functions true ejs objects by makin...Andrew Tridgell2-7/+22
2007-10-10r8637: added sys.stat() and sys.lstat() callsAndrew Tridgell1-0/+71
2007-10-10r8635: make object inheritance with the builtin objects easy by allowingAndrew Tridgell4-22/+29
2007-10-10r8633: check for valid input to ejs_userAuth()Andrew Tridgell1-0/+5
2007-10-10r8629: - moved the getDomainList() call out of smbcalls_auth.c and into libjs...Andrew Tridgell2-27/+25
2007-10-10r8603: we have to use the same db name as the rest of smbd uses so the ldb co...Andrew Tridgell1-1/+1
2007-10-10r8602: allow options in ldb connect callsAndrew Tridgell1-2/+3
2007-10-10r8590: added server status utility functions for checking on the status of a ...Andrew Tridgell2-0/+80
2007-10-10r8589: - support --version option to smbstatusAndrew Tridgell1-0/+2
2007-10-10r8584: added --nbt option to smbstatus for nbt server statisticsAndrew Tridgell2-3/+47
2007-10-10r8583: nicer smbstatus outputAndrew Tridgell1-13/+45
2007-10-10r8582: added sys.httptime() call, to display a NTTIME as a http time stringAndrew Tridgell1-0/+19
2007-10-10r8581: fixed handling of 64 bit integers in rpc calls from ejsAndrew Tridgell1-14/+8
2007-10-10r8577: added management calls to list current tree connectsAndrew Tridgell2-1/+51
2007-10-10r8575: the beginnings of a smbstatus commandAndrew Tridgell2-0/+59
2007-10-10r8570: delete all records in the old db when provisioning, rather than usingAndrew Tridgell1-2/+26
2007-10-10r8569: delete is a js reserved word, so use del insteadAndrew Tridgell1-1/+1
2007-10-10r8561: as with the other ejs subsystems, make nss into a objectAndrew Tridgell2-13/+30
2007-10-10r8558: move newuser logic into the provision.js libAndrew Tridgell1-0/+84
2007-10-10r8557: expose ldb_errstring() in ldb ejs codeAndrew Tridgell1-0/+19
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-1/+1
2007-10-10r8516: let us use all parameters of ldbsearch in ldb.searchSimo Sorce1-8/+31
2007-10-10r8499: clearer function nameSimo Sorce1-5/+5
2007-10-10r8489: neaten up the object handlingAndrew Tridgell2-4/+20
2007-10-10r8488: after discussions with simo, moved to a full OO interface, so you don'...Andrew Tridgell3-44/+47
2007-10-10r8486: switched to a separate connection operation in ldb interfaceAndrew Tridgell2-75/+106
2007-10-10r8484: switched the sys_*() calls to the OO interfaceAndrew Tridgell2-18/+34
2007-10-10r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell7-74/+21
2007-10-10r8481: switched ldb ejs called over to an OO interface, so you do:Andrew Tridgell4-6/+38
2007-10-10r8452: allow for the ugly hack:Andrew Tridgell1-9/+9
2007-10-10r8445: if a system doesn't have "nogroup" then try "nobody"Andrew Tridgell1-1/+1
2007-10-10r8411: we need to use mprVarToNumber() instead of var->integer now, to cope withAndrew Tridgell1-1/+1
2007-10-10r8406: make sure we give an error in ldbAdd() if any record failsAndrew Tridgell1-0/+1
2007-10-10r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell16-16/+16
2007-10-10r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand1-1/+1