summaryrefslogtreecommitdiffstats
path: root/source/rpc_client/cli_lsarpc.c
Commit message (Expand)AuthorAgeFilesLines
* Add lsa 0x2e (queryinfo2) client sideJim McDonough2002-08-121-0/+86
* This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-051-2/+3
* Moved rpc client routines from libsmb back to rpc_client where they belong.Tim Potter2002-08-021-0/+1169
* I *love* removing code :-). Removed 4 files that weren't being used.Jeremy Allison2001-11-161-693/+0
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-22/+23
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-6/+2
* fixed some uninitialised variablesAndrew Tridgell2001-05-011-5/+5
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-14/+14
* Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison2001-03-071-8/+6
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-1/+1
* Wrong length for unistr2 in init_q_lookup_names()Tim Potter2000-12-131-3/+3
* Fixed some accidentally reversed patches.Tim Potter2000-12-121-115/+411
* Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...Jeremy Allison2000-12-121-411/+115
* Removed a dead function.Tim Potter2000-12-081-108/+0
* Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter2000-12-081-7/+411
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-8/+8
* rpc_client/cli_lsarpc.c: Removed unused variable.Jeremy Allison2000-06-031-1/+1
* Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman2000-05-291-0/+23
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-25/+0
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-221-0/+25
* system_name not server_nameTim Potter2000-02-011-1/+1
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-847/+211
* jerry spotted that get_domain_sids() was being called with the wrongLuke Leighton1999-12-081-2/+1
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-4/+4
* cleaning up: removing those horrible references to server listLuke Leighton1999-12-021-10/+8
* first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1999-11-291-1/+1
* further abstraction involving client states. main client-side codeLuke Leighton1999-11-271-19/+15
* previous commit added an abstraction function that didn't even haveLuke Leighton1999-11-251-67/+18
* ok. *whew*. this is the first completed part of the restructure.Luke Leighton1999-11-241-6/+13
* first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1999-11-241-44/+111
* shuffling msrpc code around so that it can be used independently of rpcclientLuke Leighton1999-11-231-2/+4
* doing a code reshuffle. want to add code to establish trust relationships.Luke Leighton1999-11-201-0/+179
* dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1999-11-021-2/+2
* added lsaenumdomains command.Luke Leighton1999-11-011-0/+143
* NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1999-10-301-1/+1
* restructuring samr client code.Luke Leighton1999-10-281-1/+1
* - typecast malloc / Realloc issues.Luke Leighton1999-10-251-3/+3
* turning some of the rpcclient functions dynamic. this is likely toLuke Leighton1999-10-211-1/+1
* error-code checking in lsa_lookup_sids. anonymous connections forLuke Leighton1999-10-011-1/+1
* memory problems associated with when lsalookupsids returnsLuke Leighton1999-09-281-3/+20
* - initialising mach_passwd_file locks to zero (prev. uninit.)Luke Leighton1999-09-121-3/+3
* Fixed LSA Lookup Names. There were a few too many NULL pointers in aMatthew Chapman1999-03-241-2/+2
* valid_pol in lsa_query_secret() needed to be initialised to False.Luke Leighton1999-03-191-1/+1
* querysecret now shows the real, fairdinkum, decrypted secret :-)Matthew Chapman1999-03-191-4/+4
* Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman1999-03-181-0/+115
* Always null-terminate strings.Matthew Chapman1999-02-151-4/+4
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-4/+4
* removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1999-02-091-6/+2