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
/
appweb
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-17
Add convenience function for getting at event context from ejs code.
Jelmer Vernooij
2
-0
/
+8
2008-04-14
Move object files lists to makefile rather than smb_build.
Jelmer Vernooij
1
-11
/
+5
2008-02-21
Introduce mprLpCtx() similar to mprMemCtx() for loadparm_context used by
Jelmer Vernooij
2
-0
/
+9
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r23961: Allow SWAT to operate on x86_64 machines.
Andrew Bartlett
5
-20
/
+29
2007-10-10
r23294: try to fix the build
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r20444: WEB Application framework / SWAT.
Derrell Lipman
1
-1
/
+1
2007-10-10
r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grained
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r19022: eliminate a warning
Derrell Lipman
1
-1
/
+1
2007-10-10
r19021: match the prototype for a trigger function
Derrell Lipman
1
-2
/
+2
2007-10-10
r18925: Add current snapshot of the ejs-2.0 code. Tridge, will you be incorp...
Derrell Lipman
80
-0
/
+33339
2007-10-10
r18301: I discovered how to load the warnings from a build farm build into
Andrew Tridgell
1
-1
/
+1
2007-10-10
r16010: deal with the case that int64,uint64 are already typedef'ed
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r16002: fix the build on solaris
Stefan Metzmacher
2
-3
/
+3
2007-10-10
r15358: Fix some compiler warnings / type safety. Found by tcc
Jelmer Vernooij
2
-5
/
+2
2007-10-10
r15321: Reduce the size of rewrite.m4 a bit more
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r14999: Remove more unused autoconf code
Jelmer Vernooij
1
-12
/
+0
2007-10-10
r14984: marking mprBreakpoint() as a __noreturn__ function should reduce the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r14844: Support a stdbool.h replacement in lib/replace/
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.
Jelmer Vernooij
1
-3
/
+0
2007-10-10
r13944: Yet another round of splitups.
Jelmer Vernooij
1
-0
/
+3
2007-10-10
r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r11611: don't use unions without a instance name, not all compilers support t...
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r11456: fixed a ejs parser bug for delete() statements
Andrew Tridgell
1
-1
/
+3
2007-10-10
r11244: Relative path names in .mk files
Jelmer Vernooij
1
-8
/
+8
2007-10-10
r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...
Jelmer Vernooij
1
-5
/
+0
2007-10-10
r11084: - allow hex numbers with 'a'...'f' digits to be parsed
Stefan Metzmacher
2
-8
/
+15
2007-10-10
r10586: Add MergedObject() builder. Default to Library() rather
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r10348: Add scons scripts for remaining subsystems. Most subsystems build now,
Jelmer Vernooij
2
-13
/
+5
2007-10-10
r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinking
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r9600: fixed the intermittent failures we were getting with ejs in the build
Andrew Tridgell
1
-1
/
+36
2007-10-10
r9504: use some low level ejs hackery to give much better exception error mes...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r9464: fixed a problem with child pointers copied into non-allocated mpr vari...
Andrew Tridgell
1
-1
/
+13
2007-10-10
r9311: Missing null pointer check in ejsLib
Steve French
1
-1
/
+2
2007-10-10
r9299: fixed the evaluation of pointer expressions that evaluate to boolean
Andrew Tridgell
1
-2
/
+25
2007-10-10
r9183: more workarounds for the global variables in ejs. I will discuss getti...
Andrew Tridgell
2
-0
/
+30
2007-10-10
r9173: catch ep->local being NULL
Andrew Tridgell
1
-1
/
+3
2007-10-10
r9172: - fixed a nasty bug in the 'deep copy' mpr code that caused variables
Andrew Tridgell
1
-2
/
+4
2007-10-10
r8696: fixed ejs to more strictly follow the va_list rules. Might fix that
Andrew Tridgell
2
-3
/
+5
2007-10-10
r8684: this should fix the panic on x86_64, and possibly alpha
Andrew Tridgell
1
-2
/
+6
2007-10-10
r8651: fixed a boolean expression bug (submitted upstream)
Andrew Tridgell
1
-0
/
+3
2007-10-10
r8631: give an error on incorrect argument count
Andrew Tridgell
2
-5
/
+4
2007-10-10
r8630: give a much nicer backtrace on assert() failures in ejs
Andrew Tridgell
3
-20
/
+25
2007-10-10
r8599: null terminate the argv list in string C functions
Andrew Tridgell
1
-1
/
+2
2007-10-10
r8562: small merge with upstream
Andrew Tridgell
2
-12
/
+5
2007-10-10
r8483: switched our generated ejs rpc code over to the new OO interface. This
Andrew Tridgell
1
-0
/
+1
2007-10-10
r8466: it is not portable to assert() a va_list (it breaks on alpha for example)
Andrew Tridgell
1
-1
/
+0
2007-10-10
r8461: fixed integer64 handling on bit endian platforms. The ejs code used
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8453: my solaris10 box doesn't have math.h
Andrew Tridgell
1
-1
/
+2
[next]