index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
scripting
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r9496: added a regToVar() function that converts a registry blob variable to ...
Andrew Tridgell
2007-10-10
1
-0
/
+119
*
r9492: it is more usual to return 'undefined' instead of 'false' on a call fa...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r9491: fixed up a few scripts that need to be updated for the new GetOptions ...
Andrew Tridgell
2007-10-10
1
-8
/
+6
*
r9477: Convert popt options to an ejs object. Doesn't seem to break anything
Rafal Szczesniak
2007-10-10
4
-26
/
+46
*
r9465: handle encoding and decoding of pointers, representing them as a
Andrew Tridgell
2007-10-10
1
-0
/
+2
*
r9464: fixed a problem with child pointers copied into non-allocated mpr vari...
Andrew Tridgell
2007-10-10
1
-2
/
+4
*
r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...
Simo Sorce
2007-10-10
2
-14
/
+32
*
r9377: made winreg a user tool (I find it quite useful). I expect it to get t...
Andrew Tridgell
2007-10-10
1
-0
/
+75
*
r9355: return the EnumKey and EnumValue list we have so far when we get a rpc...
Andrew Tridgell
2007-10-10
1
-4
/
+4
*
r9344: started adding calls for manipulation of data blobs in ejs
Andrew Tridgell
2007-10-10
4
-1
/
+167
*
r9340: print the [in] contents when debugging even if the marshalling
Andrew Tridgell
2007-10-10
1
-2
/
+4
*
r9339: treat arrays of uint8 values as a special DATA_BLOB type in the ejs
Andrew Tridgell
2007-10-10
3
-0
/
+69
*
r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValue
Andrew Tridgell
2007-10-10
1
-17
/
+110
*
r9227: cleanup and simplify the AJAJ code
Andrew Tridgell
2007-10-10
1
-6
/
+7
*
r9226: make sure we catch rpc faults in the ejs rpc wrappers
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r9218: make the winreg library code handle arbitrary paths more efficiently
Andrew Tridgell
2007-10-10
1
-16
/
+38
*
r9210: fixed support for a credentials element in a rpc object in ejs to not
Andrew Tridgell
2007-10-10
2
-6
/
+10
*
r9178: remove the old server printf code
Andrew Tridgell
2007-10-10
1
-13
/
+0
*
r9174: ejs does not include the special variable 'length' in for loops over o...
Andrew Tridgell
2007-10-10
1
-18
/
+32
*
r9171: - support putting a credentials object in a rpc pipe object to allow a...
Andrew Tridgell
2007-10-10
2
-10
/
+10
*
r9159: abstract the winreg js functions into a nice library interface
Andrew Tridgell
2007-10-10
1
-0
/
+115
*
r9146: - enable winreg pipe from ejs
Andrew Tridgell
2007-10-10
2
-0
/
+35
*
r9132: 'pointer' is better for typedef than 'C pointer'
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r9131: started adding the server side code for "AJAJ" (asynchronous javascrip...
Andrew Tridgell
2007-10-10
2
-0
/
+195
*
r9123: Add ejs_pull_DATA_BLOB() and ejs_pull_BOOL() although leave DATA_BLOB
Tim Potter
2007-10-10
2
-1
/
+34
*
r9119: added a lp.categories() call in the loadparm js object, to allow
Andrew Tridgell
2007-10-10
1
-0
/
+22
*
r9096: Spelling.
Tim Potter
2007-10-10
1
-1
/
+1
*
r9082: added the ECMA functions encodeURIComponent() and
Andrew Tridgell
2007-10-10
1
-0
/
+81
*
r9071: Set real and workstation fields in ejs credentials object.
Rafal Szczesniak
2007-10-10
1
-0
/
+62
*
r9070: More fields in ejs credentials object.
Rafal Szczesniak
2007-10-10
1
-0
/
+56
*
r9059: add a basic credentials object for mimir
Andrew Tridgell
2007-10-10
3
-0
/
+109
*
r8985: Automatically generate make dependency rules for
Jelmer Vernooij
2007-10-10
1
-3
/
+1
*
r8979: Bunch of makefile fragment inclusion fixes:
Jelmer Vernooij
2007-10-10
1
-0
/
+23
*
r8966: Simplify the makefile generation system a bit.
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r8887: fixed the irpc error that caused ia64 to fail the LOCAL-IRPC test
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8822: fixed number of arguments in samr lib
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r8821: continue the trend to move to a more OO style of interface for our js
Andrew Tridgell
2007-10-10
3
-71
/
+73
*
r8790: Finish the migration of aliases and privilages with SamSync, by adding
Andrew Bartlett
2007-10-10
1
-12
/
+7
*
r8742: fixed handling of zero length names in mprObject()
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8700: Propmted by tridge's need to do plaintext auth in ejs, rework the
Andrew Bartlett
2007-10-10
1
-10
/
+25
*
r8678: setup for gdb backtrace in 'make test'
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r8677: The first part of the domain name may not be equal to the netbios doma...
Andrew Bartlett
2007-10-10
1
-0
/
+3
*
r8661: added strstr() ejs function in string lib
Andrew Tridgell
2007-10-10
1
-0
/
+17
*
r8660: Use templates for the initial provision of user and computer accounts.
Andrew Bartlett
2007-10-10
1
-0
/
+2
*
r8659: return ldif formatted attributes in the ejs ldb search call, so sids s...
Andrew Tridgell
2007-10-10
2
-8
/
+24
*
r8650: Use the timestamps and a new objectguid module rather than placing
Andrew Bartlett
2007-10-10
1
-5
/
+14
*
r8648: automatically redirect to provisioning if not yet provisioned when the
Andrew Tridgell
2007-10-10
1
-0
/
+21
*
r8643: - make lp_configfile() work again
Andrew Tridgell
2007-10-10
3
-7
/
+61
*
r8640: continue the trend by moving the ejs random calls into an object
Andrew Tridgell
2007-10-10
2
-4
/
+17
*
r8639: moved loadparm calls into an ejs object
Andrew Tridgell
2007-10-10
5
-11
/
+30
[prev]
[next]