summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selftest: skip GETADDRINFO testsStefan Metzmacher2014-05-091-0/+1
* swrap: Update version to 1.0.2.Andreas Schneider2014-05-091-1/+1
* swrap: Fall back to RTLD_NEXT if we can't find libc.Andreas Schneider2014-05-091-4/+4
* Fix some typos.Jakub Wilk2014-05-091-4/+4
* swrap: Use the loaded libc open() directly.Andreas Schneider2014-05-091-2/+14
* swrap: Do not leak memory in swrap_recvmsg_after().Andreas Schneider2014-05-091-3/+4
* wafsamba: If perl can't provide defaults, define them.Andreas Schneider2014-05-081-2/+8
* torture3: local-messaging-read3Volker Lendecke2014-05-084-0/+203
* messaging3: Relax the self-send check a bitVolker Lendecke2014-05-081-1/+2
* messaging3: Factor out the self-send checkVolker Lendecke2014-05-081-2/+8
* messaging3: Push down the self-send callbackVolker Lendecke2014-05-082-53/+95
* torture3: Fix local-messaging-read1Volker Lendecke2014-05-081-3/+6
* messaging3: Fix messaging_filtered_read_sendVolker Lendecke2014-05-081-0/+15
* messaging3: Add messaging_dgm_register_tevent_contextVolker Lendecke2014-05-082-0/+12
* lib: Enhance poll_funcs_tevent for multiple tevent_contextsVolker Lendecke2014-05-086-41/+398
* messaging3: Add comments about not touching "waiters"Volker Lendecke2014-05-081-0/+16
* messaging3: Fix 80-char line limitVolker Lendecke2014-05-081-5/+9
* dbwrap: Use messaging_filtered_readVolker Lendecke2014-05-081-21/+21
* messaging3: Add messaging_filtered_readVolker Lendecke2014-05-082-25/+111
* wbclient: ensure response struct is initializedAlexander Bokovoy2014-05-081-0/+7
* s3-krb5: Limit search for old kvno to 8bitsChristof Schmitt2014-05-081-2/+5
* param: Use an explicit talloc_stackframe() in lp_load_ex for clarity and cert...Andrew Bartlett2014-05-071-4/+9
* param: Use an explicit talloc_stackframe() in lp_do_parameter for clarity and...Andrew Bartlett2014-05-071-3/+10
* param: replace P_OCTAL variable setting with s3 version which uses sscanfGarming Sam2014-05-071-1/+5
* lib/param: change set_variable to be more consistent with s3 loadparmGarming Sam2014-05-071-1/+2
* param: correctly return false when parsing invalid octal in lp_do_parameterGarming Sam2014-05-071-0/+1
* lib/param: change a comment regarding helper parametric functionsGarming Sam2014-05-071-1/+1
* lib/param: remove unnecessary get_parametric s3 helper functionGarming Sam2014-05-074-21/+0
* lib/param: use get_parametric_helper in lpcfg_get_parametricGarming Sam2014-05-071-33/+6
* param: remove unused get_parametrics_by_serviceGarming Sam2014-05-071-51/+0
* param: copy parametric option helper to lib/paramGarming Sam2014-05-072-4/+55
* param: tidy up get_parametrics_by_serviceGarming Sam2014-05-071-24/+23
* lib/param: clean up lpcfg_get_parametricGarming Sam2014-05-071-13/+16
* param: Provide a talloc_stackframe() to external users of lp_set_cmdline()Andrew Bartlett2014-05-071-0/+2
* param: refactor lp_set_cmdline_helper to not call store_lp_set_cmdlineGarming Sam2014-05-071-10/+11
* param: fix incorrect return on lp_set_cmdline_helperGarming Sam2014-05-071-1/+1
* lib/param: Remove unused static variable defaults_savedAndrew Bartlett2014-05-071-1/+0
* lib/param: Make lpcfg_equal_parameter static (again)Andrew Bartlett2014-05-072-7/+1
* lib/param: Make and use lpcfg_dump_a_service() in commonAndrew Bartlett2014-05-072-48/+9
* Add a comment regarding strwicmp only being an ASCII string compareGarming Sam2014-05-071-1/+7
* param: remove NUMPARAMETERS macro from lib/paramGarming Sam2014-05-071-8/+6
* param: remove NUMPARAMETERS macro in s3Garming Sam2014-05-071-3/+1
* docs: enable checking of parametric options assignmentGarming Sam2014-05-071-4/+2
* lib/param: use strwicmp instead of strlower_tallocGarming Sam2014-05-071-7/+7
* lib/param: fix an error in the is_default method in lib/paramGarming Sam2014-05-071-1/+1
* param: move parametric parameter dumping to lpcfg_dump_a_parameterGarming Sam2014-05-072-26/+26
* param: remove fstring from dump_a_parameterGarming Sam2014-05-071-7/+12
* s3:loadparm: Fix dump a parameter to use the file indicatedGarming Sam2014-05-071-1/+1
* param: fix copy service to copy over cmdlistGarming Sam2014-05-071-0/+1
* param: correctly use param_table.c as a regular C fileGarming Sam2014-05-076-13/+23