summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
2001-03-15added getdriver and enumdrivers commands. Also fixedGerald Carter1-1/+1
2001-03-11Removed JRATEST line.Jeremy Allison1-4/+0
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-3/+25
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison10-135/+159
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison3-20/+14
2001-02-28Ooops - forgot to check the rpcclient and smbcacls compile with the newJeremy Allison1-2/+2
2001-02-28Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2-9/+2
2001-02-25rpc_client/cli_netlogon.c: Fixed incorrect printf.Jeremy Allison1-1/+2
2001-02-24This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy...Jeremy Allison1-58/+112
2001-02-20pipe opening now works with unicodeAndrew Tridgell1-2/+2
2001-02-16configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss...Jeremy Allison1-2/+12
2001-02-14Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter2-17/+21
2000-12-19Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison1-1/+2
2000-12-15Added lock backouts on fail.Jeremy Allison1-2/+0
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-12-04fixed a typoAndrew Tridgell1-1/+1
2000-12-04pass the desired access into cli_nt_create()Andrew Tridgell1-1/+1
2000-12-04no longer pass the type to make_sec_desc(), instead the type isAndrew Tridgell1-1/+1
2000-10-07added samr_set_user_info and info_2.Jean-François Micouleau1-6/+6
2000-10-06Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison4-6/+6
2000-09-25printer notify code.Jean-François Micouleau1-0/+295
2000-09-12spoolgetprinterdriver now returns "Windows NT x86" and "Windows 4.0"Gerald Carter2-2/+2
2000-08-31Removed compiler warning.Tim Potter1-5/+5
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