summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* s3:registry: remove usage of reg_objects from net_rpc_printer.cGregor Beck2012-04-251-131/+71
* s3:eventlogadm make a transaction for addsourceGregor Beck2012-04-251-1/+14
* s3:eventlogadm reimplement addsource using reg_apiGregor Beck2012-04-251-95/+91
* s3: Attempt to fix the build without kerberosVolker Lendecke2012-04-241-0/+3
* Make krb5 wrapper library common so they can be used all overSimo Sorce2012-04-231-1/+3
* s3:smbcontrol: remove an unused variableMichael Adam2012-04-211-4/+0
* s3:id_cache: do not use the in-memory idmap cache (it is going to be removed)Michael Adam2012-04-201-6/+3
* s3-g_lock: Use dbwrap_record_watch_send/recvVolker Lendecke2012-04-191-3/+2
* s3-dbwrap: Add "listwatchers" to dbwrap_toolVolker Lendecke2012-04-191-9/+62
* s3: Fix Coverity ID 2727 to 2740 -- UNINITVolker Lendecke2012-04-191-7/+12
* s3: Fix a "ISO C90 forbids mixed declarations and code"Volker Lendecke2012-04-191-3/+7
* s3: Add smbstatus -N to output the notify dbVolker Lendecke2012-04-171-0/+40
* s3: Add "notify-cleanup" to smbcontrolVolker Lendecke2012-04-171-0/+13
* 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