blob: 6c45e6e6b24cbd37c2d2867c206377dfacf5b1c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
- split up proto.h into headers with public or private prototypes.
Public prototypes can be marked with _PUBLIC_ in the source
- get rid of include/structs.h
- install Samba-specific headers in $INCLUDEDIR/samba-4.0. talloc.h, tdb.h and
ldb.h belong in $INCLUDEDIR
- add register function to smbtorture
- init functions per shared library / binary
- gensec, com
- rpc/ndr ??
- list not automatically generated
- utility function for 'init mutex'
- install shared modules
- improve (un)install scripts (rewrite in perl?)
- proper #include dependencies
|