summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_lsa.c
Commit message (Expand)AuthorAgeFilesLines
* r19224: Add setting the rng_fault_state to the already converted pipes.Volker Lendecke2007-10-101-136/+23
* r13458: Add parsing functions - but stub internals for lookupnames3 and 4.Jeremy Allison2007-10-101-1/+65
* r13456: Add lsa_lookup_names2.Jeremy Allison2007-10-101-0/+32
* r13447: Added LSA_LOOKUPSIDS2 and LSA_LOOKUPSIDS3.Jeremy Allison2007-10-101-1/+63
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-1/+158
* r5726: merge LsaLookupPrivValue() code from trunkGerald Carter2007-10-101-1/+39
* r4746: add server support for lsa_enum_acct_rights(); last checkin for the nightGerald Carter2007-10-101-0/+32
* r4742: add server support for lsa_add/remove_account_rights() and fix some pa...Gerald Carter2007-10-101-1/+65
* r4724: Add support for Windows privileges in Samba 3.0Gerald Carter2007-10-101-0/+32
* split some security related functions in their own files.Simo Sorce2003-10-061-1/+1
* Attempt at fixing bug #283. There however is no solution.Gerald Carter2003-08-141-14/+29
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
* Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough2003-08-011-2/+1
* fixes bugs 85 & 99 (XP domain logons); don't enable the lsa_query_info2 unles...Gerald Carter2003-05-221-1/+13
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-2/+2
* use the new modules system for the rpc modules (backport from HEAD)Jelmer Vernooij2003-04-151-4/+0
* merge from HEAD - enable dynamic RPC modulesJim McDonough2003-02-141-10/+11
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
* Sync 3.0 branch with HEADJelmer Vernooij2002-08-171-2/+35
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-0/+5
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* add lsa_query_secobj server code. level 4 is the ACL, level 1 is theJean-François Micouleau2001-12-141-0/+31
* Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau2001-11-291-14/+111
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* implement:Jean-François Micouleau2001-07-091-0/+190
* Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.Jeremy Allison2001-06-291-0/+32
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-3/+0
* Separated lsa code into interface and implementation.Jeremy Allison2001-02-261-515/+58
* Started conversion of lsa server code to canonical format (as srv_reg andJeremy Allison2001-02-261-58/+93
* It compiles for me now :-). rpc_server/srv_lsa.c - added fix to allow w2kJeremy Allison2001-02-131-4/+13
* Fixed "object picker can't determine if object in domain" bug seen from W2KJeremy Allison2001-01-251-17/+44
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-151-3/+3
* Never free anything in the rpc_parse/prs_XXX functions. Do it in the enclosingJeremy Allison2000-12-151-11/+16
* lib/util_unistr.c:Jean-François Micouleau2000-12-151-1/+1
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-19/+1
* Server side changes for dynamic names in lsa_lookup_namesTim Potter2000-12-131-5/+10
* Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...Jeremy Allison2000-12-121-7/+35
* Tims fixes for non-local lookup.Jeremy Allison2000-11-131-23/+22
* Removed erroneous +1's on length of unicode domain names for variousTim Potter2000-10-251-2/+2
* last part of W2K support.Jean-François Micouleau2000-10-131-2/+2
* Adding Herb's compile warning fixes to HEAD.Jeremy Allison2000-10-041-1/+1
* Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill2000-09-011-2/+2
* Tidied up security rights definitions.Jeremy Allison2000-08-101-2/+1
* Started to canonicalize our handling of uid -> sid code in order toJeremy Allison2000-08-021-1/+1
* Moved winbind client functions from various odd locations toTim Potter2000-07-101-59/+0
* Changed checking for WINBINDD_OK return value instead of NSS_STATUS_SUCCESSTim Potter2000-07-061-3/+3
* Renamed generic_request() to winbindd_request()Tim Potter2000-07-031-1/+1
* Fixed display of "Everyone" in SD's.Jeremy Allison2000-06-261-1/+5
* lib/util_sid.c: Uninitialized memory read.Jeremy Allison2000-06-241-0/+5
* Got a bit carried away deleting things.Tim Potter2000-06-231-1/+1