summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
2000-08-18changing some debug message levelsGerald Carter1-12/+12
2000-08-14minor formatting fixes.Gerald Carter1-9/+9
2000-08-12FIxed some unmarshalling problems with relstr and unistr arraysGerald Carter2-198/+158
2000-08-10code formatting cleanupGerald Carter1-6/+0
2000-08-10Needed to add the SHARED attribute bit when creating a printerGerald Carter1-3/+6
2000-08-09More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter2-10/+12
2000-08-08All changes related to rpcclient...Gerald Carter2-1/+53
2000-08-04spoolss_addprinterex() was adding the printer and returning theGerald Carter1-23/+25
2000-08-04clunky support for calling AddPrinterEx(). The code currently reportsGerald Carter1-11/+57
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison1-7/+7
2000-07-31More work on rpcclient...Gerald Carter2-87/+250
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison7-95/+95
2000-07-26Found out that we are crashing spoolss in enumprinterdata.Jean-François Micouleau2-11/+22
2000-07-26Fixed memory leak in modify_trust_password()Tim Potter1-0/+4
2000-07-25some initial code for AddPrinterEx() project. Most is ifdef'd outGerald Carter1-2/+30
2000-07-21* Added EnumPorts()Gerald Carter2-3/+137
2000-07-20Fixed unitilized secdesc pointer which was causing spoolgetprinterGerald Carter1-0/+5
2000-07-18Fixed some more client SPOOLSS functions. The followingGerald Carter3-76/+80
2000-07-17Reverted changes from rpcclient merge - contains memory leak!Tim Potter1-2/+9
2000-07-15Lots of changes but no real progress in functionality.Gerald Carter3-146/+92
2000-07-14More functions merged from TNG for rpcclient. They don't all workGerald Carter4-310/+410
2000-07-14cleaned up access to prs_struct variables. Replaced all callsGerald Carter1-10/+553
2000-07-14removed references to loopback RPC connections.Gerald Carter1-45/+80
2000-07-10spoolenum commend (when compiled with the new prs_unistr())Gerald Carter1-7/+9
2000-07-10Fix for passing NULL pointer as an array parameter inTim Potter1-2/+2
2000-07-07More rpcclient merge issues:Gerald Carter7-2/+972
2000-07-03first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter4-0/+938
2000-06-03moved secrets fns into secrets.cAndrew Tridgell1-2/+2
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 Chapman2-1/+31
2000-05-18Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele1-2/+3
2000-05-17Cutover from 2.2.x - missed in merge.Jeremy Allison1-4/+2
2000-05-09the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell1-0/+3
2000-05-08added secrets.tdb and changed storage of trust account password to useAndrew Tridgell1-2/+2
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell3-3/+0
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison8-204/+0
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton8-0/+204
2000-02-01system_name not server_nameTim Potter1-1/+1
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-1/+0
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-1/+1
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell10-4126/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell9-5232/+2753
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton2-2/+2
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton2-5/+3
1999-12-09OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1-1/+1
1999-12-08jerry spotted that get_domain_sids() was being called with the wrongLuke Leighton1-2/+1
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton3-19/+22
1999-12-05first version of msrpc agent redirector code. client-side only.Luke Leighton1-1/+1
1999-12-04jeremy is going to hate me for this.Luke Leighton1-0/+1
1999-12-03argh! smb-agent redirection client reusage is a nightmare!Luke Leighton1-3/+10