Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r15302: Remove strangely named function "StrnCpy" - strlcpy is available as a | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15187: Introduce new param type P_BYTES. This lets config options which specify | James Peach | 2 | -2/+40 |
2007-10-10 | r14914: Remove printf statement I accidently committed. | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r14909: Add lp_modulesdir() smb.conf option | Jelmer Vernooij | 2 | -1/+6 |
2007-10-10 | r14850: Don't assume that sizeof(BOOL) == sizeof(int) | Jelmer Vernooij | 1 | -46/+46 |
2007-10-10 | r14844: Support a stdbool.h replacement in lib/replace/ | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r14575: Move some path-related functions to libsamba-config so libsamba-util | Jelmer Vernooij | 3 | -6/+197 |
2007-10-10 | r14573: Install samba-config and headers | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r14572: Give libraries saner names, remove some .pc files, make some things | Jelmer Vernooij | 1 | -2/+5 |
2007-10-10 | r14499: Remove dynconfig hack for now - it caused a recompile of the | Jelmer Vernooij | 1 | -30/+1 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r14420: arrgh, make sure I test compile even little patches .... | Andrew Tridgell | 1 | -3/+0 |
2007-10-10 | r14415: remove an unusued var | Andrew Tridgell | 1 | -5/+1 |
2007-10-10 | r14381: Kill structs.h | Jelmer Vernooij | 3 | -5/+10 |
2007-10-10 | r14332: Built in different paths when running locally (from ./bin/) in developer | Jelmer Vernooij | 1 | -5/+23 |
2007-10-10 | r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters: | Jelmer Vernooij | 1 | -0/+9 |
2007-10-10 | r14322: Remove the BROKEN_CC flag for now. None of the buildfarm hosts has | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r13964: make lp_* functions public | Stefan Metzmacher | 1 | -109/+109 |
2007-10-10 | r13903: Don't generate prototypes for modules and binaries in include/proto.h by | Jelmer Vernooij | 2 | -5/+2 |
2007-10-10 | r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requests | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r13658: More moving around of files: | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r13244: Allow control of the location of the Samba3-compatible winbindd pipe | Andrew Bartlett | 1 | -1/+5 |
2007-10-10 | r13206: This patch finally re-adds a -k option that works reasonably. | Andrew Bartlett | 1 | -31/+5 |
2007-10-10 | r13158: Fix setup and ejs paths | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r12898: prepare the 'wins hook' feature, but we only debug out a 'TODO: run s... | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r12731: Simplify and re-implemenet support for --parameter-name=foo | Andrew Bartlett | 1 | -25/+16 |
2007-10-10 | r12730: Reimplement --parameter-name, and bring in common samba options. | Andrew Bartlett | 1 | -0/+38 |
2007-10-10 | r12729: Implement the --section-name option, for dumping only one section. | Andrew Bartlett | 2 | -16/+33 |
2007-10-10 | r12694: Move some headers to the directory of the subsystem they belong to. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12670: Make a couple of dependencies stricter | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r12649: use the same default('yes') for 'dns proxy' as samba3 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12644: prepare the dns proxy feature for the wins server | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 1 | -3/+0 |
2007-10-10 | r12592: Remove some useless dependencies | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r12442: only set the "wins server" parameter if it's not set | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12435: the max wins ttl is 6 days in windows and samba3 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12304: split out the wins partner configuration into a seperate ldb. | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r11244: Relative path names in .mk files | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r11239: Use ${REALM} for the realm in rootdse.ldif | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica... | Jelmer Vernooij | 1 | -10/+0 |
2007-10-10 | r11181: Implement wbinfo -s and wbinfo --user-sids. The patch is so large bec... | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r11089: start the winsreplication task when we run with wins support = yes | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r10588: Remove more unused files, macros | Jelmer Vernooij | 1 | -2/+6 |
2007-10-10 | r10586: Add MergedObject() builder. Default to Library() rather | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r10513: Reduce some use of pstring. The main reason some parts of the code still | Jelmer Vernooij | 1 | -5/+0 |
2007-10-10 | r10478: More work on proto headers; we now generate a couple of smaller ones | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r10374: Add HAVE_* defines (on command-line or in config.h file) for scons + | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r10366: More scons fixes. Building et, asn1, lex and yacc files sort-of works... | Jelmer Vernooij | 1 | -5/+0 |