index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
scripting
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r9171: - support putting a credentials object in a rpc pipe object to allow a...
Andrew Tridgell
2
-10
/
+10
2007-10-10
r9159: abstract the winreg js functions into a nice library interface
Andrew Tridgell
1
-0
/
+115
2007-10-10
r9146: - enable winreg pipe from ejs
Andrew Tridgell
2
-0
/
+35
2007-10-10
r9132: 'pointer' is better for typedef than 'C pointer'
Andrew Tridgell
1
-1
/
+1
2007-10-10
r9131: started adding the server side code for "AJAJ" (asynchronous javascrip...
Andrew Tridgell
2
-0
/
+195
2007-10-10
r9123: Add ejs_pull_DATA_BLOB() and ejs_pull_BOOL() although leave DATA_BLOB
Tim Potter
2
-1
/
+34
2007-10-10
r9119: added a lp.categories() call in the loadparm js object, to allow
Andrew Tridgell
1
-0
/
+22
2007-10-10
r9096: Spelling.
Tim Potter
1
-1
/
+1
2007-10-10
r9082: added the ECMA functions encodeURIComponent() and
Andrew Tridgell
1
-0
/
+81
2007-10-10
r9071: Set real and workstation fields in ejs credentials object.
Rafal Szczesniak
1
-0
/
+62
2007-10-10
r9070: More fields in ejs credentials object.
Rafal Szczesniak
1
-0
/
+56
2007-10-10
r9059: add a basic credentials object for mimir
Andrew Tridgell
3
-0
/
+109
2007-10-10
r8985: Automatically generate make dependency rules for
Jelmer Vernooij
1
-3
/
+1
2007-10-10
r8979: Bunch of makefile fragment inclusion fixes:
Jelmer Vernooij
1
-0
/
+23
2007-10-10
r8966: Simplify the makefile generation system a bit.
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r8887: fixed the irpc error that caused ia64 to fail the LOCAL-IRPC test
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8822: fixed number of arguments in samr lib
Andrew Tridgell
1
-2
/
+2
2007-10-10
r8821: continue the trend to move to a more OO style of interface for our js
Andrew Tridgell
3
-71
/
+73
2007-10-10
r8790: Finish the migration of aliases and privilages with SamSync, by adding
Andrew Bartlett
1
-12
/
+7
2007-10-10
r8742: fixed handling of zero length names in mprObject()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8700: Propmted by tridge's need to do plaintext auth in ejs, rework the
Andrew Bartlett
1
-10
/
+25
2007-10-10
r8678: setup for gdb backtrace in 'make test'
Andrew Tridgell
1
-0
/
+1
2007-10-10
r8677: The first part of the domain name may not be equal to the netbios doma...
Andrew Bartlett
1
-0
/
+3
2007-10-10
r8661: added strstr() ejs function in string lib
Andrew Tridgell
1
-0
/
+17
2007-10-10
r8660: Use templates for the initial provision of user and computer accounts.
Andrew Bartlett
1
-0
/
+2
2007-10-10
r8659: return ldif formatted attributes in the ejs ldb search call, so sids s...
Andrew Tridgell
2
-8
/
+24
2007-10-10
r8650: Use the timestamps and a new objectguid module rather than placing
Andrew Bartlett
1
-5
/
+14
2007-10-10
r8648: automatically redirect to provisioning if not yet provisioned when the
Andrew Tridgell
1
-0
/
+21
2007-10-10
r8643: - make lp_configfile() work again
Andrew Tridgell
3
-7
/
+61
2007-10-10
r8640: continue the trend by moving the ejs random calls into an object
Andrew Tridgell
2
-4
/
+17
2007-10-10
r8639: moved loadparm calls into an ejs object
Andrew Tridgell
5
-11
/
+30
2007-10-10
r8638: continue the trend of maknig our C functions true ejs objects by makin...
Andrew Tridgell
2
-7
/
+22
2007-10-10
r8637: added sys.stat() and sys.lstat() calls
Andrew Tridgell
1
-0
/
+71
2007-10-10
r8635: make object inheritance with the builtin objects easy by allowing
Andrew Tridgell
4
-22
/
+29
2007-10-10
r8633: check for valid input to ejs_userAuth()
Andrew Tridgell
1
-0
/
+5
2007-10-10
r8629: - moved the getDomainList() call out of smbcalls_auth.c and into libjs...
Andrew Tridgell
2
-27
/
+25
2007-10-10
r8603: we have to use the same db name as the rest of smbd uses so the ldb co...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8602: allow options in ldb connect calls
Andrew Tridgell
1
-2
/
+3
2007-10-10
r8590: added server status utility functions for checking on the status of a ...
Andrew Tridgell
2
-0
/
+80
2007-10-10
r8589: - support --version option to smbstatus
Andrew Tridgell
1
-0
/
+2
2007-10-10
r8584: added --nbt option to smbstatus for nbt server statistics
Andrew Tridgell
2
-3
/
+47
2007-10-10
r8583: nicer smbstatus output
Andrew Tridgell
1
-13
/
+45
2007-10-10
r8582: added sys.httptime() call, to display a NTTIME as a http time string
Andrew Tridgell
1
-0
/
+19
2007-10-10
r8581: fixed handling of 64 bit integers in rpc calls from ejs
Andrew Tridgell
1
-14
/
+8
2007-10-10
r8577: added management calls to list current tree connects
Andrew Tridgell
2
-1
/
+51
2007-10-10
r8575: the beginnings of a smbstatus command
Andrew Tridgell
2
-0
/
+59
2007-10-10
r8570: delete all records in the old db when provisioning, rather than using
Andrew Tridgell
1
-2
/
+26
2007-10-10
r8569: delete is a js reserved word, so use del instead
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8561: as with the other ejs subsystems, make nss into a object
Andrew Tridgell
2
-13
/
+30
2007-10-10
r8558: move newuser logic into the provision.js lib
Andrew Tridgell
1
-0
/
+84
[prev]
[next]