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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r8377: forgot an ldif test
Simo Sorce
1
-0
/
+4
2007-10-10
r8376: remove version info from configure.in
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r8375: - move from netr_StringLarge to lsa_StringLarge
Stefan Metzmacher
2
-11
/
+17
2007-10-10
r8374: avoid running flex and bison unless needed
Andrew Tridgell
1
-2
/
+12
2007-10-10
r8373: New wildcard matching code.
Simo Sorce
15
-206
/
+413
2007-10-10
r8372: - split out provisioning logic into a separate ejs library
Andrew Tridgell
6
-199
/
+330
2007-10-10
r8371: the objectGUID is now stored in binary...
Stefan Metzmacher
1
-5
/
+4
2007-10-10
r8370: remove the '$' from in the cn: attribute for computer and dc accounts
Stefan Metzmacher
1
-7
/
+21
2007-10-10
r8369: update the configure script I use
Andrew Tridgell
1
-2
/
+1
2007-10-10
r8368: the type filed depends on the user being present or not
Stefan Metzmacher
3
-17
/
+16
2007-10-10
r8367: another configure test needed by netbsd for heimdal
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8365: fixed a problem on netbsd
Andrew Tridgell
1
-0
/
+3
2007-10-10
r8364: fixed a valgrind bug spotted by simo
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8363: - we need to correct the realm for the krbtgt/NETBIOSDOMAINREALM
Stefan Metzmacher
1
-7
/
+24
2007-10-10
r8362: change AC_INIT to the new version, improves failure reporting from aut...
Love Hörnquist Åstrand
1
-1
/
+2
2007-10-10
r8361: ctype is* macros needs unsigned arguments
Love Hörnquist Åstrand
1
-1
/
+1
2007-10-10
r8359: fix a shell warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r8358: Return an error message if js include path not set instead of silently
Tim Potter
1
-0
/
+1
2007-10-10
r8357: Call lp_load() so we can access the various lp_functions().
Tim Potter
1
-0
/
+2
2007-10-10
r8356: avoid warning from AC_CHECK_HEADER that file is present but cannot be ...
Love Hörnquist Åstrand
1
-1
/
+7
2007-10-10
r8355: - added a vsprintf() function
Andrew Tridgell
5
-3
/
+84
2007-10-10
r8354: work around a js bug found by tpot
Andrew Tridgell
1
-3
/
+4
2007-10-10
r8353: Use a PNG instead of a GIF for padding. Also fixes a file not found
Tim Potter
5
-4
/
+3
2007-10-10
r8352: we need to override "setup directory" for the build farm hosts
Andrew Tridgell
1
-0
/
+1
2007-10-10
r8351: When finished sending call stream_terminate_connection() with a nice
Tim Potter
1
-4
/
+4
2007-10-10
r8350: fixed the --root option to provision
Andrew Tridgell
1
-2
/
+1
2007-10-10
r8349: as we don't use standard dirs, we need to create smb.conf before we ru...
Andrew Tridgell
1
-2
/
+3
2007-10-10
r8348: switch selftest to use the new provision script
Andrew Tridgell
1
-1
/
+4
2007-10-10
r8347: replace the perl provision script with a ejs script
Andrew Tridgell
2
-527
/
+66
2007-10-10
r8346: added a sprintf test suite for ejs
Andrew Tridgell
1
-0
/
+22
2007-10-10
r8345: make the dn on the hklm ldif valid
Andrew Tridgell
1
-9
/
+9
2007-10-10
r8344: added a "setup directory" smb.conf parameter, pointing at the setup te...
Andrew Tridgell
1
-0
/
+4
2007-10-10
r8343: removed a debugging message
Andrew Tridgell
1
-2
/
+1
2007-10-10
r8342: allow ldb_ldif_read_string() to continue in the string, so you can
Andrew Tridgell
3
-5
/
+8
2007-10-10
r8341: enable floating point support in ejs
Andrew Tridgell
3
-2
/
+7
2007-10-10
r8340: - added sys_gmtime()
Andrew Tridgell
10
-234
/
+236
2007-10-10
r8339: added ldbAdd(), ldbModify(), ldbDelete() and ldbRename() to ejs ldb fu...
Andrew Tridgell
1
-0
/
+144
2007-10-10
r8338: - added a substitute_var() js library function for doing hash driven
Andrew Tridgell
2
-102
/
+90
2007-10-10
r8337: - use 64 bit access functions in ejs calls
Andrew Tridgell
9
-23
/
+230
2007-10-10
r8336: enable 64 bit integer support in ejs
Andrew Tridgell
3
-12
/
+12
2007-10-10
r8335: removed some duplicated code
Andrew Tridgell
1
-9
/
+5
2007-10-10
r8334: fixed a ejs bug that prevented functions variables from being called i...
Andrew Tridgell
1
-4
/
+5
2007-10-10
r8333: merged with latest upstream ejs sources
Andrew Tridgell
13
-70
/
+93
2007-10-10
r8332: not done yet, but a lot closer
Andrew Tridgell
1
-41
/
+175
2007-10-10
r8331: added split(), join() and FileLoad() functions to ejs.
Andrew Tridgell
1
-0
/
+103
2007-10-10
r8321: Fix some uninitalized variable warnings
Volker Lendecke
3
-3
/
+3
2007-10-10
r8320: make sure all our returned objects are full objects, which means they
Andrew Tridgell
7
-16
/
+23
2007-10-10
r8319: the start of a provision script in ejs. This is why I've been adding
Andrew Tridgell
1
-0
/
+150
2007-10-10
r8318: added a bunch more ejs calls.
Andrew Tridgell
7
-4
/
+249
2007-10-10
r8317: convert the example scripts over to the new GetOptions() call
Andrew Tridgell
4
-11
/
+54
[next]