summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-11s3-librpc Rename and rework cli_rpc_pipe_open_ntlmssp() to be genericAndrew Bartlett1-1/+3
2012-01-06Fix bug #8687 - net memberships usage info is wrongJeremy Allison1-1/+1
2011-12-19s3-net: Fix the return codes. 0 on success, -1 on failureAmitay Isaacs1-2/+2
2011-12-13s3:smbcontrol: remove unused "samsync" and "samrepl" commandsStefan Metzmacher1-30/+0
2011-12-12s3: Remove a bunch of calls to procid_self()Volker Lendecke7-10/+8
2011-12-06s3:net registry check: replace rawmemchr by functionally equivalent portable ...Michael Adam1-2/+2
2011-12-06Revert "Remove rawmemchr calls - found by Ira Cooper. These are glibc-specifi...Michael Adam1-4/+3
2011-12-03Move the callers that need to use the new cli_open() back to callingJeremy Allison1-2/+2
2011-12-03Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison1-2/+2
2011-12-03lib/util: factor out tdb_data_is_emptyGregor Beck2-14/+7
2011-12-03s3:net: adapt idmap check to new dbwrap_fetch behavior not to return success ...Gregor Beck1-6/+2
2011-12-02s3: Use autogenerated open_files.idlVolker Lendecke1-0/+1
2011-11-29s3:net registry check: adapt to new semantic of dbwrap_fetch with rbtGregor Beck1-6/+6
2011-11-29s3:net registry check: adapt to new semantic of dbwrap_fetchGregor Beck1-10/+13
2011-11-29s3:net registry check: handle missing version infoGregor Beck1-0/+36
2011-11-29s3:dbwrap_torture: code cleanupGregor Beck1-3/+3
2011-11-25s3:net registry check: improve console outputGregor Beck1-7/+4
2011-11-24s3:utils: make use of cli_tree_connect()Stefan Metzmacher2-4/+4
2011-11-18Remove rawmemchr calls - found by Ira Cooper. These are glibc-specific calls,...Jeremy Allison1-3/+4
2011-11-17s3-net Do not look for a local SID when we are a DCAndrew Bartlett1-7/+8
2011-11-16s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.Günther Deschner1-1/+16
2011-11-16s3-net: use better state variable name for smbldap_state.Günther Deschner1-9/+9
2011-11-16s3-passdb: split out passdb/pdb_ldap_schema.cGünther Deschner1-0/+1
2011-11-16s3: move smbldap_util to pdb_ldap_util.Günther Deschner1-0/+1
2011-11-03s3:utils: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher5-7/+9