summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-librpc Rename and rework cli_rpc_pipe_open_ntlmssp() to be genericAndrew Bartlett2012-01-111-1/+3
* Fix bug #8687 - net memberships usage info is wrongJeremy Allison2012-01-061-1/+1
* s3-net: Fix the return codes. 0 on success, -1 on failureAmitay Isaacs2011-12-191-2/+2
* s3:smbcontrol: remove unused "samsync" and "samrepl" commandsStefan Metzmacher2011-12-131-30/+0
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-127-10/+8
* s3:net registry check: replace rawmemchr by functionally equivalent portable ...Michael Adam2011-12-061-2/+2
* Revert "Remove rawmemchr calls - found by Ira Cooper. These are glibc-specifi...Michael Adam2011-12-061-4/+3
* Move the callers that need to use the new cli_open() back to callingJeremy Allison2011-12-031-2/+2
* Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison2011-12-031-2/+2
* lib/util: factor out tdb_data_is_emptyGregor Beck2011-12-032-14/+7
* s3:net: adapt idmap check to new dbwrap_fetch behavior not to return success ...Gregor Beck2011-12-031-6/+2
* s3: Use autogenerated open_files.idlVolker Lendecke2011-12-021-0/+1
* s3:net registry check: adapt to new semantic of dbwrap_fetch with rbtGregor Beck2011-11-291-6/+6
* s3:net registry check: adapt to new semantic of dbwrap_fetchGregor Beck2011-11-291-10/+13
* s3:net registry check: handle missing version infoGregor Beck2011-11-291-0/+36
* s3:dbwrap_torture: code cleanupGregor Beck2011-11-291-3/+3
* s3:net registry check: improve console outputGregor Beck2011-11-251-7/+4
* s3:utils: make use of cli_tree_connect()Stefan Metzmacher2011-11-242-4/+4
* Remove rawmemchr calls - found by Ira Cooper. These are glibc-specific calls,...Jeremy Allison2011-11-181-3/+4
* s3-net Do not look for a local SID when we are a DCAndrew Bartlett2011-11-171-7/+8
* s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.Günther Deschner2011-11-161-1/+16
* s3-net: use better state variable name for smbldap_state.Günther Deschner2011-11-161-9/+9
* s3-passdb: split out passdb/pdb_ldap_schema.cGünther Deschner2011-11-161-0/+1