summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r26442: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r26441: Remove global_loadparm uses.Jelmer Vernooij2007-12-2111-15/+38
* r26440: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-2114-26/+32
* r26439: Require tdr_pull users to specify a smb_iconv convenience context.Jelmer Vernooij2007-12-214-128/+164
* r26438: Store iconv convenience in tdr push contexts.Jelmer Vernooij2007-12-219-16/+36
* r26437: remove another use of global_loadparm.Jelmer Vernooij2007-12-214-14/+54
* r26436: Remove default of 0 for integer parameters when a lp_ctx of NULL is s...Jelmer Vernooij2007-12-211-1/+1
* r26435: Remove global_loadparm instance.Jelmer Vernooij2007-12-213-3/+6
* r26434: Remove display charset from iconv convenience context.Jelmer Vernooij2007-12-216-29/+27
* r26433: Don't crash when a NULL lp_ctx is specified to a lp_parm_* function.Jelmer Vernooij2007-12-211-0/+3
* r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij2007-12-2115-29/+36
* r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij2007-12-2119-41/+50
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-2121-50/+72
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-2139-138/+176
* r26428: spoolss: Fix a typo.Kai Blin2007-12-211-1/+1
* r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij2007-12-219-19/+33
* r26426: Remove uses of global_loadparm.Jelmer Vernooij2007-12-216-10/+14
* r26425: fix crash bug, sorry I should have tested that...Stefan Metzmacher2007-12-211-2/+2
* r26424: Patch and hits from Howard Chu <hyc@symas.com> for our automated setupAndrew Bartlett2007-12-212-5/+9
* r26423: try to fix the build on solarisStefan Metzmacher2007-12-211-1/+6
* r26422: build: let configure print out if we have working python module supportStefan Metzmacher2007-12-211-5/+13
* r26421: build: we now have HAVE_IFACE_GETIFADDRS as valid interface detection...Stefan Metzmacher2007-12-211-1/+1
* r26419: Add a module to implement 'ambigious name resolution' by munging theAndrew Bartlett2007-12-213-0/+325
* r26418: Janitorial: Kill pstring in ntlmssp_parse.cKai Blin2007-12-211-28/+55
* r26417: Make str_list_copy(mem_ctx, NULL) return NULL rather than an empty list.Jelmer Vernooij2007-12-212-2/+33
* r26416: Janitorial: Fix warnings in auth/gensec/Kai Blin2007-12-212-11/+15
* r26415: LIBSAMBA-CONFIG used dlopen(), so it has to depend on LIBREPLACE_EXT ...Stefan Metzmacher2007-12-211-1/+1
* r26414: build: bring in the content of EXT_LIB's for the .pc filesStefan Metzmacher2007-12-211-2/+20
* r26413: we should check the return value of talloc_reference()Stefan Metzmacher2007-12-211-3/+9
* r26412: Add comments and refactor to reuse common code.Andrew Bartlett2007-12-211-10/+29
* r26411: Double check Python installation - make sure we can compile and link ...Jelmer Vernooij2007-12-211-1/+15
* r26410: Remove unnecessary static.Jelmer Vernooij2007-12-212-4/+4
* r26409: Pass smb ports along.Jelmer Vernooij2007-12-2140-98/+121
* r26408: Remove use of global_loadparm.Jelmer Vernooij2007-12-2116-13/+38
* r26407: Janitorial: Remove a pstring and compiler warnings.Kai Blin2007-12-211-36/+37
* r26406: Make a copy to prevent modification of the loadparm configuration.Jelmer Vernooij2007-12-212-3/+10
* r26405: Import support for getifaddrs from Samba3.Jelmer Vernooij2007-12-212-1/+107
* r26404: Disable socket wrapper for the interface detection code to work aroun...Jelmer Vernooij2007-12-211-0/+1
* r26403: Make sure ntvfs is only initialized once.Jelmer Vernooij2007-12-211-1/+7
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-2126-42/+56
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-2133-132/+218
* r26400: Don't try to do character conversion before smb.conf has been parsed.Jelmer Vernooij2007-12-211-2/+2
* r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2007-12-2119-554/+755
* r26398: Fix writing the output of failed tests to st/summary.Jelmer Vernooij2007-12-211-3/+8
* r26397: Fix circular dependency in samba-socket.Jelmer Vernooij2007-12-2110-34/+63
* r26396: dcerpc: Fall back to peer_name() if target_hostname() is not set.Kai Blin2007-12-211-1/+4
* r26395: spoolss: Add WinXP-like printer browsing test.Kai Blin2007-12-216-5/+646
* r26394: dcerpc: Use target_hostname() instead of peer_name() in dcerpc_server...Kai Blin2007-12-211-2/+2
* r26393: Fix inline comment.Günther Deschner2007-12-211-3/+1
* r26392: cmdline: remove unused varStefan Metzmacher2007-12-211-2/+0