summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_lsa.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-14Use pidl for _lsa_RemoveAccountRights.Günther Deschner1-23/+1
2008-02-14Use pidl for _lsa_EnumAccountRights().Günther Deschner1-23/+1
2008-02-14Use pidl for _lsa_AddAccountRights().Günther Deschner1-23/+1
2008-02-14Use pidl for _lsa_AddPrivilegesToAccount and _lsa_RemovePrivilegesFromAccount.Günther Deschner1-46/+2
2008-02-14Use pidl for _lsa_LookupPrivValue().Günther Deschner1-23/+1
2008-02-14Use pidl for _lsa_EnumPrivsAccount().Günther Deschner1-23/+1
2008-02-14Use pidl for _lsa_EnumAccounts.Günther Deschner1-22/+1
2008-02-13Use pidl for _lsa_EnumTrustDom()Günther Deschner1-20/+1
2008-02-11Use pidl for _lsa_GetUserName().Günther Deschner1-23/+1
2008-02-11Use pidl for _lsa_LookupPrivDisplayName().Günther Deschner1-22/+1
2008-02-11Use pidl for _lsa_EnumPrivs().Günther Deschner1-22/+1
2008-02-08Use pidl for _lsa_GetSystemAccessAccount().Günther Deschner1-23/+1
2008-02-08Use pidl for _lsa_SetSystemAccessAccount().Günther Deschner1-23/+1
2008-02-08Use pidl for _lsa_OpenAccount().Günther Deschner1-23/+1
2008-02-08Use pidl for _lsa_CreateAccount().Günther Deschner1-23/+2
2008-02-08Use pidl for _lsa_QueryInfoPolicy().Günther Deschner1-23/+1
2008-02-04Use pidl for (dummy) _lsa_DeleteObject().Günther Deschner1-23/+1
2008-02-04Use pidl for _lsa_QuerySecurity().Günther Deschner1-23/+1
2008-02-04Use pidl for _lsa_OpenPolicy2().Günther Deschner1-23/+1
2008-02-04Use pidl for _lsa_OpenPolicy().Günther Deschner1-23/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-36/+36
2007-10-10r24561: merge from SAMBA_4_0:Stefan Metzmacher1-6/+6
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-1/+1
2007-10-10r19224: Add setting the rng_fault_state to the already converted pipes.Volker Lendecke1-136/+23
2007-10-10r13458: Add parsing functions - but stub internals for lookupnames3 and 4.Jeremy Allison1-1/+65
2007-10-10r13456: Add lsa_lookup_names2.Jeremy Allison1-0/+32
2007-10-10r13447: Added LSA_LOOKUPSIDS2 and LSA_LOOKUPSIDS3.Jeremy Allison1-1/+63
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-1/+158
2007-10-10r5726: merge LsaLookupPrivValue() code from trunkGerald Carter1-1/+39
2007-10-10r4746: add server support for lsa_enum_acct_rights(); last checkin for the nightGerald Carter1-0/+32
2007-10-10r4742: add server support for lsa_add/remove_account_rights() and fix some pa...Gerald Carter1-1/+65
2007-10-10r4724: Add support for Windows privileges in Samba 3.0Gerald Carter1-0/+32
2003-10-06split some security related functions in their own files.Simo Sorce1-1/+1
2003-08-14Attempt at fixing bug #283. There however is no solution.Gerald Carter1-14/+29
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough1-2/+1
2003-05-22fixes bugs 85 & 99 (XP domain logons); don't enable the lsa_query_info2 unles...Gerald Carter1-1/+13
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-2/+2
2003-04-15use the new modules system for the rpc modules (backport from HEAD)Jelmer Vernooij1-4/+0
2003-02-14merge from HEAD - enable dynamic RPC modulesJim McDonough1-10/+11
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij1-2/+35
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+5
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-14add lsa_query_secobj server code. level 4 is the ACL, level 1 is theJean-François Micouleau1-0/+31
2001-11-29Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau1-14/+111
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-07-09implement:Jean-François Micouleau1-0/+190