summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* libreplace: Move thread checks from source3/wscriptVolker Lendecke2014-05-221-32/+0
* Add protocol version to smbstatus outputMathias Dietz2014-05-223-4/+33
* printing: fix purge of all print jobsDavid Disseldorp2014-05-211-4/+19
* smbd: fix creation of BUILTIN\{Administrators,Users} when "tdbsam:map builtin...Michael Adam2014-05-191-3/+13
* lib: Fix build --without-winbind by adding winbind_lookup_usersids dummyKai Blin2014-05-161-0/+8
* auth: Allow auth_samba4 to be forced to run a specific auth moduleAndrew Bartlett2014-05-163-14/+34
* s3:vfs_gpfs: increase log level for EPERM and EACCES errors in gpfs_get_xattr()Ralph Wuerthner2014-05-151-2/+9
* smbd: Remove unused code for dos attributes in stat structChristof Schmitt2014-05-141-135/+4
* s3:lib: always use db_open(serverid.tdb)Stefan Metzmacher2014-05-121-35/+14
* s3: libsmbclient: Work around bugs in SLES cifsd and Apple smbx SMB1 servers.Jeremy Allison2014-05-091-1/+21
* s3: client : correctly fill in the struct smb_create_returns from cli_ntcreat...Jeremy Allison2014-05-091-5/+27
* s3: client : Add extra return parameter to all client open calls.Jeremy Allison2014-05-0921-112/+136
* s3: client - rename 'struct smb2_create_returns' to 'struct smb_create_return...Jeremy Allison2014-05-092-3/+3
* 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
* 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: correctly return false when parsing invalid octal in lp_do_parameterGarming Sam2014-05-071-0/+1
* lib/param: remove unnecessary get_parametric s3 helper functionGarming Sam2014-05-072-15/+0
* param: remove unused get_parametrics_by_serviceGarming Sam2014-05-071-51/+0
* param: copy parametric option helper to lib/paramGarming Sam2014-05-071-4/+6
* param: tidy up get_parametrics_by_serviceGarming Sam2014-05-071-24/+23
* 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: Make and use lpcfg_dump_a_service() in commonAndrew Bartlett2014-05-071-41/+4
* param: remove NUMPARAMETERS macro in s3Garming Sam2014-05-071-3/+1
* param: move parametric parameter dumping to lpcfg_dump_a_parameterGarming Sam2014-05-071-26/+0
* 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: correctly use param_table.c as a regular C fileGarming Sam2014-05-071-3/+1
* param: use a single special handler for idmap parametersGarming Sam2014-05-071-30/+0
* param: add lp_do_parameter to s3 helpersGarming Sam2014-05-071-0/+1
* param: use a single handle_netbios_aliases functionGarming Sam2014-05-071-8/+0
* param: include set_netbios_aliases in s3 helpersGarming Sam2014-05-071-0/+1
* move str_list_make_v3 out of s3 codeGarming Sam2014-05-072-69/+0
* param: have a single handle_ldap_debug_level functionGarming Sam2014-05-071-8/+0
* param: include init_ldap_debugging in the s3 helpersGarming Sam2014-05-071-0/+1
* param: move handle printing into lib/paramGarming Sam2014-05-072-28/+2