index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
net_rpc_rights.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-25
s3-lsa: separate out init_lsa headers.
Günther Deschner
1
-0
/
+1
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-11
/
+11
2010-05-18
s3-rpc_client: move protos to cli_lsarpc.h
Günther Deschner
1
-0
/
+1
2010-01-19
s3 net: Fix compile warnings
Kai Blin
1
-12
/
+17
2010-01-18
s3/net: split up some printable stings to ease i18n
Björn Jacke
1
-10
/
+10
2009-11-26
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
1
-0
/
+1
2009-11-08
Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table"
Volker Lendecke
1
-16
/
+13
2009-11-08
s3: Make run_rpc_command take strings instead of a ndr_interface_table
Volker Lendecke
1
-13
/
+16
2009-08-10
s3 net: i18n support for net rpc rights
Kai Blin
1
-44
/
+52
2009-04-21
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.
Günther Deschner
1
-5
/
+5
2009-03-18
s3: remove POLICY_HND.
Günther Deschner
1
-10
/
+10
2009-01-09
s3/net: Display error message if user does not exist.
Karolin Seeger
1
-1
/
+4
2008-07-21
Refactoring: net_sh_run uses ndr_syntax_id instead of pipe_idx
Volker Lendecke
1
-3
/
+3
2008-07-21
Refactoring: run_rpc_command uses ndr_syntax_id instead of pipe_idx
Volker Lendecke
1
-3
/
+3
2008-06-10
net: Rename functable3 to functable, get rid of old functables
Kai Blin
1
-2
/
+2
2008-06-10
net: Make "net rpc rights" use functable3
Kai Blin
1
-26
/
+59
2008-05-20
net: Use true/false instead of True/False.
Kai Blin
1
-5
/
+5
2008-05-10
net: more whitespace cleanup
Kai Blin
1
-44
/
+44
2008-05-10
net: Remove globals
Kai Blin
1
-24
/
+28
2008-02-27
Add my copyright.
Günther Deschner
1
-0
/
+1
2008-02-14
Use rpccli_lsa_RemoveAccountRights() in net and rpcclient.
Günther Deschner
1
-3
/
+18
2008-02-14
Use rpccli_lsa_EnumAccountRights in net and rpcclient.
Günther Deschner
1
-14
/
+19
2008-02-14
Use rpccli_lsa_AddAccountRights in net and rpcclient.
Günther Deschner
1
-2
/
+17
2008-02-14
Use rpccli_lsa_EnumAccounts() in net and rpcclient.
Günther Deschner
1
-25
/
+30
2008-02-12
Collect all init_lsa_string varients in one place.
Günther Deschner
1
-5
/
+0
2008-02-11
Use rpccli_lsa_LookupPrivDisplayName() in net and rpcclient.
Günther Deschner
1
-13
/
+35
2008-02-11
Use rpccli_lsa_EnumPrivs() in net and rpcclient.
Günther Deschner
1
-11
/
+12
2008-01-11
Stop Coverity complaining about uninitialized variables.
Jeremy Allison
1
-3
/
+3
2007-12-15
s/sid_to_string/sid_to_fstring/
Volker Lendecke
1
-2
/
+2
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
1
-3
/
+3
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().
Günther Deschner
1
-1
/
+1
2007-10-10
r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()
Gerald Carter
1
-5
/
+5
2007-10-10
r18271: Big change:
Gerald Carter
1
-2
/
+2
2007-10-10
r16644: Fix bug #3887 reported by jason@ncac.gwu.edu
Jeremy Allison
1
-2
/
+2
2007-10-10
r15657: Fix some Tru64 warnings
Volker Lendecke
1
-1
/
+1
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-2
/
+53
2007-10-10
r12986: Use d_fprintf(stderr, ...) for any error message in net.
Lars Müller
1
-5
/
+5
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-65
/
+82
2007-10-10
r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count )
Gerald Carter
1
-13
/
+37
2007-10-10
r5912: - Enhance net rpc rights utility
Simo Sorce
1
-23
/
+131
2007-10-10
r5653: Fixiing typos.
John Terpstra
1
-1
/
+1
2007-10-10
r4849: * finish SeAddUsers support in srv_samr_nt.c
Gerald Carter
1
-11
/
+45
2007-10-10
r4827: add 'net rpc rights list accounts' & update help text
Gerald Carter
1
-15
/
+60
2007-10-10
r4821: finish off 'net rpc rights [list|grant|revoke]'
Gerald Carter
1
-4
/
+222
2007-10-10
r4820: add beginnings of 'net rpc rights' for managing privilege assignments
Gerald Carter
1
-0
/
+116