summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_lsa.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-05-29Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman1-19/+23
2000-05-10more merging voodooAndrew Tridgell1-0/+3
2000-05-04rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison1-9/+19
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-2/+6
2000-04-04Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter1-17/+8
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-24/+0
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton1-0/+24
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-255/+252
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-10/+10