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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r7214: Undo my interpreter patch. Tridge thought of a much better way to do it
Tim Potter
4
-52
/
+4
2007-10-10
r7213: Add a small bit to the ejs parser to ignore a #!/path/to/interpreter
Tim Potter
4
-4
/
+52
2007-10-10
r7211: - use ioctl(FIONREAD) to remove the artificial limit on messaging size
Andrew Tridgell
1
-42
/
+51
2007-10-10
r7206: changed the messaging library to use sendto instead of a connected
Andrew Tridgell
1
-119
/
+94
2007-10-10
r7205: added support for sendto() on unix domain sockets
Andrew Tridgell
1
-0
/
+32
2007-10-10
r7166: Move replacement stuff to seperate directory
Jelmer Vernooij
5
-13
/
+11
2007-10-10
r7133: work in progress, including a HIGHLY revised and simplified schema
Derrell Lipman
2
-215
/
+366
2007-10-10
r7127: allow for recursive ejs functions
Andrew Tridgell
1
-0
/
+7
2007-10-10
r7124: fixed a bug in array construction (see ECMA standard section 15.4.2.2)
Andrew Tridgell
1
-5
/
+2
2007-10-10
r7116: work in progress
Derrell Lipman
3
-126
/
+237
2007-10-10
r7114: Convert ldb documentation to DocBook/XML
Jelmer Vernooij
4
-135
/
+273
2007-10-10
r7113: Move manpages from docs repository to source repository
Jelmer Vernooij
11
-0
/
+1110
2007-10-10
r7085: fixed a bug in ejs with setting up the arguments[] array
Andrew Tridgell
1
-0
/
+2
2007-10-10
r7071: allow access to the current mpr memory context from ejs calls
Andrew Tridgell
2
-0
/
+8
2007-10-10
r7066: Rename http_exception to ejs_exception.
Tim Potter
1
-1
/
+1
2007-10-10
r7065: Move ejs from web_server to lib so it can be shared with smbscript.
Tim Potter
13
-0
/
+9681
2007-10-10
r7058: Add experimenthal pam authentication for web pages
Simo Sorce
1
-1
/
+1
2007-10-10
r7052: added a case insensitive str_list_check_ci() version of str_list_check()
Andrew Tridgell
1
-0
/
+13
2007-10-10
r7011: when using macros, the parameters should be specified unless its a
Andrew Tridgell
1
-11
/
+11
2007-10-10
r6984: added tree representation documentation and utility code, to be used f...
Derrell Lipman
5
-3
/
+1928
2007-10-10
r6980: added data_blob_append(), which I use in the web server
Andrew Tridgell
1
-0
/
+13
2007-10-10
r6968: fixed a typo in the event macros. I'm surprised this one didn't show u...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r6967: fixed the new multi-value dn=@ATTRIBUTES so it actually works :-)
Andrew Tridgell
1
-4
/
+6
2007-10-10
r6956: added start of ldb_sqlite3 work
Derrell Lipman
3
-0
/
+1216
2007-10-10
r6952: Remove unneeded include of popt_common.h
Tim Potter
1
-1
/
+0
2007-10-10
r6951: Fix all calls to setup_logging() that use 'True' as a second argument.
Tim Potter
4
-4
/
+4
2007-10-10
r6937: some minor fixes and updates
Stefan Metzmacher
1
-13
/
+15
2007-10-10
r6935: don't do three things at a time :-)
Simo Sorce
1
-2
/
+2
2007-10-10
r6934: thanks to HotaruT for pointing out skel.c was not in line with the res...
Simo Sorce
1
-6
/
+20
2007-10-10
r6931: declare this to avoid warnings until we have loadable modules
Simo Sorce
1
-0
/
+1
2007-10-10
r6867: this code will change the way the @ATTRIBUTES object is handled
Simo Sorce
8
-33
/
+93
2007-10-10
r6863: lib-friendlier names + fix some dependencies
Jelmer Vernooij
2
-9
/
+5
2007-10-10
r6845: make the talloc header align to 40 bytes, which costs us an extra 4
Andrew Tridgell
1
-8
/
+11
2007-10-10
r6833: split out the routine that calculates the diff between two ldb message...
Andrew Tridgell
3
-43
/
+63
2007-10-10
r6831: talloc now requires config.h (this fixes ldb build)
Andrew Tridgell
1
-2
/
+0
2007-10-10
r6830: put header checks in config.m4 so when it is included by other project...
Andrew Tridgell
2
-1
/
+1
2007-10-10
r6829: include the talloc autoconf tests when building ldb standalone
Andrew Tridgell
1
-0
/
+2
2007-10-10
r6828: More portability fixes
Jelmer Vernooij
3
-2
/
+11
2007-10-10
r6825: Fall back to chsize if ftruncate is not available
Jelmer Vernooij
1
-0
/
+4
2007-10-10
r6817: - fixed empty ldap search elements in filters
Andrew Tridgell
1
-1
/
+1
2007-10-10
r6812: more talloc portability tweaks
Andrew Tridgell
3
-6
/
+3
2007-10-10
r6808: - test for gcov not needed
Andrew Tridgell
3
-15
/
+10
2007-10-10
r6807: Fix in-tree build of talloc testsuite
Jelmer Vernooij
1
-7
/
+0
2007-10-10
r6804: Add config.h for talloc (and use it)
Jelmer Vernooij
5
-9
/
+31
2007-10-10
r6802: - fixed CFLAGS
Andrew Tridgell
1
-6
/
+4
2007-10-10
r6798: Valgrind pain is not something I look forward to - if we ever fall
Andrew Bartlett
1
-2
/
+6
2007-10-10
r6795: Make some functions static and remove some unused ones.
Jelmer Vernooij
8
-59
/
+7
2007-10-10
r6790: Use config.h file for ldb and add test for stdint.h
Jelmer Vernooij
4
-2
/
+10
2007-10-10
r6759: let us have a wildcard attribute so that we can set a default for all ...
Simo Sorce
1
-1
/
+7
2007-10-10
r6741: prevent talloc_strndup() from reading one byte past the end of a buffer,
Andrew Tridgell
1
-1
/
+1
[next]