summaryrefslogtreecommitdiff
path: root/source4/param/loadparm.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17930: Merge noinclude branch:Jelmer Vernooij1-3/+2
2007-10-10r17777: these macros are unused...Stefan Metzmacher1-0/+4
2007-10-10r17533: add missing include, so that "socket options = TCP_NODELY" asStefan Metzmacher1-0/+1
2007-10-10r17379: Pre-generate DH parameters, to avoid doing this at runtime in our tes...Andrew Bartlett1-0/+3
2007-10-10r17206: Add a modular API for share configuration.Simo Sorce1-1/+7
2007-10-10r16923: remove unused substitude codeStefan Metzmacher1-0/+2
2007-10-10r16464: split client and server min/max protocol settingsStefan Metzmacher1-8/+16
2007-10-10r15851: the conversion of loadparm to BOOL broke all big-endian platforms asAndrew Tridgell1-5/+5
2007-10-10r15769: this functions belong to params/ so move it.Stefan Metzmacher1-0/+18
2007-10-10r15573: Fix build of systems that have iconv headers in non-standard locationsJelmer Vernooij1-1/+1
2007-10-10r15302: Remove strangely named function "StrnCpy" - strlcpy is available as aJelmer Vernooij1-2/+2
2007-10-10r15187: Introduce new param type P_BYTES. This lets config options which specifyJames Peach1-1/+39
2007-10-10r14909: Add lp_modulesdir() smb.conf optionJelmer Vernooij1-0/+4
2007-10-10r14850: Don't assume that sizeof(BOOL) == sizeof(int)Jelmer Vernooij1-46/+46
2007-10-10r14575: Move some path-related functions to libsamba-config so libsamba-utilJelmer Vernooij1-6/+2
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-2/+2
2007-10-10r14420: arrgh, make sure I test compile even little patches ....Andrew Tridgell1-3/+0
2007-10-10r14415: remove an unusued varAndrew Tridgell1-5/+1
2007-10-10r13964: make lp_* functions publicStefan Metzmacher1-109/+109
2007-10-10r13860: - add support for SMB2 ("SMB 2.001") negotiation in SMB negprot requestsStefan Metzmacher1-2/+3
2007-10-10r13658: More moving around of files:Jelmer Vernooij1-0/+2
2007-10-10r13244: Allow control of the location of the Samba3-compatible winbindd pipeAndrew Bartlett1-1/+5
2007-10-10r13206: This patch finally re-adds a -k option that works reasonably.Andrew Bartlett1-31/+5
2007-10-10r13158: Fix setup and ejs pathsJelmer Vernooij1-2/+2
2007-10-10r12898: prepare the 'wins hook' feature, but we only debug out a 'TODO: run s...Stefan Metzmacher1-0/+3
2007-10-10r12731: Simplify and re-implemenet support for --parameter-name=fooAndrew Bartlett1-25/+16
2007-10-10r12730: Reimplement --parameter-name, and bring in common samba options.Andrew Bartlett1-0/+38
2007-10-10r12729: Implement the --section-name option, for dumping only one section.Andrew Bartlett1-15/+20
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-0/+1
2007-10-10r12649: use the same default('yes') for 'dns proxy' as samba3Stefan Metzmacher1-1/+1
2007-10-10r12644: prepare the dns proxy feature for the wins serverStefan Metzmacher1-1/+5
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-3/+0
2007-10-10r12442: only set the "wins server" parameter if it's not setStefan Metzmacher1-1/+1
2007-10-10r12435: the max wins ttl is 6 days in windows and samba3Stefan Metzmacher1-1/+1
2007-10-10r12304: split out the wins partner configuration into a seperate ldb.Stefan Metzmacher1-0/+4
2007-10-10r11239: Use ${REALM} for the realm in rootdse.ldifAndrew Bartlett1-0/+4
2007-10-10r11181: Implement wbinfo -s and wbinfo --user-sids. The patch is so large bec...Volker Lendecke1-0/+4
2007-10-10r11089: start the winsreplication task when we run with wins support = yesStefan Metzmacher1-1/+1
2007-10-10r10588: Remove more unused files, macrosJelmer Vernooij1-2/+6
2007-10-10r10513: Reduce some use of pstring. The main reason some parts of the code stillJelmer Vernooij1-5/+0
2007-10-10r10366: More scons fixes. Building et, asn1, lex and yacc files sort-of works...Jelmer Vernooij1-5/+0
2007-10-10r10316: More dynconfig fixesJelmer Vernooij1-0/+1
2007-10-10r10314: Apply the controvertial 'server role =' patch after discussion on the...Andrew Bartlett1-79/+22
2007-10-10r10291: The patch optionally (off by default, not available in all cases) allowsAndrew Bartlett1-0/+4
2007-10-10r9685: Add tests for samba3sam mapping moduleJelmer Vernooij1-137/+3
2007-10-10r9684: Remove unused parameters (about 70)Jelmer Vernooij1-465/+3
2007-10-10r9602: Add support for reading share_info.tdb and smb.conf.Jelmer Vernooij1-165/+165
2007-10-10r9382: Add a dummy registry for HKEY_USERS to get rid of the annoying dialogTim Potter1-0/+6
2007-10-10r9119: added a lp.categories() call in the loadparm js object, to allowAndrew Tridgell1-19/+11
2007-10-10r8643: - make lp_configfile() work againAndrew Tridgell1-8/+9