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