dbwrap_tdb: Use mutexes on demand
[samba.git] / source3 /
2014-05-22 Volker Lendeckedbwrap_tdb: Use mutexes on demand
2014-05-22 Volker Lendeckelibreplace: Move thread checks from source3/wscript
2014-05-22 Mathias DietzAdd protocol version to smbstatus output
2014-05-21 David Disseldorpprinting: fix purge of all print jobs
2014-05-19 Michael Adamsmbd: fix creation of BUILTIN\{Administrators,Users...
2014-05-16 Kai Blinlib: Fix build --without-winbind by adding winbind_look...
2014-05-16 Andrew Bartlettauth: Allow auth_samba4 to be forced to run a specific...
2014-05-15 Ralph Wuerthners3:vfs_gpfs: increase log level for EPERM and EACCES...
2014-05-13 Christof Schmittsmbd: Remove unused code for dos attributes in stat...
2014-05-12 Stefan Metzmachers3:lib: always use db_open(serverid.tdb)
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-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-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: correctly return false when parsing invalid...
2014-05-07 Garming Samlib/param: remove unnecessary get_parametric s3 helper...
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 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: Make and use lpcfg_dump_a_service() in common
2014-05-07 Garming Samparam: remove NUMPARAMETERS macro in s3
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: 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 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: 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 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: 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
2014-05-07 Garming Samparam: prevent an existing segmentation fault with...
2014-05-07 Garming Samparam: move the declaration of the file_lists structure...
2014-05-07 Garming Samparam: use a single add_to_file_list method
2014-05-07 Garming Sams3:param: change add_to_file_list to stop using global...
2014-05-07 Garming Samparam: remove unused lp_copy_service
2014-05-07 Garming Samparam: consolidate handle_copy method between the two...
2014-05-07 Garming Sams3:param: avoid the use the global variable iServiceInd...
2014-05-07 Garming Samparam: use a single copy_service function in lib/param
2014-05-07 Garming Samparam: duplicate the copy service in lib/param into...
2014-05-07 Garming Samparam: improve copy_service to use the correct talloc...
2014-05-07 Garming Samparam: remove unused init_service
2014-05-07 Garming Sams3:param: remove the double initialization in add_a_service
2014-05-07 Garming Samparam: remove instance of lp_parm_ptr to be consistent...
2014-05-07 Garming Sams3:param: attempt to fix up some const warnings
2014-05-07 Garming Samparam: move set_param_opt to lib/param
2014-05-07 Garming Samparam: use correct memory contexts for parametric options
2014-05-07 Garming Samparam: remove lp_string_is_valid_boolean
2014-05-07 Garming Samparam: consolidate handle_realm between the two loadparms
2014-05-07 Garming Samparam: attempt to consolidate handle_logfile between...
2014-05-07 Garming Samparam: change assignment of lp_string in s3_helpers...
2014-05-07 Garming Samparam: attempt to consolidate handle_debug_level betwee...
2014-05-07 Garming Samparam: allow special functions to be common across...
2014-05-07 Garming Samparam: Add an lp_string_set function
2014-05-07 Garming Sams3:loadparm: fix intermediate string allocations to...
2014-05-07 Garming Samparam: change the talloc context attached to globals...
2014-05-07 Garming Samparam: remove string_init and inline it into string_set
2014-05-07 Garming Sams3:loadparm: change memory allocations to use talloc
2014-05-07 Garming Samparam: remove unnecessary temporary service in handle...
2014-05-06 Volker Lendeckemessaging: Nobody uses G_LOCK_RETRY anymore
2014-05-06 Gustavo Zacariasbuild: find blkcnt_t size via array
2014-05-06 Gustavo Zacariasbuild: tweak SIZEOF utmp->ut_line
2014-05-05 Jose A. RiveraMinor typo fix in source3/wscript.
2014-05-04 Volker Lendeckepoll_funcs: Fix a comment typo
2014-05-03 Michael Adams3:passdb: improve a debug message in pdb_default_sid_t...
next