Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r14484: Install more headers | Jelmer Vernooij | 1 | -2/+8 |
2007-10-10 | r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone. | Jelmer Vernooij | 1 | -107/+0 |
2007-10-10 | r14384: Remove orpc code from includes.h | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14349: Kill proto.h! | Jelmer Vernooij | 1 | -0/+6 |
2007-10-10 | r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters: | Jelmer Vernooij | 1 | -280/+187 |
2007-10-10 | r14120: make the rpc client code also libraries | Stefan Metzmacher | 1 | -49/+192 |
2007-10-10 | r14110: make ndr interface parsing code libraries, | Stefan Metzmacher | 1 | -60/+278 |
2007-10-10 | r14109: Modulify the smbcalls subsystem. | Jelmer Vernooij | 1 | -16/+16 |
2007-10-10 | r13960: Generate makefile rules for installing/removing shared modules. | Jelmer Vernooij | 1 | -57/+57 |
2007-10-10 | r13929: fix dependencies | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13927: fix dependency | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13925: fix dependencies | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETE | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r13624: as abartlet requested, move the saslauthd parsing stuff to a seperate... | Stefan Metzmacher | 1 | -1/+7 |
2007-10-10 | r12933: fix parsing of browse packets based on the infos on http://ubiqx.org/... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12772: - create variables for the %(patsubst ...) statements for the idl files | Stefan Metzmacher | 1 | -3/+2 |
2007-10-10 | r12753: Try to fix the build after a 'make clean'. (the wildcards will not | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r12693: Move core data structures out of smb.h into core.h | Jelmer Vernooij | 1 | -58/+58 |
2007-10-10 | r12670: Make a couple of dependencies stricter | Jelmer Vernooij | 1 | -5/+14 |
2007-10-10 | r12623: Another round of fixes for the prototypes of tables.c | Jelmer Vernooij | 1 | -2/+6 |
2007-10-10 | r12622: Move table.c prototypes to seperate header to prevent circular depend... | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12620: Get rid of automatically generated lists of init functions of subsyst... | Jelmer Vernooij | 1 | -7/+2 |
2007-10-10 | r12592: Remove some useless dependencies | Jelmer Vernooij | 1 | -5/+13 |
2007-10-10 | r12574: Bring tables.pl back to life and move registration of interfaces | Jelmer Vernooij | 1 | -43/+21 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12517: Don't generate empty init functions | Jelmer Vernooij | 1 | -17/+0 |
2007-10-10 | r12516: Fix drsuapi and netlogon javascript bindings | Jelmer Vernooij | 1 | -2/+0 |
2007-10-10 | r12514: Move DCE/RPC interface table to a seperate file | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib... | Jelmer Vernooij | 1 | -17/+36 |
2007-10-10 | r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using | Jelmer Vernooij | 1 | -95/+94 |
2007-10-10 | r12254: Add some (hopefully correct) descriptions for libraries that are inst... | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r11889: added support for dcerpc ncacn_np over SMB2. You use it by giving the | Andrew Tridgell | 1 | -15/+1 |
2007-10-10 | r11377: Add support for building LIBRARY elements as shared libraries: | Jelmer Vernooij | 1 | -0/+6 |
2007-10-10 | r11303: Support defining and installing public headers for libraries. | Jelmer Vernooij | 1 | -108/+110 |
2007-10-10 | r11244: Relative path names in .mk files | Jelmer Vernooij | 1 | -120/+120 |
2007-10-10 | r9146: - enable winreg pipe from ejs | Andrew Tridgell | 1 | -1/+8 |
2007-10-10 | r8268: added the 'needed' logic to ehs generation, so we don't generate | Andrew Tridgell | 1 | -1/+13 |
2007-10-10 | r8262: - simplify the dependency handling for ejs modules | Andrew Tridgell | 1 | -0/+56 |
2007-10-10 | r8260: added an init based registration system for the generated ejs rpc code... | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r8233: - added support for more base types in pidl ejs | Andrew Tridgell | 1 | -0/+20 |
2007-10-10 | r8192: updated the glue code for the generated ejs functions from pidl | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r8148: - make the PAC generation code a bit more readable and add some outof ... | Stefan Metzmacher | 1 | -1/+4 |
2007-10-10 | r7763: fixed some circular dependencies | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7308: Make dependency lists in the Makefile shorter (see discussion on samba... | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r7294: implemented the irpc messaging system. This is the core of the | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r7278: Oops, don't compile librpc as library.. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r7274: Move m4 files to seperate dir | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r6939: Get rid of SUBSYSTEM::NDR since all it did was require NDR_RAW. | Tim Potter | 1 | -50/+47 |
2007-10-10 | r6938: a minor update, use a better name for the NDR compression subsystem | Stefan Metzmacher | 1 | -10/+10 |
2007-10-10 | r6936: Have RPC compression depend only on NDR_DRSUAPI instead of NDR_RAW which | Tim Potter | 1 | -3/+11 |