summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_rights.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-18s3-utils/net: pass struct ndr_interface_table downAndrew Bartlett1-6/+6
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-2/+2
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-1/+1
2011-04-13s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner1-0/+1
2011-02-02s3-net: prefer dcerpc_lsa_X functions in "net rpc rights".Günther Deschner1-45/+84
2011-02-02s3-net: use status variable in "net rpc rights".Günther Deschner1-95/+95
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-08-25s3-lsa: separate out init_lsa headers.Günther Deschner1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-11/+11
2010-05-18s3-rpc_client: move protos to cli_lsarpc.hGünther Deschner1-0/+1
2010-01-19s3 net: Fix compile warningsKai Blin1-12/+17
2010-01-18s3/net: split up some printable stings to ease i18nBjörn Jacke1-10/+10
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+1
2009-11-08Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table"Volker Lendecke1-16/+13
2009-11-08s3: Make run_rpc_command take strings instead of a ndr_interface_tableVolker Lendecke1-13/+16
2009-08-10s3 net: i18n support for net rpc rightsKai Blin1-44/+52
2009-04-21s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner1-5/+5
2009-03-18s3: remove POLICY_HND.Günther Deschner1-10/+10
2009-01-09s3/net: Display error message if user does not exist.Karolin Seeger1-1/+4
2008-07-21Refactoring: net_sh_run uses ndr_syntax_id instead of pipe_idxVolker Lendecke1-3/+3
2008-07-21Refactoring: run_rpc_command uses ndr_syntax_id instead of pipe_idxVolker Lendecke1-3/+3
2008-06-10net: Rename functable3 to functable, get rid of old functablesKai Blin1-2/+2
2008-06-10net: Make "net rpc rights" use functable3Kai Blin1-26/+59
2008-05-20net: Use true/false instead of True/False.Kai Blin1-5/+5
2008-05-10net: more whitespace cleanupKai Blin1-44/+44
2008-05-10net: Remove globalsKai Blin1-24/+28
2008-02-27Add my copyright.Günther Deschner1-0/+1
2008-02-14Use rpccli_lsa_RemoveAccountRights() in net and rpcclient.Günther Deschner1-3/+18
2008-02-14Use rpccli_lsa_EnumAccountRights in net and rpcclient.Günther Deschner1-14/+19
2008-02-14Use rpccli_lsa_AddAccountRights in net and rpcclient.Günther Deschner1-2/+17
2008-02-14Use rpccli_lsa_EnumAccounts() in net and rpcclient.Günther Deschner1-25/+30
2008-02-12Collect all init_lsa_string varients in one place.Günther Deschner1-5/+0
2008-02-11Use rpccli_lsa_LookupPrivDisplayName() in net and rpcclient.Günther Deschner1-13/+35
2008-02-11Use rpccli_lsa_EnumPrivs() in net and rpcclient.Günther Deschner1-11/+12
2008-01-11Stop Coverity complaining about uninitialized variables.Jeremy Allison1-3/+3
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke1-2/+2
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-3/+3
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner1-1/+1
2007-10-10r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter1-5/+5
2007-10-10r18271: Big change:Gerald Carter1-2/+2
2007-10-10r16644: Fix bug #3887 reported by jason@ncac.gwu.eduJeremy Allison1-2/+2
2007-10-10r15657: Fix some Tru64 warningsVolker Lendecke1-1/+1
2007-10-10r13316: Let the carnage begin....Gerald Carter1-2/+53
2007-10-10r12986: Use d_fprintf(stderr, ...) for any error message in net.Lars Müller1-5/+5
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-65/+82
2007-10-10r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )Gerald Carter1-13/+37
2007-10-10r5912: - Enhance net rpc rights utilitySimo Sorce1-23/+131
2007-10-10r5653: Fixiing typos.John Terpstra1-1/+1