summaryrefslogtreecommitdiffstats
path: root/source/lsarpcd
Commit message (Expand)AuthorAgeFilesLines
* this commit is NOT as large as it looks. sed is a wonderful thing.Luke Leighton2000-01-201-5/+5
* higher order function table to set up msrpc services.Luke Leighton2000-01-161-6/+19
* if we get an unsupported info level, error out gracefullyMatthew Chapman2000-01-131-1/+1
* the hacked up LsaOpenSecret stub was segfaulting. rather than wasteMatthew Chapman2000-01-121-17/+10
* created means to add dce/rpc server auth parsers to individual pipes.Luke Leighton2000-01-081-0/+7
* elrond spotted that S-0-0 was being referred to in lsalookupsids S-0-0-1400Luke Leighton2000-01-061-7/+0
* removed dependency of smbd on the smb password database api.Luke Leighton2000-01-031-4/+0
* - split ipc.c into lanman.c and ipc.cLuke Leighton2000-01-021-2/+2
* got fed up of tryting to look for a stupid memory corruption, soLuke Leighton1999-12-311-1/+1
* i don't get it. there's some memory corruption somewhere. i turnedLuke Leighton1999-12-222-3/+4
* oh that's annoying. having only allowed root to access the loop-backLuke Leighton1999-12-211-1/+5
* bugs in lsarpcd - memory corruption.Luke Leighton1999-12-161-1/+2
* well, this is the code i didn't want to have to write, right now, butLuke Leighton1999-12-151-222/+2
* oops, lookupsids was a cut/paste job from lookupnames (it coredumped :)Luke Leighton1999-12-141-2/+0
* first pass at making lsarpcd not need the password database API code.Luke Leighton1999-12-142-50/+282
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-122-1087/+34
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-123-24/+57
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-10/+107
* the first independent msrpc daemon - lsarpcd.Luke Leighton1999-12-062-0/+1054
* rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-241-5/+5
* nt5rc2 falling over because the LsaQueryInfoPolicy() response _must_Luke Leighton1999-11-191-1/+2
* added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1999-11-181-14/+38
* allan hourihane sent log 100 in which showed that some really old codeLuke Leighton1999-09-091-15/+4
* commented location where lookup_sids(), a direct call to the passwordLuke Leighton1999-07-261-0/+3
* last part of RPC api change.Jean-François Micouleau1999-05-031-8/+8
* removed 2 unnecessary args from make_uni_hdr.Luke Leighton1999-03-241-1/+1
* Fixed LSA Lookup Names. There were a few too many NULL pointers in aMatthew Chapman1999-03-241-13/+30
* Always null-terminate strings.Matthew Chapman1999-02-151-2/+2
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-2/+2
* fix for potential lsass.exe crashing due to negative response fromLuke Leighton1998-12-201-1/+1
* added sid_name_use array argument to lsa_lookup_names and lsa_lookup_sids.Luke Leighton1998-12-141-1/+1
* - lib/unix_sec_ctxt.cLuke Leighton1998-12-071-48/+85
* - adding builtin[alias]db.Luke Leighton1998-11-301-4/+3
* LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1998-11-251-12/+12
* unix instance of group database APILuke Leighton1998-11-231-15/+19
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-134/+137
* rpcclient registry commands.Luke Leighton1998-11-101-1/+1
* set netlogon negotiation flags to 0x1ff, not to what the client requests.Luke Leighton1998-10-231-9/+10
* bug fix in lsa_trans_names.Luke Leighton1998-10-221-1/+3
* domain aliases added a bit better: does local aliases if you queryLuke Leighton1998-10-211-4/+4
* bug-fixing against:Luke Leighton1998-10-151-0/+42
* lsa_lookup_sids command added. severe debugging needed on lookup_sidsLuke Leighton1998-09-301-60/+85
* Got very strict about the differences and uses ofJeremy Allison1998-09-291-30/+40
* use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() forAndrew Tridgell1998-08-261-1/+1
* Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1998-08-241-4/+4
* added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1998-08-221-0/+8
* use ZERO_STRUCT() to initialise lots of structures.Andrew Tridgell1998-08-211-1/+30
* De-coupled the mapping of a Windows to UNIX username from the Get_PwnamJeremy Allison1998-06-101-1/+12
* more warnings, from Tim WindersLuke Leighton1998-05-241-1/+1
* - renamed some of the passdb.c functions: they have a prefix pdb_ on themLuke Leighton1998-05-181-1/+1