ira/wip.git
2008-10-27 Michael Adam[s3]libsmbconf: remove unused define.
2008-10-27 Michael Adam[s3]pidfile_create: use check is_default_dyn_CONFIGFILE...
2008-10-27 Michael Adam[s3]test: fix testparm_s3 tests: don't create truncated...
2008-10-27 Michael Adam[s3]pdbedit: remove unused variable.
2008-10-27 Michael Adam[s3]build: fix bug #5677 - fix test_{shlibs,nss_modules...
2008-10-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-25 Volker LendeckeAdd proxied named pipe support
2008-10-25 Volker LendeckeMove the is_known_pipename check into np_open
2008-10-25 Volker LendeckeAdd str_list_check[_ci] to s3's proto.h
2008-10-25 Volker LendeckeFix "make etags" -- the args list gets really long...
2008-10-25 Volker LendeckeRemove "pipe_handle_offset" -- pipes now use "struct...
2008-10-24 Jelmer VernooijRemove another use of global_loadparm.
2008-10-24 Jelmer VernooijFix includes.
2008-10-24 Jelmer VernooijRemove include/local.h and move defines to more appropr...
2008-10-24 Jelmer VernooijFix installation of charset headers.
2008-10-24 Jelmer VernooijFix the build.
2008-10-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-24 Jelmer VernooijRemove unused include param/param.h.
2008-10-24 Derrell LipmanError return is False, not -1
2008-10-24 Jelmer VernooijRemove more global_loadparm instances, fix syntax errors.
2008-10-24 Jelmer VernooijRevert Samba3 back to using its own charset handling...
2008-10-24 Jelmer VernooijAdd version of next_codepoint without iconv_convenience.
2008-10-24 Jelmer VernooijRemove use of global_loadparm in last Python script.
2008-10-24 Jelmer VernooijRegenerate SWIG files.
2008-10-24 Jelmer VernooijRemove access to global_loadparm from python module.
2008-10-24 Jelmer VernooijMark global_loadparm as deprecated.
2008-10-24 Jelmer VernooijRemove more usages of global_loadparm.
2008-10-24 Jelmer VernooijRemove dependency of charset code on loadparm.
2008-10-24 Jelmer VernooijRemove more uses of global_loadparm.
2008-10-24 Jelmer VernooijRemove iconv_convenience argument from convert_string...
2008-10-24 Jelmer VernooijRemove a few more usages of global_loadparm.
2008-10-24 Jelmer VernooijEliminate another instance of global_loadparm.
2008-10-24 Jelmer VernooijAvoid retrieving iconv convenience during loops.
2008-10-24 Jelmer VernooijRemove const so return value can be freed.
2008-10-24 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-24 Jelmer VernooijFix merged build paths.
2008-10-24 Jelmer VernooijJust hardcode workgroup to empty string, to avoid use of
2008-10-24 Jelmer VernooijRemove iconv_convenience parameter from simple string...
2008-10-24 Jelmer VernooijFix include path to pytalloc.
2008-10-24 Jelmer VernooijMove pytalloc to talloc directory.
2008-10-24 Jelmer VernooijSplit up codepoints code, use consistent _m suffix.
2008-10-23 Tim Proutys3: fix simple "incompatible pointer type" build warning
2008-10-23 Jelmer VernooijRename string_replace_w to string_replace_m, which...
2008-10-23 Jelmer VernooijRemove unnecessary include, improve function name.
2008-10-23 Tim ProutyFix "ndr_size_PAC_LOGON_INFO defined but not used"...
2008-10-23 Günther Deschnernetapi: make sure to always cleanup after testing NetUs...
2008-10-23 Jelmer VernooijMove charset library to top level.
2008-10-23 Günther Deschnernetapi: add more group tests to netapitest.
2008-10-23 Günther Deschners3-samr-server: return NT_STATUS_NOT_SUPPORTED for...
2008-10-23 Günther Deschners3-samr-server: remove unused historic code.
2008-10-23 Günther Deschnersvcctl: move some non-rpc related bits out of rpc_svcctl.h.
2008-10-23 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-23 Jelmer VernooijFix prototype for set_sockaddr_port.
2008-10-23 Jelmer VernooijFix function parameters.
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijMake lp_tls_* return absolute paths.
2008-10-23 Jelmer VernooijMove subunit ui ops out of smbtorture to the torture...
2008-10-23 Tim ProutyFix "parameter has incomplete type" build warning.
2008-10-23 Jelmer VernooijMove set_sockaddr_port to libutil.
2008-10-23 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijUse common net utility code (address and sockaddr manip...
2008-10-23 Günther Deschners3-build: add missing generated svcctl changes.
2008-10-23 Jelmer VernooijRename same_net to same_net_v4 for consistency with...
2008-10-23 Jelmer VernooijUse sockaddr_storage only where we rely on the size...
2008-10-23 Jelmer VernooijRemove support for obsolete data type "ipv4address"
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijUse libutil genrand.
2008-10-23 Günther Deschners3-build: remove duplicate svcctl bits and re-run make...
2008-10-23 Günther Deschneridl: add svcctl specific access bits.
2008-10-23 Jelmer VernooijRemove unused constants from local.h.
2008-10-23 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-23 Jelmer VernooijInline asn1_proto.h since the API is stable and public.
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Volker LendeckeMake use of a large buffer for smbclient put command
2008-10-23 Volker LendeckeOptimize x_fread to speed up the smbclient put command
2008-10-23 Jelmer VernooijImport talloc_stack into util library.
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2008-10-23 Jelmer VernooijShare codepages.
2008-10-23 Günther Deschners3-docs: fix typos in locator manpage found by metze.
2008-10-23 Jelmer Vernooijselftest.pl: Silence verbose tdbsam output.
2008-10-23 Günther Deschners3-docs: add very basic winbind_krb5_locator.7 manpage.
2008-10-23 Jelmer VernooijUse WERR_FILE_EXISTS which is the equivalent of WERR_AL...
2008-10-23 Jelmer VernooijUse common error definitions.
2008-10-23 Günther Deschners3-build: fix another build warning with the new ASN1...
2008-10-23 Günther Deschnernetapi: fix add_GROUP_USERS_INFO_X_buffer.
2008-10-23 Günther Deschnernetapi: fix NetUserGetGroups_r returning partial results.
2008-10-23 Günther Deschners3-samr-server: unify callback convention: _samr_UserSe...
2008-10-23 Günther Deschners3-samr-server: unify callback convention: _samr_QueryD...
2008-10-23 Günther Deschners3-samr-server: fix return code in _samr_QueryDisplayIn...
2008-10-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Jelmer VernooijFix header file installation.
2008-10-23 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-23 Andrew BartlettClarify the linked attribute module behaviour with...
2008-10-23 Jelmer VernooijImport NTSTATUS defines from Samba 3.
2008-10-23 Jelmer VernooijImport WERROR defines from Samba 3.
2008-10-23 Jelmer VernooijImport new DOS error codes from Samba 3.
2008-10-23 Jelmer VernooijMove libcli-util error code to top-level.
2008-10-23 Jelmer VernooijRemove unused copy of tables.pl
next