summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_lsa.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-11-24rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1-5/+5
1999-11-19nt5rc2 falling over because the LsaQueryInfoPolicy() response _must_Luke Leighton1-1/+2
1999-11-18added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1-14/+38
1999-09-09allan hourihane sent log 100 in which showed that some really old codeLuke Leighton1-15/+4
1999-07-26commented location where lookup_sids(), a direct call to the passwordLuke Leighton1-0/+3
1999-05-03last part of RPC api change.Jean-François Micouleau1-8/+8
1999-03-24removed 2 unnecessary args from make_uni_hdr.Luke Leighton1-1/+1
1999-03-24Fixed LSA Lookup Names. There were a few too many NULL pointers in aMatthew Chapman1-13/+30
1999-02-15Always null-terminate strings.Matthew Chapman1-2/+2
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-2/+2