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
...
*
r8979: Bunch of makefile fragment inclusion fixes:
Jelmer Vernooij
2007-10-10
3
-121
/
+45
*
r8974: Support makefile fragments in .mk files
Jelmer Vernooij
2007-10-10
4
-111
/
+51
*
r8973: nicer output
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r8972: More simplifications...
Jelmer Vernooij
2007-10-10
1
-26
/
+18
*
r8968: More simplifications
Jelmer Vernooij
2007-10-10
1
-51
/
+16
*
r8966: Simplify the makefile generation system a bit.
Jelmer Vernooij
2007-10-10
3
-110
/
+54
*
r8955: Move a bit more of the build process to the Makefile
Jelmer Vernooij
2007-10-10
1
-1
/
+37
*
r8953: Move a few utility functions
Jelmer Vernooij
2007-10-10
2
-52
/
+46
*
r8942: Move intermediate subsystem output files to bin/subsystems/
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r8940: Add TDR (Trivial Data Representation). The aim is to use this later for
Jelmer Vernooij
2007-10-10
2
-0
/
+270
*
r8936: Use incremental linking. This appeared to be supported on
Jelmer Vernooij
2007-10-10
3
-7
/
+45
*
r8932: Handle non-anonymous unions and structures better.
Tim Potter
2007-10-10
1
-4
/
+4
*
r8920: Make NAME hash entry for struct elements a list.
Tim Potter
2007-10-10
1
-4
/
+5
*
r8919: Return references to structs and unions in parse tree. Fill in type
Tim Potter
2007-10-10
1
-6
/
+17
*
r8918: Handle const elements in structures or unions. This is a bit yucky but
Tim Potter
2007-10-10
1
-0
/
+6
*
r8910: An initial parser to parse structures in smb_interfaces.h. This will be
Tim Potter
2007-10-10
3
-0
/
+1422
*
r8878: Spelling fixes. (-:
Tim Potter
2007-10-10
1
-2
/
+2
*
r8868: add comfigure check for c99 struct initialization,
Stefan Metzmacher
2007-10-10
1
-0
/
+21
*
r8853: fixed path to smb.conf
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8841: disable dependencies for now. To try dependencies, uncomment the 3rd-t...
Jelmer Vernooij
2007-10-10
1
-7
/
+2
*
r8838: Add ugly hack to prevent make from barfing out because it doesn't know
Jelmer Vernooij
2007-10-10
1
-1
/
+7
*
r8832: Automatically rebuilding C files if headers change (in developer mode)
Jelmer Vernooij
2007-10-10
2
-1
/
+33
*
r8827: Fix install on some systems.
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r8826: Make configure generate config.mk files (with the external libraries
Jelmer Vernooij
2007-10-10
10
-296
/
+125
*
r8821: continue the trend to move to a more OO style of interface for our js
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8809: Merge validator with NDR.pm (validator is NDR-specific)
Jelmer Vernooij
2007-10-10
3
-374
/
+355
*
r8806: Move data representation-independent data into seperate header
Jelmer Vernooij
2007-10-10
5
-292
/
+377
*
r8803: Rename --header to --ndr-header and --parser to --ndr-parser
Jelmer Vernooij
2007-10-10
1
-12
/
+12
*
r8801: Change --output to --outputdir and make pidl add a data representation...
Jelmer Vernooij
2007-10-10
2
-46
/
+21
*
r8746: replace opendir/readdir/telldir/seekdir/closedir on systems where they
Andrew Tridgell
2007-10-10
1
-0
/
+110
*
r8713: Experiment to try and fix warnings on 64-bit machines without breaking
Tim Potter
2007-10-10
1
-1
/
+1
*
r8690: Code cleanups, improvements necessary for dependencies (not added yet)
Jelmer Vernooij
2007-10-10
7
-97
/
+49
*
r8671: use much shorter names for the selftest directory and socket wrapper
Andrew Tridgell
2007-10-10
1
-4
/
+4
*
r8649: added smbscript to the list of binaries to install
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r8635: make object inheritance with the builtin objects easy by allowing
Andrew Tridgell
2007-10-10
1
-5
/
+4
*
r8623: Fix warnings in ODL-generated code.
Jelmer Vernooij
2007-10-10
2
-0
/
+2
*
r8622: Support parsing new structs/unions/enums/bitmaps without typedef in
Jelmer Vernooij
2007-10-10
2
-646
/
+757
*
r8621: Simplify code. Add support for nested structures back into the header ...
Jelmer Vernooij
2007-10-10
6
-165
/
+80
*
r8614: Add COMRESULT/HRESULT scalar type
Jelmer Vernooij
2007-10-10
1
-1
/
+7
*
r8613: Remove a couple of empty loops.
Jelmer Vernooij
2007-10-10
1
-2
/
+5
*
r8612: Parse::Pidl::NDR:
Jelmer Vernooij
2007-10-10
2
-9
/
+11
*
r8576: install scripts from scripting/bin/
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8566: Couple of code cleanups
Jelmer Vernooij
2007-10-10
1
-88
/
+74
*
r8559: Couple of (D)COM updates:
Jelmer Vernooij
2007-10-10
3
-4
/
+9
*
r8540: fixed network interface detection on several hosts
Andrew Tridgell
2007-10-10
1
-3
/
+0
*
r8533: improve --help output
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8532: this miight fix cross compilation for reactos
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r8525: added two more test targets:
Andrew Tridgell
2007-10-10
1
-2
/
+9
*
r8483: switched our generated ejs rpc code over to the new OO interface. This
Andrew Tridgell
2007-10-10
1
-11
/
+9
*
r8471: --ejs taking an optional arguments interferes with the pidl extra args
Andrew Tridgell
2007-10-10
1
-3
/
+3
[prev]
[next]