index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
build
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r5443: Fix HeaderProperties(). Not re-enabling yet because I don't know why it
Jelmer Vernooij
2007-10-10
1
-15
/
+22
*
r5442: Use argument list generator functions from NdrParser in NdrHeader
Jelmer Vernooij
2007-10-10
2
-31
/
+15
*
r5441: Put push, pull and print arguments in hash as well
Jelmer Vernooij
2007-10-10
1
-64
/
+96
*
r5440: Some more generalizations
Jelmer Vernooij
2007-10-10
1
-38
/
+16
*
r5439: (hopefully) fix build on older perls. Thanks to tridge for pointing th...
Jelmer Vernooij
2007-10-10
1
-4
/
+4
*
r5438: Keep new CFLAGS if the compiler accepted them.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ...
Jelmer Vernooij
2007-10-10
1
-4
/
+13
*
r5426: Warn about embedded ref pointers.
Jelmer Vernooij
2007-10-10
2
-1
/
+10
*
r5422: Fix ethereal parser generator.
Jelmer Vernooij
2007-10-10
2
-87
/
+87
*
r5417: Add wrapper function for typedefs hash rather then using the "our" key...
Jelmer Vernooij
2007-10-10
3
-23
/
+49
*
r5414: - added libcli/wins/, a basic client library for WINS replication
Andrew Tridgell
2007-10-10
2
-0
/
+2
*
r5410: Automatically determine indenting for the ndr parsers
Jelmer Vernooij
2007-10-10
1
-318
/
+460
*
r5378: Put ndr size generators and alignment calc functions in hash as well.
Jelmer Vernooij
2007-10-10
1
-68
/
+55
*
r5377: Put push/pull/print functions for the various types in a hash.
Jelmer Vernooij
2007-10-10
1
-127
/
+54
*
r5376: ORPC is NDR specific, so move it to ndr.pm.
Jelmer Vernooij
2007-10-10
5
-122
/
+63
*
r5363: - ndr_%_ptr -> ndr_%_unique_ptr
Jelmer Vernooij
2007-10-10
1
-10
/
+14
*
r5362: Add pointer_default() support to pidl. pointer_default()
Jelmer Vernooij
2007-10-10
2
-13
/
+78
*
r5361: Rename some functions, add tests to validator.
Jelmer Vernooij
2007-10-10
2
-23
/
+38
*
r5360: Remove a couple of unused functions.
Jelmer Vernooij
2007-10-10
2
-11
/
+1
*
r5345: Some more minor code readability fixes.
Jelmer Vernooij
2007-10-10
2
-149
/
+143
*
r5338: More efforts to handle types similarly.
Jelmer Vernooij
2007-10-10
7
-33
/
+35
*
r5320: Treat structs and unions somewhat more similarly:
Jelmer Vernooij
2007-10-10
8
-391
/
+276
*
r5319: Make some more alignment code generic, move NDR-specific stuff to
Jelmer Vernooij
2007-10-10
4
-205
/
+200
*
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
2007-10-10
2
-10
/
+10
*
r5288: Make alignment code more generic
Jelmer Vernooij
2007-10-10
1
-32
/
+42
*
r5286: Some first steps in making the pidl code somewhat more generic for the
Jelmer Vernooij
2007-10-10
3
-66
/
+29
*
r5245: Remove dead code.
Tim Potter
2007-10-10
1
-671
/
+1
*
r5241: Generate swig wrappers for unions as well as structures.
Tim Potter
2007-10-10
1
-2
/
+2
*
r5223: Rename dom_sid2 to dom_sid as we don't care about the difference
Tim Potter
2007-10-10
1
-1
/
+5
*
r5197: moved events code to lib/events/ (suggestion from metze)
Andrew Tridgell
2007-10-10
2
-3
/
+1
*
r5194: added support for using epoll instead of select() on systems that have
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r5190: Grr - typo.
Tim Potter
2007-10-10
1
-1
/
+1
*
r5188: Add config.mk file for swig.
Tim Potter
2007-10-10
1
-0
/
+1
*
r5155: define ipv4address as a based IDL type, mapped to a "const char *" in
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r5133: fix type mapping to internal types
Stefan Metzmacher
2007-10-10
1
-5
/
+7
*
r5108: the beginnings of a nbtd server for Samba4. Currently just displays
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r5104: - added support for task based servers. These are servers that within
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r5102: This is a major simplification of the logic for controlling top level
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r5086: Fix list of binaries to install:
Andrew Bartlett
2007-10-10
1
-4
/
+5
*
r5085: add net and nmblookup to installed binaries
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r5073: Call new autogenerator function for swig stuff instead of old one.
Tim Potter
2007-10-10
1
-6
/
+6
*
r5072: oDecrease the amount of autogenerated code (sorry tridge) and use swig's
Tim Potter
2007-10-10
1
-63
/
+62
*
r5051: initialise all elements of an array (thanks to Mike Allan for pointing
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r5047: Fix swig dependencies.
Tim Potter
2007-10-10
1
-4
/
+4
*
r5044: fix pidl--swig
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r5043: this broke more systems than it helped. Remove it and try to work
Andrew Tridgell
2007-10-10
1
-9
/
+0
*
r5042: another attempt to get solaris10 building
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r5040: attempt to get solaris10 building by defining _XOPEN_SOURCE
Andrew Tridgell
2007-10-10
1
-0
/
+9
*
r5039: fixed eparser not to generate talloc_p()
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r5036: changed HYPER_T to the more standard "hyper"
Andrew Tridgell
2007-10-10
1
-24
/
+21
[prev]
[next]