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
/
ejs
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r11814: 1) Set name resolution methods according to smb.conf
Rafal Szczesniak
1
-1
/
+4
2007-10-10
r11748: By default, use name resolution method provided by means
Rafal Szczesniak
1
-0
/
+1
2007-10-10
r11588: Remove unused (at the moment) variable and quiet compiler warning.
Rafal Szczesniak
1
-1
/
+0
2007-10-10
r11586: Further work on ejs interface for libnet. The idea is to split libnet
Rafal Szczesniak
2
-4
/
+57
2007-10-10
r11567: Ldb API change patch.
Simo Sorce
1
-3
/
+4
2007-10-10
r11498: added an optional extra argument to split to limit the number of
Andrew Tridgell
1
-8
/
+19
2007-10-10
r11474: - enable ldb transactions from ejs
Andrew Tridgell
1
-0
/
+81
2007-10-10
r11458: fixed our ejs smbscript interfaces to use arrays where appropriate. In
Andrew Tridgell
5
-27
/
+34
2007-10-10
r11439: Make presedence on strcmp comparison clear, and fill in
Andrew Bartlett
1
-1
/
+3
2007-10-10
r11365: fixed a comment typo
Andrew Tridgell
1
-1
/
+1
2007-10-10
r11354: - generate a ejs error on bad ldif to add/modify
Andrew Tridgell
1
-3
/
+7
2007-10-10
r11308: Correctly return status code in case of js error or libnet
Rafal Szczesniak
1
-1
/
+8
2007-10-10
r11303: Support defining and installing public headers for libraries.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r11281: Initial ejs interface for libnet functions.
Rafal Szczesniak
4
-1
/
+149
2007-10-10
r11244: Relative path names in .mk files
Jelmer Vernooij
1
-19
/
+19
2007-10-10
r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...
Jelmer Vernooij
1
-12
/
+0
2007-10-10
r11171: fix the build
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r11086: add sys.unix2nttime() function
Stefan Metzmacher
1
-0
/
+17
2007-10-10
r11085: as ejs doesn't support '&' '|' bitwise AND and OR,
Stefan Metzmacher
1
-0
/
+47
2007-10-10
r11083: use the addresses from the record
Stefan Metzmacher
1
-1
/
+3
2007-10-10
r10914: moved the ldap time string functions into ldb so they can be used by
Andrew Tridgell
1
-1
/
+2
2007-10-10
r10586: Add MergedObject() builder. Default to Library() rather
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r10528: Add credentials.h back into includes.h as some compilers don't
Jelmer Vernooij
2
-2
/
+0
2007-10-10
r10510: Decrease the amount of data included by includes.h a bit
Jelmer Vernooij
2
-0
/
+2
2007-10-10
r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.
Andrew Bartlett
2
-2
/
+2
2007-10-10
r10348: Add scons scripts for remaining subsystems. Most subsystems build now,
Jelmer Vernooij
1
-0
/
+12
2007-10-10
r10316: More dynconfig fixes
Jelmer Vernooij
3
-3
/
+0
2007-10-10
r10252: a recent checkin from simo changed the handling of BASE and SUBTREE
Andrew Tridgell
1
-0
/
+1
2007-10-10
r10192: r11631@blu: tridge | 2005-08-30 23:06:37 +1000
Andrew Tridgell
1
-0
/
+26
2007-10-10
r9990: Fix some 64-bit size_t warnings.
Tim Potter
1
-3
/
+3
2007-10-10
r9915: Some more mappings. Fix weird sAMAccountName values.
Jelmer Vernooij
1
-4
/
+10
2007-10-10
r9842: More error checks in the ldb_map modules, extend testsuite
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r9834: More tests for the upgrade from Samba3
Jelmer Vernooij
1
-0
/
+42
2007-10-10
r9826: Add some more OOM checks
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r9825: Correctly handle length argument to substr()
Jelmer Vernooij
1
-3
/
+2
2007-10-10
r9813: Conver testsuite for samba3sam module to EJS
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r9805: Add 'data' property to param EJS object
Jelmer Vernooij
1
-4
/
+58
2007-10-10
r9800: Add EJS interface to param. tridge, sorry this overlaps a bit
Jelmer Vernooij
4
-1
/
+213
2007-10-10
r9798: Add generic functions for handling smb.conf files (the parameters don'...
Jelmer Vernooij
1
-40
/
+3
2007-10-10
r9770: Couple other bugfixes
Jelmer Vernooij
2
-5
/
+19
2007-10-10
r9762: Add support for reading good old smbpasswd files
Jelmer Vernooij
2
-2
/
+63
2007-10-10
r9756: One-way upgrade from Samba3->Samba4 basically works now
Jelmer Vernooij
1
-0
/
+57
2007-10-10
r9755: Fix crash bug in SWAT login
Jelmer Vernooij
1
-1
/
+4
2007-10-10
r9754: Upgrading with the command line utility now works, at least partially (-:
Jelmer Vernooij
1
-1
/
+3
2007-10-10
r9735: More work on generating a valid Samba4 configuration using the
Jelmer Vernooij
1
-36
/
+85
2007-10-10
r9728: A *major* update to the credentials system, to incorporate the
Andrew Bartlett
2
-2
/
+2
2007-10-10
r9725: Fix full output mode of samba3dump as well. Thanks to tridge for
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r9724: Rewrite samba3dump in JS. The summary works now, but the full output
Jelmer Vernooij
2
-170
/
+350
2007-10-10
r9722: Initial attempt at converting samba3dump to EJS..
Jelmer Vernooij
4
-1
/
+263
2007-10-10
r9706: r11042@blu: tridge | 2005-08-28 12:40:09 +1000
Andrew Tridgell
1
-4
/
+0
[next]