garming/samba-autobuild/.git
2014-05-14 Kai Blinldbsamba: Move pyldb-utils dependency to python_samba__ldb
2014-05-13 Christof Schmittsmbd: Remove unused code for dos attributes in stat...
2014-05-13 Simo SorceFix selfetet environment user gid
2014-05-13 Andrew Bartletts4:imessaging: Remove event context from irpc and imess...
2014-05-12 Andrew Bartletts4:imessaging: Remove dcerpc_binding_handle_set_sync_ev...
2014-05-12 Andrew Bartletts4:irpc/tests: explicitly use dcerpc_binding_handle_set...
2014-05-12 Andrew Bartletts4:pyrpc: explicitly use dcerpc_binding_handle_set_sync...
2014-05-12 Andrew Bartletts4:service_task: explicitly use dcerpc_binding_handle_s...
2014-05-12 Andrew Bartletts4:rpc_server/netlogon: explicitly use dcerpc_binding_h...
2014-05-12 Andrew Bartletts4:auth_winbind: explicitly use dcerpc_binding_handle_s...
2014-05-12 Andrew Bartletts4:irpc/tests: make use explicit use of the top level...
2014-05-12 Andrew Bartletts4:nbt_server/wins: make use explicit use of the top...
2014-05-12 Stefan Metzmachertdb: return ENOSYS if the tdb was created with spinlocks.
2014-05-12 Stefan Metzmacherpytdb: avoid const warnings by using discard_const_p()
2014-05-12 Stefan Metzmachers3:lib: always use db_open(serverid.tdb)
2014-05-12 Günther Deschnerauth: avoid overwriting the auth_sam_reply.h header...
2014-05-09 Stefan Metzmacherpidl/lib/wscript_build: make use of PERL_LIB_INSTALL_DIR
2014-05-09 Stefan Metzmacherscript/autobuild: make use of --with-perl-{arch,lib...
2014-05-09 Stefan Metzmacherwafsamba: Fail with error message if perl doesn't provi...
2014-05-09 Jeremy Allisons3: libsmbclient: Work around bugs in SLES cifsd and...
2014-05-09 Jeremy Allisons3: client : correctly fill in the struct smb_create_re...
2014-05-09 Jeremy Allisons3: client : Add extra return parameter to all client...
2014-05-09 Jeremy Allisons3: client - rename 'struct smb2_create_returns' to...
2014-05-09 Stefan Metzmacherselftest: skip GETADDRINFO tests
2014-05-09 Andreas Schneiderswrap: Update version to 1.0.2.
2014-05-09 Andreas Schneiderswrap: Fall back to RTLD_NEXT if we can't find libc.
2014-05-09 Jakub WilkFix some typos.
2014-05-09 Andreas Schneiderswrap: Use the loaded libc open() directly.
2014-05-09 Andreas Schneiderswrap: Do not leak memory in swrap_recvmsg_after().
2014-05-08 Andreas Schneiderwafsamba: If perl can't provide defaults, define them.
2014-05-08 Volker Lendecketorture3: local-messaging-read3
2014-05-08 Volker Lendeckemessaging3: Relax the self-send check a bit
2014-05-08 Volker Lendeckemessaging3: Factor out the self-send check
2014-05-08 Volker Lendeckemessaging3: Push down the self-send callback
2014-05-08 Volker Lendecketorture3: Fix local-messaging-read1
2014-05-08 Volker Lendeckemessaging3: Fix messaging_filtered_read_send
2014-05-08 Volker Lendeckemessaging3: Add messaging_dgm_register_tevent_context
2014-05-08 Volker Lendeckelib: Enhance poll_funcs_tevent for multiple tevent_contexts
2014-05-08 Volker Lendeckemessaging3: Add comments about not touching "waiters"
2014-05-08 Volker Lendeckemessaging3: Fix 80-char line limit
2014-05-08 Volker Lendeckedbwrap: Use messaging_filtered_read
2014-05-08 Volker Lendeckemessaging3: Add messaging_filtered_read
2014-05-08 Alexander Bokovoywbclient: ensure response struct is initialized
2014-05-07 Christof Schmitts3-krb5: Limit search for old kvno to 8bits
2014-05-07 Andrew Bartlettparam: Use an explicit talloc_stackframe() in lp_load_e...
2014-05-07 Andrew Bartlettparam: Use an explicit talloc_stackframe() in lp_do_par...
2014-05-07 Garming Samparam: replace P_OCTAL variable setting with s3 version...
2014-05-07 Garming Samlib/param: change set_variable to be more consistent...
2014-05-07 Garming Samparam: correctly return false when parsing invalid...
2014-05-07 Garming Samlib/param: change a comment regarding helper parametric...
2014-05-07 Garming Samlib/param: remove unnecessary get_parametric s3 helper...
2014-05-07 Garming Samlib/param: use get_parametric_helper in lpcfg_get_param...
2014-05-07 Garming Samparam: remove unused get_parametrics_by_service
2014-05-07 Garming Samparam: copy parametric option helper to lib/param
2014-05-07 Garming Samparam: tidy up get_parametrics_by_service
2014-05-07 Garming Samlib/param: clean up lpcfg_get_parametric
2014-05-07 Andrew Bartlettparam: Provide a talloc_stackframe() to external users...
2014-05-07 Garming Samparam: refactor lp_set_cmdline_helper to not call store...
2014-05-07 Garming Samparam: fix incorrect return on lp_set_cmdline_helper
2014-05-07 Andrew Bartlettlib/param: Remove unused static variable defaults_saved
2014-05-07 Andrew Bartlettlib/param: Make lpcfg_equal_parameter static (again)
2014-05-07 Andrew Bartlettlib/param: Make and use lpcfg_dump_a_service() in common
2014-05-07 Garming SamAdd a comment regarding strwicmp only being an ASCII...
2014-05-07 Garming Samparam: remove NUMPARAMETERS macro from lib/param
2014-05-07 Garming Samparam: remove NUMPARAMETERS macro in s3
2014-05-07 Garming Samdocs: enable checking of parametric options assignment
2014-05-07 Garming Samlib/param: use strwicmp instead of strlower_talloc
2014-05-07 Garming Samlib/param: fix an error in the is_default method in...
2014-05-07 Garming Samparam: move parametric parameter dumping to lpcfg_dump_...
2014-05-07 Garming Samparam: remove fstring from dump_a_parameter
2014-05-07 Garming Sams3:loadparm: Fix dump a parameter to use the file indicated
2014-05-07 Garming Samparam: fix copy service to copy over cmdlist
2014-05-07 Garming Samparam: correctly use param_table.c as a regular C file
2014-05-07 Garming Samparam: use a single special handler for idmap parameters
2014-05-07 Garming Samparam: add lp_do_parameter to s3 helpers
2014-05-07 Garming Samparam: use a single handle_netbios_aliases function
2014-05-07 Garming Samparam: include set_netbios_aliases in s3 helpers
2014-05-07 Garming Samparam: setup ctx variable in loadparm globals
2014-05-07 Garming Sammove str_list_make_v3 out of s3 code
2014-05-07 Garming Samparam: have a single handle_ldap_debug_level function
2014-05-07 Garming Samparam: include init_ldap_debugging in the s3 helpers
2014-05-07 Garming Samparam: make lp_do_parameter_parametric use set_param_opt
2014-05-07 Garming Samparam: move handle printing into lib/param
2014-05-07 Garming Samparam: setup more variables in for the temporary loadpa...
2014-05-07 Garming Samparam: add extra default parameter to get_parametrics_b...
2014-05-07 Garming Samparam: make init_printer_values use lpcfg functions
2014-05-07 Garming Samlib/param: use lp_set_enum_parm
2014-05-07 Garming Samparam: move lp_set_enum_parm to lib/param
2014-05-07 Garming Samparam: change lp_set_enum_parm to indicate whether...
2014-05-07 Garming Samparam: remove duplicate lp_bool function
2014-05-07 Garming Samparam: remove duplicate lp_ulong function
2014-05-07 Garming Samparam: remove duplicate lp_int function
2014-05-07 Garming Samparam: use a single handle_include function between...
2014-05-07 Garming Samparam: remove unused lp_set_option
2014-05-07 Garming Samparam: use a single command line set_option in the...
2014-05-07 Garming Samparam: fix a bug where set_cmdline doesn't ignore the...
2014-05-07 Garming Samparam: move special charset handlers to lib/param
2014-05-07 Garming Samparam: inline init_iconv into handle [dos] charset
2014-05-07 Garming Samparam: add getservicebyname to s3_helpers
2014-05-07 Garming Samparam: use a single init_copymap method in lib/param
next