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
...
*
r1045: Wow - we actually compile (but not link) the autogenerated parser from
Tim Potter
2007-10-10
3
-38
/
+170
*
r1037: Always export all symbols
Jelmer Vernooij
2007-10-10
2
-152
/
+149
*
r1036: Get module initialisation function correct when building shared
Jelmer Vernooij
2007-10-10
1
-0
/
+20
*
r1035: Support shared modules again
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r1014: change the handling of r->out to auto-zero the structure, and auto-copy
Andrew Tridgell
2007-10-10
1
-7
/
+47
*
r1006: print out the SVN revision by configure,
Stefan Metzmacher
2007-10-10
1
-0
/
+5
*
r1003: Removed e_ndr stuff - too verbose.
Tim Potter
2007-10-10
1
-41
/
+67
*
r1002: Add helper files for eparser output.
Tim Potter
2007-10-10
2
-0
/
+90
*
r987: Start replacing ndr_* functions with e_ndr_* and removing stuff related
Tim Potter
2007-10-10
1
-39
/
+43
*
r986: Attempt #3 at eparser. This time use the 'pull' code as a base as it's
Tim Potter
2007-10-10
1
-250
/
+250
*
r985: Add stub function for dumping enums to prevent perl warnings in eparser.
Tim Potter
2007-10-10
1
-0
/
+15
*
r970: - remove unused wchar_t check
Stefan Metzmacher
2007-10-10
2
-22
/
+21
*
r969: remove some unused checks
Stefan Metzmacher
2007-10-10
1
-5
/
+0
*
r968: use sinlcude() and no function, that's more portable between
Stefan Metzmacher
2007-10-10
7
-215
/
+103
*
r967: move some configure checks to seperate files
Stefan Metzmacher
2007-10-10
9
-111
/
+450
*
r955: Update debian package rules... builds now
Jelmer Vernooij
2007-10-10
2
-266
/
+1
*
r954: Start working on typedef parsing.
Tim Potter
2007-10-10
1
-15
/
+11
*
r953: Remove unused Pull and Print parse functions. Remove Push from
Tim Potter
2007-10-10
1
-459
/
+46
*
r948: Tridge suggested that the best way to write the ethereal parser is to
Tim Potter
2007-10-10
2
-426
/
+1121
*
r900: when DEBUGLEVEL > 10 print the full deocde of all RPC calls in the server
Andrew Tridgell
2007-10-10
1
-0
/
+6
*
r899: remove the weird shell patterns from the makerules
Stefan Metzmacher
2007-10-10
1
-14
/
+0
*
r894: use _t in generated pidl code
Andrew Tridgell
2007-10-10
1
-10
/
+10
*
r890: convert samba4 to use [u]int8_t instead of [u]int8
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r889: convert samba4 to use [u]int16_t instead of [u]int16
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r884: convert samba4 to use [u]int32_t instead of [u]int32
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r873: converted samba4 to use real 64 bit integers instead of
Andrew Tridgell
2007-10-10
2
-1
/
+3
*
r807: compile with PICFLAG by default
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r806: Checkin of workarea - tridge gave me some good ideas today for a better
Tim Potter
2007-10-10
1
-0
/
+82
*
r767: add a $flags argument to the std_CC make rule generater
Stefan Metzmacher
2007-10-10
1
-5
/
+9
*
r765: add SMB_INCLUDE_M4() macro as wrapper arround sinclude()
Stefan Metzmacher
2007-10-10
2
-1
/
+20
*
r759: Fix some perl warnings.
Tim Potter
2007-10-10
1
-10
/
+15
*
r757: Handle empty union arms (ala rid only entries in netlogon).
Tim Potter
2007-10-10
1
-1
/
+1
*
r756: Handle default element in union.
Tim Potter
2007-10-10
1
-3
/
+7
*
r753: Big reorganisation of everything - also fixes handling of dissectors
Tim Potter
2007-10-10
1
-240
/
+334
*
r750: Rename global $name -> $module.
Tim Potter
2007-10-10
1
-39
/
+122
*
r749: move the basic type checks
Stefan Metzmacher
2007-10-10
1
-12
/
+17
*
r748: get some more info about what the compilers in the build farm support
Stefan Metzmacher
2007-10-10
1
-3
/
+10
*
r746: Add entry in proto tree when we don't handle an IDL type.
Tim Potter
2007-10-10
1
-4
/
+50
*
r744: A bunch of minor fixes. The ethereal pidl parser now dissects simple
Tim Potter
2007-10-10
1
-12
/
+22
*
r738: Use same error message format as is used by compilers when reporting
Jelmer Vernooij
2007-10-10
2
-2
/
+2
*
r736: Add list of supported and unsupported MIDL attributes
Jelmer Vernooij
2007-10-10
1
-1
/
+94
*
r725: fix usage of $PERL to "$PERL" to handle perl -W correct
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r703: only use $PERL -W when --enable-debug
Stefan Metzmacher
2007-10-10
2
-1
/
+4
*
r701: change debug messages a bit
Stefan Metzmacher
2007-10-10
1
-5
/
+5
*
r700: fix SMB_LIBRARY() to disable the lib by default
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r696: fix formating
Stefan Metzmacher
2007-10-10
1
-23
/
+24
*
r695: don't add libs andlinkerflags to STATIC_LIBRARY
Stefan Metzmacher
2007-10-10
1
-2
/
+0
*
r691: add
Stefan Metzmacher
2007-10-10
1
-1
/
+3
*
r690: - ignore source/tags
Stefan Metzmacher
2007-10-10
6
-26
/
+138
*
r688: add --enable-experimental
Stefan Metzmacher
2007-10-10
2
-1
/
+27
[prev]
[next]