summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_lsa.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-06-29Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.Jeremy Allison1-0/+32
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-3/+0
2001-02-26Separated lsa code into interface and implementation.Jeremy Allison1-515/+58
2001-02-26Started conversion of lsa server code to canonical format (as srv_reg andJeremy Allison1-58/+93
2001-02-13It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2kJeremy Allison1-4/+13
2001-01-25Fixed "object picker can't determine if object in domain" bug seen from W2KJeremy Allison1-17/+44
2001-01-15Changes from APPLIANCE_HEAD:David O'Neill1-3/+3
2000-12-15Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosingJeremy Allison1-11/+16
2000-12-15lib/util_unistr.c:Jean-François Micouleau1-1/+1
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-19/+1
2000-12-13Server side changes for dynamic names in lsa_lookup_namesTim Potter1-5/+10
2000-12-12Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...Jeremy Allison1-7/+35
2000-11-13Tims fixes for non-local lookup.Jeremy Allison1-23/+22
2000-10-25Removed erroneous +1's on length of unicode domain names for variousTim Potter1-2/+2
2000-10-13last part of W2K support.Jean-François Micouleau1-2/+2
2000-10-04Adding Herb's compile warning fixes to HEAD.Jeremy Allison1-1/+1
2000-09-01Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill1-2/+2
2000-08-10Tidied up security rights definitions.Jeremy Allison1-2/+1
2000-08-02Started to canonicalize our handling of uid -> sid code in order toJeremy Allison1-1/+1
2000-07-10Moved winbind client functions from various odd locations toTim Potter1-59/+0
2000-07-06Changed checking for WINBINDD_OK return value instead of NSS_STATUS_SUCCESSTim Potter1-3/+3
2000-07-03Renamed generic_request() to winbindd_request()Tim Potter1-1/+1
2000-06-26Fixed display of "Everyone" in SD's.Jeremy Allison1-1/+5
2000-06-24lib/util_sid.c: Uninitialized memory read.Jeremy Allison1-0/+5
2000-06-23Got a bit carried away deleting things.Tim Potter1-1/+1
2000-06-23Removed unused variables.Tim Potter1-2/+0
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-12/+32
2000-06-15Removed some debugs.Tim Potter1-12/+0
2000-06-14Changed server side lsa_lookup_sids function to look up SIDs that we areTim Potter1-28/+74