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
/
build
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r5286: Some first steps in making the pidl code somewhat more generic for the
Jelmer Vernooij
3
-66
/
+29
2007-10-10
r5245: Remove dead code.
Tim Potter
1
-671
/
+1
2007-10-10
r5241: Generate swig wrappers for unions as well as structures.
Tim Potter
1
-2
/
+2
2007-10-10
r5223: Rename dom_sid2 to dom_sid as we don't care about the difference
Tim Potter
1
-1
/
+5
2007-10-10
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
2
-3
/
+1
2007-10-10
r5194: added support for using epoll instead of select() on systems that have
Andrew Tridgell
1
-0
/
+3
2007-10-10
r5190: Grr - typo.
Tim Potter
1
-1
/
+1
2007-10-10
r5188: Add config.mk file for swig.
Tim Potter
1
-0
/
+1
2007-10-10
r5155: define ipv4address as a based IDL type, mapped to a "const char *" in
Andrew Tridgell
1
-1
/
+3
2007-10-10
r5133: fix type mapping to internal types
Stefan Metzmacher
1
-5
/
+7
2007-10-10
r5108: the beginnings of a nbtd server for Samba4. Currently just displays
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5104: - added support for task based servers. These are servers that within
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5102: This is a major simplification of the logic for controlling top level
Andrew Tridgell
1
-2
/
+1
2007-10-10
r5086: Fix list of binaries to install:
Andrew Bartlett
1
-4
/
+5
2007-10-10
r5085: add net and nmblookup to installed binaries
Andrew Tridgell
1
-1
/
+3
2007-10-10
r5073: Call new autogenerator function for swig stuff instead of old one.
Tim Potter
1
-6
/
+6
2007-10-10
r5072: oDecrease the amount of autogenerated code (sorry tridge) and use swig's
Tim Potter
1
-63
/
+62
2007-10-10
r5051: initialise all elements of an array (thanks to Mike Allan for pointing
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5047: Fix swig dependencies.
Tim Potter
1
-4
/
+4
2007-10-10
r5044: fix pidl--swig
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r5043: this broke more systems than it helped. Remove it and try to work
Andrew Tridgell
1
-9
/
+0
2007-10-10
r5042: another attempt to get solaris10 building
Andrew Tridgell
1
-1
/
+1
2007-10-10
r5040: attempt to get solaris10 building by defining _XOPEN_SOURCE
Andrew Tridgell
1
-0
/
+9
2007-10-10
r5039: fixed eparser not to generate talloc_p()
Andrew Tridgell
1
-2
/
+2
2007-10-10
r5036: changed HYPER_T to the more standard "hyper"
Andrew Tridgell
1
-24
/
+21
2007-10-10
r5034: - added a type mapping function in pidl, so the type names in our IDL
Andrew Tridgell
4
-12
/
+43
2007-10-10
r5033: Remove --with-eparserdir configure option and eparser_idl make target.
Tim Potter
2
-23
/
+0
2007-10-10
r5032: get rid of the init fns in eparser
Andrew Tridgell
1
-0
/
+3
2007-10-10
r5024: Fix build.
Tim Potter
1
-7
/
+1
2007-10-10
r5019: Some tweaks to building the swig .i files.
Tim Potter
1
-7
/
+12
2007-10-10
r5016: Use LIBRARY instead of BINARY for inserting the swig stuff into the
Tim Potter
1
-5
/
+5
2007-10-10
r5010: Handle weird-ass NTTIME_1sec and NTTIME_hyper types.
Tim Potter
1
-1
/
+2
2007-10-10
r5009: Put bitmaps in their own subtree.
Tim Potter
1
-1
/
+6
2007-10-10
r5008: 32-bits is the default bitmap size.
Tim Potter
1
-2
/
+1
2007-10-10
r5007: Fix bug in regexp where we were eating the strings "in" or "out" from
Tim Potter
1
-3
/
+3
2007-10-10
r5006: Implement parsing of pidl bitmaps in ethereal parsers. This works
Tim Potter
1
-5
/
+34
2007-10-10
r4993: Generate nicer name for enum hf.
Tim Potter
1
-2
/
+15
2007-10-10
r4991: Remove debugging statement.
Tim Potter
1
-1
/
+0
2007-10-10
r4990: Generate value strings for pidl enumerations.
Tim Potter
1
-13
/
+57
2007-10-10
r4983: On second thoughts don't include the config.mk file for the swig stuff
Tim Potter
1
-1
/
+0
2007-10-10
r4982: Start to move swig dependencies into new build system. Unfortunately
Tim Potter
2
-34
/
+6
2007-10-10
r4940: Add a variable to hold a list of typedefs for which we shouldn't generate
Tim Potter
1
-1
/
+20
2007-10-10
r4930: Update my copyright.
Tim Potter
1
-1
/
+1
2007-10-10
r4884: - 2nd part of support ndr_size_ generation on unions as well as struct...
Andrew Tridgell
4
-426
/
+514
2007-10-10
r4883: support ndr_size_ generation on unions as well as structures
Andrew Tridgell
1
-1
/
+6
2007-10-10
r4865: Fix up subtree name when dissecting unions. E.g in LSA, The subtree
Tim Potter
1
-7
/
+23
2007-10-10
r4858: a better fix for alignment of enumerated types (I'm not even sure why
Andrew Tridgell
1
-4
/
+4
2007-10-10
r4843: fixed the alignment handling of enumerated types
Andrew Tridgell
2
-0
/
+7
2007-10-10
r4842: Set the end of a structure so that when you click on the proto tree,
Tim Potter
1
-0
/
+4
2007-10-10
r4841: Handle levels that are signed integer types.
Tim Potter
1
-1
/
+1
[prev]
[next]