summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/cli_lsarpc.c
Commit message (Expand)AuthorAgeFilesLines
* The cli_lsa_lookup_{names,sids} functions were returning uselessTim Potter2002-04-141-20/+21
* If compiling with Insure, mallocate a byte of memory and attach it to theTim Potter2002-04-041-1/+15
* oopsTim Potter2002-04-041-1/+1
* Fixed memory leak in cli_lsa_enum_trust_dom(). Use talloc_strdup() insteadTim Potter2002-04-041-1/+1
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-2/+2
* This fixes a bug (spotted by Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>)Andrew Bartlett2002-02-201-4/+9
* merge from 2.2Gerald Carter2002-02-131-2/+2
* Removed version number from file header.Tim Potter2002-01-301-1/+1
* Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett2002-01-261-2/+2
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-10/+18
* Minor doc cleanups.Tim Potter2002-01-061-2/+2
* there is no unknown field in LSA_SEC_QOSJean-François Micouleau2001-12-171-2/+2
* Doing some research into ACLs on the LSA and SAM policy objects.Tim Potter2001-12-111-0/+52
* Added fetch_domain_sid. Not used in current code, but a nice exampleJeremy Allison2001-12-051-0/+96
* const religionAndrew Tridgell2001-12-031-1/+1
* added lsaenumprivsaccount and lsalookupprivvalue to rpcclientJean-François Micouleau2001-11-241-0/+174
* Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau2001-11-231-0/+2
* Finally worked out why a enumerate trusted domains was returning aTim Potter2001-11-231-9/+12
* added lsa_enum_sids to rpcclientJean-François Micouleau2001-11-221-0/+69
* Removed unused variable.Tim Potter2001-11-221-1/+0
* Oops - opening wrong pipe name in cli_lsa_initialise() helper function.Tim Potter2001-11-221-1/+1
* add another command to rpcclient: getdispname. Show the full descriptionJean-François Micouleau2001-11-221-0/+53
* add a command to rpcclient: enumprivsJean-François Micouleau2001-11-221-0/+82
* Got positive and negative name caching working correctly with lookupname/look...Jeremy Allison2001-11-221-22/+24
* Doxygen demo for Tim.Martin Pool2001-11-151-9/+24
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-10/+11
* Convert to NTSTATUS.Tim Potter2001-08-271-26/+26
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-10/+10
* Added cli_lsa_open_policy2()Tim Potter2001-08-211-0/+58
* Factored out common rpc pipe initialisation and shutdown code.Tim Potter2001-08-081-50/+1
* In cli_lsa_lookup_sids() don't append a separator character between domainTim Potter2001-07-201-1/+2
* Changed the cli_lsa_lookup_sids() function to unpack the domain and user orTim Potter2001-07-201-3/+7
* The big character set handling changeover!Andrew Tridgell2001-07-041-5/+2
* Cleanup of cli_lsa_enum_trust_dom(). talloc() doesn't like attempts toTim Potter2001-06-221-20/+34
* Memory leak fixes plus general cleanup.Tim Potter2001-05-111-1/+4
* Some reformatting (sorry Gerald).Tim Potter2001-05-071-50/+18
* rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-281-35/+69
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-12/+12
* Fixed authenticated pipe access.Tim Potter2001-01-101-25/+102
* Added query info policy call.Tim Potter2000-12-181-0/+86
* Streamlined exit path.Tim Potter2000-12-181-24/+27
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-1/+27
* Lightweight rpc client library. Uses only routines in libsmb andTim Potter2000-12-131-0/+370