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
/
ejs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...
Jelmer Vernooij
2007-10-10
1
-12
/
+0
*
r11171: fix the build
Stefan Metzmacher
2007-10-10
1
-1
/
+2
*
r11086: add sys.unix2nttime() function
Stefan Metzmacher
2007-10-10
1
-0
/
+17
*
r11085: as ejs doesn't support '&' '|' bitwise AND and OR,
Stefan Metzmacher
2007-10-10
1
-0
/
+47
*
r11083: use the addresses from the record
Stefan Metzmacher
2007-10-10
1
-1
/
+3
*
r10914: moved the ldap time string functions into ldb so they can be used by
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r10586: Add MergedObject() builder. Default to Library() rather
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r10528: Add credentials.h back into includes.h as some compilers don't
Jelmer Vernooij
2007-10-10
2
-2
/
+0
*
r10510: Decrease the amount of data included by includes.h a bit
Jelmer Vernooij
2007-10-10
2
-0
/
+2
*
r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.
Andrew Bartlett
2007-10-10
2
-2
/
+2
*
r10348: Add scons scripts for remaining subsystems. Most subsystems build now,
Jelmer Vernooij
2007-10-10
1
-0
/
+12
*
r10316: More dynconfig fixes
Jelmer Vernooij
2007-10-10
3
-3
/
+0
*
r10252: a recent checkin from simo changed the handling of BASE and SUBTREE
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r10192: r11631@blu: tridge | 2005-08-30 23:06:37 +1000
Andrew Tridgell
2007-10-10
1
-0
/
+26
*
r9990: Fix some 64-bit size_t warnings.
Tim Potter
2007-10-10
1
-3
/
+3
*
r9915: Some more mappings. Fix weird sAMAccountName values.
Jelmer Vernooij
2007-10-10
1
-4
/
+10
*
r9842: More error checks in the ldb_map modules, extend testsuite
Jelmer Vernooij
2007-10-10
1
-4
/
+4
*
r9834: More tests for the upgrade from Samba3
Jelmer Vernooij
2007-10-10
1
-0
/
+42
*
r9826: Add some more OOM checks
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r9825: Correctly handle length argument to substr()
Jelmer Vernooij
2007-10-10
1
-3
/
+2
*
r9813: Conver testsuite for samba3sam module to EJS
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r9805: Add 'data' property to param EJS object
Jelmer Vernooij
2007-10-10
1
-4
/
+58
*
r9800: Add EJS interface to param. tridge, sorry this overlaps a bit
Jelmer Vernooij
2007-10-10
4
-1
/
+213
*
r9798: Add generic functions for handling smb.conf files (the parameters don'...
Jelmer Vernooij
2007-10-10
1
-40
/
+3
*
r9770: Couple other bugfixes
Jelmer Vernooij
2007-10-10
2
-5
/
+19
*
r9762: Add support for reading good old smbpasswd files
Jelmer Vernooij
2007-10-10
2
-2
/
+63
*
r9756: One-way upgrade from Samba3->Samba4 basically works now
Jelmer Vernooij
2007-10-10
1
-0
/
+57
*
r9755: Fix crash bug in SWAT login
Jelmer Vernooij
2007-10-10
1
-1
/
+4
*
r9754: Upgrading with the command line utility now works, at least partially (-:
Jelmer Vernooij
2007-10-10
1
-1
/
+3
*
r9735: More work on generating a valid Samba4 configuration using the
Jelmer Vernooij
2007-10-10
1
-36
/
+85
*
r9728: A *major* update to the credentials system, to incorporate the
Andrew Bartlett
2007-10-10
2
-2
/
+2
*
r9725: Fix full output mode of samba3dump as well. Thanks to tridge for
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
r9724: Rewrite samba3dump in JS. The summary works now, but the full output
Jelmer Vernooij
2007-10-10
2
-170
/
+350
*
r9722: Initial attempt at converting samba3dump to EJS..
Jelmer Vernooij
2007-10-10
4
-1
/
+263
*
r9706: r11042@blu: tridge | 2005-08-28 12:40:09 +1000
Andrew Tridgell
2007-10-10
1
-4
/
+0
*
r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000
Andrew Tridgell
2007-10-10
2
-3
/
+5
*
r9700: Change DATA_BLOB in ejs back to struct datablob
Jelmer Vernooij
2007-10-10
1
-3
/
+3
*
r9698: Fix a bit of memory management
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r9645: fixed the ejs GetOptions() call to look at the first option passed (th...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r9566: fix an uninitialised variable
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r9504: use some low level ejs hackery to give much better exception error mes...
Andrew Tridgell
2007-10-10
1
-2
/
+6
*
r9500: userAuth() takes a creds object, not a general object now ...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r9499: added error checking to the userAuth() call. SWAT is still failing, bu...
Andrew Tridgell
2007-10-10
1
-1
/
+5
*
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
*
r9477: Convert popt options to an ejs object. Doesn't seem to break anything
Rafal Szczesniak
2007-10-10
3
-24
/
+44
*
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
*
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
[prev]
[next]