sfrench/samba-autobuild/.git
2008-04-11 Volker LendeckeRemove some write-only fstrings
2008-04-11 Stefan Metzmachernet: 'net' doesn't need wb_common.o anymore.
2008-04-11 Stefan Metzmachernsswitch: remove unused nsswitch/wb_client.c
2008-04-11 Stefan Metzmachernet_idmap: use wbcSet[U|G]idMapping() and wbcSet[U...
2008-04-11 Stefan Metzmacherlibwbclient: add wbcSet[U|G]idMapping() and wbcSet...
2008-04-11 Michael Adamlibsmbconf: don't mark the API as "subject to change...
2008-04-11 Tim ProutyCleanup size_t return values in convert_string_allocate
2008-04-11 Volker LendeckeFix bug 5366
2008-04-11 Michael Adamtest: not only pretend to call smbconftort - really...
2008-04-11 Björn Jackesome shells are pickier than others ...
2008-04-10 Günther DeschnerUse libnetapi_open_pipe in netapi functions.
2008-04-10 Günther DeschnerAdd libnetapi_open_pipe, inspired by the cli_cm_ interface.
2008-04-10 Günther DeschnerUse libnetapi_open_ipc_connection in libnetapi.
2008-04-10 Günther DeschnerFix one missing netapi_private header.
2008-04-10 Günther DeschnerSplit out private headers in libnetapi.
2008-04-10 Günther DeschnerAdd very basic cli_cm_* based connection handler to...
2008-04-10 Günther DeschnerUse SERVER_INFO_1005 in libnetapi.
2008-04-10 Günther DeschnerRe-run make idl.
2008-04-10 Günther DeschnerAdd SERVER_INFO_1005 to libnetapi.idl.
2008-04-10 Günther DeschnerFix typo.
2008-04-10 Günther DeschnerAdd some more cli_cm_set_X functions.
2008-04-10 Günther DeschnerAdd MAX_NERR define.
2008-04-10 Jeremy AllisonFix the last reported debian problem with nmbd not...
2008-04-10 Michael Adamwinbindd: only call winbindd_validate_cache when not...
2008-04-10 Volker LendeckeAlso accept 0x15 getdc replies
2008-04-10 Karolin Seegerobjectclass -> objectClass
2008-04-10 Björn Jackefix some extrasemi compile warnings
2008-04-10 Karolin SeegerFix typo.
2008-04-09 Michael Adamnet conf: use talloc and talloc_strdup_lower throughout...
2008-04-09 Michael Adamnet conf: implement "net conf delincludes".
2008-04-09 Michael Adamnet conf: implement a "net conf setincludes" command.
2008-04-09 Michael Adamnet conf: implement "net conf getincludes".
2008-04-09 Michael Adamnet conf: add diagnostic message for failure to load...
2008-04-09 Michael Adamnet conf: reduce indentation by grouping testmode code...
2008-04-09 Michael Adamnet conf: don't drop config in testmode
2008-04-09 Michael Adamnet conf: fix import to correctly add includes (at...
2008-04-09 Michael Adamloadparm: drop debug level in map_parameter from 0...
2008-04-09 Michael Adamtest: run smbconftort testsuite from the local_s3 tests
2008-04-09 Michael Adamlibsmbconf: testsuite: add test for delete_includes
2008-04-09 Michael Adamlibsmbconf: return success and count 0 from get_include...
2008-04-09 Michael Adamlibsmbconf: add delete_includes mehtod to the api ...
2008-04-09 Michael Adamlibsmbconf: let set_includes delete the includes paramt...
2008-04-09 Michael Adamlibsmbconf: fix crashbug - correctly check for existenc...
2008-04-09 Michael Adamlibsmbconf: prevent getting/deleting value "includes".
2008-04-09 Michael Adamlibsmbconf: consider "include" a forbidden parameter...
2008-04-09 Michael Adamlibsmbconf: add includes at the end of parameter list...
2008-04-09 Michael Adamlibsmbconf: add function smbconf_reg_valname_valid...
2008-04-09 Michael Adamlibsmbconf: refactor get_includes on opened key into...
2008-04-09 Michael Adamlibsmbconf: rename registry_smbconf_valname_forbidden...
2008-04-09 Michael Adamlibsmbconf: make registry_smbconf_valname_forbidden...
2008-04-09 Michael Adamlibsmbconf: move registry_smbconf_valname_forbidden...
2008-04-09 Michael Adamlibsmbconf: more sanely print multi_sz values in regist...
2008-04-09 Michael Adamlibsmbconf: testsuite: fix handling of error message...
2008-04-09 Michael Adamlibsmbconf: testsuite: add test_set_get_includes()...
2008-04-09 Michael Adamlibsmbconf: testsuite: refactor printing of string...
2008-04-09 Michael Adamlibsmbconf: implement get_includes() and set_includes...
2008-04-09 Michael Adamlibsmbconf: testsuite: test get_includes for registry...
2008-04-09 Michael Adamlibsmbconf: testsuite: use the get_global_includes...
2008-04-09 Michael Adamlibsmbconf: add "_global_" wrappers for get/set_includes.
2008-04-09 Michael Adamlibsmbconf: testsuite: add test for "get_includes"...
2008-04-09 Michael Adamlibsmbconf: fill get_includes() in text backed to retri...
2008-04-09 Michael Adamlibsmbconf: testsuite: set the debufg fd to stderr.
2008-04-09 Michael Adamlibsmbconf: testsuite: use POPT_COMMON_SAMBA instead...
2008-04-09 Michael Adamlibsmbconf: testsuite: add talloc_stackframe to main().
2008-04-09 Michael Adamlibsmbconf: testsuite: add support for "--configfile...
2008-04-09 Michael Adamlibsmbconf: add testsuite to the library.
2008-04-09 Michael Adamlibsmbconf: add talloc context to the get_includes...
2008-04-09 Michael Adamlibsmbconf: add get_includes() and set_includes() to...
2008-04-09 Michael Adamlibsmbconf: activate the verbatim-flag in text backend...
2008-04-09 Michael Adamlibsmbconf: pass txt_private_data instead of only cache...
2008-04-09 Michael Adamlibsmbconf: load file after special initialization
2008-04-09 Michael Adamlibsmbconf: add a "verbatim" parameter to smbconf_init_...
2008-04-09 Michael Adamlibsmbconf: reformat smbconf_format_registry_value...
2008-04-09 Michael Adamlibsmbconf: untangle assignment and test in for-loop...
2008-04-09 Michael Adamlibsmbconf: fix a comment
2008-04-09 Michael Adamlibsmbconf: search from the back when getting parameter...
2008-04-09 Michael Adamlibsmbconf: add smbconf_reverse_find_in_array() to...
2008-04-09 Michael Adamlibsmbconf: move smbconf_find_in_array() to smbconf_util.c
2008-04-09 Michael Adamlibsmbconf: reorder prototypes in smbconf_private.h
2008-04-09 Michael Adamlibsmbconf: rename smbconf_txt_find_in_array() to smbco...
2008-04-09 Michael Adamlibsmbconf: move utility functions from main module...
2008-04-09 Michael Adamcharcnv: add talloc_strdup_lower() - talloc variant...
2008-04-09 Michael Adamregistry: add support for REG_MULTI_SZ to registry_push...
2008-04-09 Michael Adamvlp: fix an implicit cast compile warning.
2008-04-09 Michael Adamnet: don't process net_registry_util.c with make proto
2008-04-09 Michael Adamnet rpc registry: add getvalue command.
2008-04-09 Michael Adamnet registry: add a getvalue subcommand that prints...
2008-04-09 Michael Adamnet (registry util): refactor printing of value without...
2008-04-09 Karolin SeegerFix typos.
2008-04-09 Günther DeschnerAdd NetUserEnum example.
2008-04-09 Günther DeschnerAdd NetUserEnum to libnetapi.
2008-04-09 Günther DeschnerRe-run make idl.
2008-04-09 Günther DeschnerAdd NetUserEnum to libnetapi IDL.
2008-04-09 Günther DeschnerAdd Add NetUserDel example.
2008-04-09 Günther DeschnerAdd NetUserDel to libnetapi.
2008-04-09 Günther DeschnerRe-run make idl.
2008-04-09 Günther DeschnerAdd NetUserDel to libnetapi IDL.
2008-04-09 Günther DeschnerAdd NetUserAdd example.
2008-04-09 Günther DeschnerAdd NetUserAdd to libnetapi.
2008-04-09 Günther DeschnerRe-run make idl.
next