summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_lsarpc.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-22Merge from 3_0:Volker Lendecke1-0/+1
2003-10-06split some security related functions in their own files.Simo Sorce1-3/+3
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce1-3/+0
2003-07-17fix the build. Ifdef out some codeGerald Carter1-0/+3
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-54/+2
2003-02-25More const fixes and flow on fixes from yesterday's const-fest.Tim Potter1-2/+3
2003-02-12initial server side privileges implementation, using a tdb. This needs to be ...Andrew Tridgell1-1/+1
2003-02-10added the 'lsaenumacctwithright' command to rpcclient. This allows youAndrew Tridgell1-0/+52
2003-02-01One more signed/unsigned fixAndrew Bartlett1-1/+1
2003-01-28added LsaRemoveAccountRightsAndrew Tridgell1-0/+42
2003-01-28cleaned up the lsa_enum_acct_rights function and added aAndrew Tridgell1-0/+43
2003-01-15added cli_lsa_enum_account_rights() call. Note that this is inAndrew Tridgell1-0/+57
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-1/+1
2002-08-12Add lsa 0x2e (queryinfo2) client sideJim McDonough1-0/+86
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-2/+3
2002-08-02Moved rpc client routines from libsmb back to rpc_client where they belong.Tim Potter1-0/+1169
2001-11-16I *love* removing code :-). Removed 4 files that weren't being used.Jeremy Allison1-693/+0
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-22/+23
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-6/+2
2001-05-01fixed some uninitialised variablesAndrew Tridgell1-5/+5
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-14/+14
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison1-8/+6
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-1/+1
2000-12-13Wrong length for unistr2 in init_q_lookup_names()Tim Potter1-3/+3
2000-12-12Fixed some accidentally reversed patches.Tim Potter1-115/+411
2000-12-12Merged in Tim's changes : Removed static limit of MAX_LOOKUP_SIDS in rpc serv...Jeremy Allison1-411/+115
2000-12-08Removed a dead function.Tim Potter1-108/+0
2000-12-08Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter1-7/+411
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-8/+8
2000-06-03rpc_client/cli_lsarpc.c: Removed unused variable.Jeremy Allison1-1/+1
2000-05-29Fixed LsaQueryInformationPolicy level 3 to return primary domain info.Matthew Chapman1-0/+23
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-25/+0
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton1-0/+25
2000-02-01system_name not server_nameTim Potter1-1/+1
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-847/+211
1999-12-08jerry spotted that get_domain_sids() was being called with the wrongLuke Leighton1-2/+1
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton1-4/+4
1999-12-02cleaning up: removing those horrible references to server listLuke Leighton1-10/+8
1999-11-29first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1-1/+1
1999-11-27further abstraction involving client states. main client-side codeLuke Leighton1-19/+15
1999-11-25previous commit added an abstraction function that didn't even haveLuke Leighton1-67/+18
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton1-6/+13
1999-11-24first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1-44/+111
1999-11-23shuffling msrpc code around so that it can be used independently of rpcclientLuke Leighton1-2/+4
1999-11-20doing a code reshuffle. want to add code to establish trust relationships.Luke Leighton1-0/+179
1999-11-02dynamic mem allocation in enum dom groups and enum dom aliasesLuke Leighton1-2/+2
1999-11-01added lsaenumdomains command.Luke Leighton1-0/+143
1999-10-30NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1-1/+1