summaryrefslogtreecommitdiffstats
path: root/source/scripting/libjs
Commit message (Expand)AuthorAgeFilesLines
...
* r9465: handle encoding and decoding of pointers, representing them as aAndrew Tridgell2005-08-221-0/+2
* r9355: return the EnumKey and EnumValue list we have so far when we get a rpc...Andrew Tridgell2005-08-171-4/+4
* r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValueAndrew Tridgell2005-08-171-17/+110
* r9227: cleanup and simplify the AJAJ codeAndrew Tridgell2005-08-101-6/+7
* r9218: make the winreg library code handle arbitrary paths more efficientlyAndrew Tridgell2005-08-081-16/+38
* r9178: remove the old server printf codeAndrew Tridgell2005-08-071-13/+0
* r9174: ejs does not include the special variable 'length' in for loops over o...Andrew Tridgell2005-08-071-18/+32
* r9159: abstract the winreg js functions into a nice library interfaceAndrew Tridgell2005-08-061-0/+115
* r9131: started adding the server side code for "AJAJ" (asynchronous javascrip...Andrew Tridgell2005-08-052-0/+195
* r8822: fixed number of arguments in samr libAndrew Tridgell2005-07-281-2/+2
* r8821: continue the trend to move to a more OO style of interface for our jsAndrew Tridgell2005-07-282-31/+25
* r8790: Finish the migration of aliases and privilages with SamSync, by addingAndrew Bartlett2005-07-271-12/+7
* r8677: The first part of the domain name may not be equal to the netbios doma...Andrew Bartlett2005-07-211-0/+3
* r8660: Use templates for the initial provision of user and computer accounts.Andrew Bartlett2005-07-211-0/+2
* r8650: Use the timestamps and a new objectguid module rather than placingAndrew Bartlett2005-07-201-5/+14
* r8648: automatically redirect to provisioning if not yet provisioned when theAndrew Tridgell2005-07-201-0/+21
* r8643: - make lp_configfile() work againAndrew Tridgell2005-07-201-2/+19
* r8640: continue the trend by moving the ejs random calls into an objectAndrew Tridgell2005-07-201-0/+2
* r8639: moved loadparm calls into an ejs objectAndrew Tridgell2005-07-203-8/+14
* r8638: continue the trend of maknig our C functions true ejs objects by makin...Andrew Tridgell2005-07-201-0/+3
* r8629: - moved the getDomainList() call out of smbcalls_auth.c and into libjs...Andrew Tridgell2005-07-201-0/+17
* r8603: we have to use the same db name as the rest of smbd uses so the ldb co...Andrew Tridgell2005-07-191-1/+1
* r8590: added server status utility functions for checking on the status of a ...Andrew Tridgell2005-07-192-0/+80
* r8584: added --nbt option to smbstatus for nbt server statisticsAndrew Tridgell2005-07-191-0/+21
* r8577: added management calls to list current tree connectsAndrew Tridgell2005-07-191-1/+40
* r8575: the beginnings of a smbstatus commandAndrew Tridgell2005-07-191-0/+33
* r8570: delete all records in the old db when provisioning, rather than usingAndrew Tridgell2005-07-191-2/+26
* r8561: as with the other ejs subsystems, make nss into a objectAndrew Tridgell2005-07-191-5/+7
* r8558: move newuser logic into the provision.js libAndrew Tridgell2005-07-181-0/+84
* r8488: after discussions with simo, moved to a full OO interface, so you don'...Andrew Tridgell2005-07-151-3/+3
* r8486: switched to a separate connection operation in ldb interfaceAndrew Tridgell2005-07-151-2/+5
* r8484: switched the sys_*() calls to the OO interfaceAndrew Tridgell2005-07-151-10/+12
* r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell2005-07-151-14/+15
* r8481: switched ldb ejs called over to an OO interface, so you do:Andrew Tridgell2005-07-151-1/+3
* r8445: if a system doesn't have "nogroup" then try "nobody"Andrew Tridgell2005-07-141-1/+1
* r8372: - split out provisioning logic into a separate ejs libraryAndrew Tridgell2005-07-121-0/+222
* r8355: - added a vsprintf() functionAndrew Tridgell2005-07-121-0/+8
* r8338: - added a substitute_var() js library function for doing hash drivenAndrew Tridgell2005-07-121-0/+29
* r8318: added a bunch more ejs calls.Andrew Tridgell2005-07-111-1/+0
* r8298: - started building a library of js routines in scripting/libjs/Andrew Tridgell2005-07-112-0/+223