summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26434: Remove display charset from iconv convenience context.Jelmer Vernooij4-27/+20
2007-12-21r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij2-2/+2
2007-12-21r26431: Require ndr_push creators to specify a iconv_convenience context.Jelmer Vernooij1-2/+2
2007-12-21r26430: require explicit specification of loadparm context.Jelmer Vernooij1-1/+1
2007-12-21r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij8-38/+43
2007-12-21r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij2-5/+6
2007-12-21r26426: Remove uses of global_loadparm.Jelmer Vernooij1-1/+2
2007-12-21r26417: Make str_list_copy(mem_ctx, NULL) return NULL rather than an empty list.Jelmer Vernooij2-2/+33
2007-12-21r26410: Remove unnecessary static.Jelmer Vernooij2-4/+4
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij1-0/+4
2007-12-21r26407: Janitorial: Remove a pstring and compiler warnings.Kai Blin1-36/+37
2007-12-21r26406: Make a copy to prevent modification of the loadparm configuration.Jelmer Vernooij2-3/+10
2007-12-21r26405: Import support for getifaddrs from Samba3.Jelmer Vernooij2-1/+107
2007-12-21r26404: Disable socket wrapper for the interface detection code to work aroun...Jelmer Vernooij1-0/+1
2007-12-21r26402: Require a talloc context in libnetif.Jelmer Vernooij2-12/+13
2007-12-21r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij3-54/+36
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij8-400/+488
2007-12-21r26397: Fix circular dependency in samba-socket.Jelmer Vernooij3-5/+3
2007-12-21r26392: cmdline: remove unused varStefan Metzmacher1-2/+0
2007-12-21r26386: We need to test in more than just 'interactive' mode...Andrew Bartlett1-1/+1
2007-12-21r26383: Make interfaces argument explicit.Jelmer Vernooij1-15/+20
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij4-19/+19
2007-12-21r26374: Remove dependency on dynconfig.Jelmer Vernooij1-1/+0
2007-12-21r26372: Add include for external users.Jelmer Vernooij1-0/+1
2007-12-21r26371: Fix typo.Jelmer Vernooij1-1/+1
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij7-13/+15
2007-12-21r26353: Remove use of global_loadparm.Jelmer Vernooij4-4/+6
2007-12-21r26352: Don't make lp_load create a new context.Jelmer Vernooij1-9/+14
2007-12-21r26350: More tests.Jelmer Vernooij1-3/+3
2007-12-21r26339: Make loadparm talloc-allocated.Jelmer Vernooij1-3/+3
2007-12-21r26338: Fix parameter, typo.Jelmer Vernooij1-3/+2
2007-12-21r26335: Specify name_resolve_order to socket code.Jelmer Vernooij4-6/+21
2007-12-21r26329: Fix more loadparm_context references. Only about a 100 left now.Jelmer Vernooij4-4/+5
2007-12-21r26328: remove more uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij3-2/+4
2007-12-21r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2-18/+19
2007-12-21r26316: Use contexts for conversion functions.Jelmer Vernooij12-83/+96
2007-12-21r26315: Avoid using lp_ functions in libcharset.Jelmer Vernooij3-28/+23
2007-12-21r26313: Fix more uses of static loadparm.Jelmer Vernooij1-9/+8
2007-12-21r26308: Split up big popt common callback function.Jelmer Vernooij2-32/+58
2007-12-21r26301: Collapose ldb_next_init() into being a caller of ldb_init_module_chainAndrew Bartlett1-14/+10
2007-12-21r26299: Print out which module failed to initialise.Andrew Bartlett1-1/+1
2007-12-21r26294: Use hardcoded name for SWIG for now, until proper autoconf checks are...Jelmer Vernooij1-1/+1
2007-12-21r26293: Make sure SWIG directory exists, respect DESTDIR.Jelmer Vernooij1-1/+2
2007-12-21r26292: Make sure swig directory exists.Jelmer Vernooij1-0/+1
2007-12-21r26288: events: events.h uses uint16_t so it needs stdint.hStefan Metzmacher1-1/+1
2007-12-21r26281: Fix include.Jelmer Vernooij2-0/+2
2007-12-21r26280: Fix installation if swig is not available.Jelmer Vernooij1-1/+1
2007-12-21r26278: Tallocify convenience table for iconv handles.Jelmer Vernooij2-35/+73
2007-12-21r26277: Move loadparm context higher up the stack.Jelmer Vernooij1-1/+2