summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2012-04-06s3-utils: add do_reload_printers command to smbcontolBjörn Baumbach1-0/+14
2012-04-05build: Remove SMB_STRUCT_DIR defineAndrew Bartlett1-3/+3
2012-04-05build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett1-2/+2
2012-04-05build: Remove sys_closedir wrapperAndrew Bartlett1-7/+7
2012-04-05build: Remove sys_readdir wrapperAndrew Bartlett1-2/+2
2012-04-05build: Remove sys_opendir wrapperAndrew Bartlett1-3/+3
2012-04-05build: Remove sys_open wrapperAndrew Bartlett1-2/+2
2012-04-03s3-ntlm_auth: use manage_gensec_request for squid-2.5-ntlmsspAndrew Bartlett1-178/+9
2012-04-03s3-auth: Order GENSEC mechs by priority, krb5 before NTLMSSPAndrew Bartlett1-2/+3
2012-04-03s3-ntlm_auth: add ntlm_auth_generate_session_info_pac()Andrew Bartlett1-0/+144
2012-04-03s3-ntlm_auth Use GENSEC for gss-spnego serverAndrew Bartlett1-404/+390
2012-03-30More strlcat/strlcpy truncate checks.Jeremy Allison1-3/+9
2012-03-24use usleep rather than sys_usleep in various places, in anticipation of uslee...Jelmer Vernooij2-2/+2
2012-03-15s3-krb5: Remove GSS_WRAP_IOV conditionalAndrew Bartlett1-1/+1
2012-03-10s3: fix build on AIXBjörn Jacke1-1/+2
2012-03-04s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett1-4/+0
2012-03-04s3: print a nice warning when HAVE_ADS is not enabled but you still try to do...Matthieu Patou1-0/+5
2012-03-01s3-ntlm_auth fix up gss-spnego-client so as to work with gss-spnegoAndrew Bartlett1-16/+5
2012-03-01s3-ntlm_auth: Wrap kerberos token in GSSAPIAndrew Bartlett1-2/+6
2012-03-01s3-ntlm_auth: Add --target-service and --target-hostname optionsAndrew Bartlett1-9/+40
2012-02-24Remove unused function.Jeremy Allison1-21/+0
2012-02-24s3-ntlm_auth: Convert ntlm_auth to use gensec_ntlmssp server-sideAndrew Bartlett1-99/+327
2012-02-23s3-utils: Remove unused connect_to_ipc_krb5()Andrew Bartlett2-57/+0
2012-02-20s3-ntlm_auth: allow ntlm_auth --diagnostics to pass againAndrew Bartlett3-8/+12
2012-02-16Rename obscure defined constants.Christopher R. Hertel (crh)1-2/+2
2012-02-09s3-net: Don't use an internal krb5 for kdc lookup.Andreas Schneider1-19/+23
2012-02-03Only ask for specific permissions required when setting an ACL.Jeremy Allison1-3/+12
2012-01-31s3:net ads join: remove a useless empty comment blockMichael Adam1-2/+1
2012-01-31s3:net ads join: add a comment for the call to _net_ads_join_dns_update()Michael Adam1-0/+5
2012-01-31s3:net ads join: reduce indentation in _net_ads_join_dns_updates()Michael Adam1-46/+47
2012-01-31s3:net ads join: move dns update code out to new function _net_ads_join_dns_u...Michael Adam1-77/+84
2012-01-31s3:net ads join: improve comment for dns update blockMichael Adam1-4/+4
2012-01-31s3:net ads join: improve status evaluation for call to net_update_dns()Michael Adam1-2/+5
2012-01-31s3:net ads join: interpret return code of ads_kinit_password() in dns update ...Michael Adam1-1/+8
2012-01-31s3:net ads join: check for malloc success and react accordingly in dns update...Michael Adam1-0/+5
2012-01-31s3:net ads join: check for success of fetching machine password in dns update...Michael Adam1-0/+5
2012-01-31s3:net ads join: untangle assignment from check, fix return code and improve ...Michael Adam1-2/+8
2012-01-31s3:net ads join: reduce indentation and improve logging in the dns update cod...Michael Adam1-13/+17
2012-01-31s3:net ads join: untangle assignment from check.Michael Adam1-1/+2
2012-01-31s3:net registry: fix a copy and paste error in a help textMichael Adam1-2/+2
2012-01-24s3: Remove a typedefVolker Lendecke1-3/+3
2012-01-24s3: Remove a typedefVolker Lendecke1-3/+3
2012-01-18s3-librpc: pass struct ndr_interface_table down to cli_pipe_open_generic/spne...Andrew Bartlett1-1/+1
2012-01-18s3-utils/net: pass struct ndr_interface_table downAndrew Bartlett13-138/+137
2012-01-18s3-build: Rework object lists to allow gse gensec moduleAndrew Bartlett1-39/+0
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke6-10/+20
2012-01-17s3:smbcontrol: avoid using messaging_event_context()Stefan Metzmacher1-10/+7
2012-01-17s3:smbcontrol: pass tevent_context down to wait_replies()Stefan Metzmacher1-10/+11
2012-01-17s3:smbcontrol: pass tevent_context down to subcommandsStefan Metzmacher1-38/+69
2012-01-12s3: Put an indirection layer into share_mode_lockVolker Lendecke1-3/+5