summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_lsa.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-12-20fix for potential lsass.exe crashing due to negative response fromLuke Leighton1-1/+1
1998-12-14added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.Luke Leighton1-1/+1
1998-12-07- lib/unix_sec_ctxt.cLuke Leighton1-48/+85
1998-11-30- adding builtin[alias]db.Luke Leighton1-4/+3
1998-11-25LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1-12/+12
1998-11-23unix instance of group database APILuke Leighton1-15/+19
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-134/+137
1998-11-10rpcclient registry commands.Luke Leighton1-1/+1
1998-10-23set netlogon negotiation flags to 0x1ff, not to what the client requests.Luke Leighton1-9/+10
1998-10-22bug fix in lsa_trans_names.Luke Leighton1-1/+3
1998-10-21domain aliases added a bit better: does local aliases if you queryLuke Leighton1-4/+4
1998-10-15bug-fixing against:Luke Leighton1-0/+42
1998-09-30lsa_lookup_sids command added. severe debugging needed on lookup_sidsLuke Leighton1-60/+85
1998-09-29Got very strict about the differences and uses ofJeremy Allison1-30/+40
1998-08-26use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() forAndrew Tridgell1-1/+1
1998-08-24Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1-4/+4
1998-08-22added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1-0/+8
1998-08-21use ZERO_STRUCT() to initialise lots of structures.Andrew Tridgell1-1/+30
1998-06-10De-coupled the mapping of a Windows to UNIX username from the Get_PwnamJeremy Allison1-1/+12
1998-05-24more warnings, from Tim WindersLuke Leighton1-1/+1
1998-05-18- renamed some of the passdb.c functions: they have a prefix pdb_ on themLuke Leighton1-1/+1
1998-05-14Fixed dce/rpc to use global_machine_sid (auto generated in server.c ifJeremy Allison1-10/+4
1998-05-14chgpasswd.c: Added comments to #ifdefsJeremy Allison1-32/+43