summaryrefslogtreecommitdiffstats
path: root/source/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* added getdriver and enumdrivers commands. Also fixedGerald Carter2001-03-151-1/+1
* Removed JRATEST line.Jeremy Allison2001-03-111-4/+0
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-3/+25
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-0910-135/+159
* Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison2001-03-073-20/+14
* Ooops - forgot to check the rpcclient and smbcacls compile with the newJeremy Allison2001-02-281-2/+2
* Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2001-02-282-9/+2
* rpc_client/cli_netlogon.c: Fixed incorrect printf.Jeremy Allison2001-02-251-1/+2
* This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy...Jeremy Allison2001-02-241-58/+112
* pipe opening now works with unicodeAndrew Tridgell2001-02-201-2/+2
* configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss...Jeremy Allison2001-02-161-2/+12
* Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter2001-02-142-17/+21
* Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison2000-12-191-1/+2
* Added lock backouts on fail.Jeremy Allison2000-12-151-2/+0
* 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
* fixed a typoAndrew Tridgell2000-12-041-1/+1
* pass the desired access into cli_nt_create()Andrew Tridgell2000-12-041-1/+1
* no longer pass the type to make_sec_desc(), instead the type isAndrew Tridgell2000-12-041-1/+1
* added samr_set_user_info and info_2.Jean-François Micouleau2000-10-071-6/+6
* Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-064-6/+6
* printer notify code.Jean-François Micouleau2000-09-251-0/+295
* spoolgetprinterdriver now returns "Windows NT x86" and "Windows 4.0"Gerald Carter2000-09-122-2/+2
* Removed compiler warning.Tim Potter2000-08-311-5/+5
* changing some debug message levelsGerald Carter2000-08-181-12/+12
* minor formatting fixes.Gerald Carter2000-08-141-9/+9
* FIxed some unmarshalling problems with relstr and unistr arraysGerald Carter2000-08-122-198/+158
* code formatting cleanupGerald Carter2000-08-101-6/+0
* Needed to add the SHARED attribute bit when creating a printerGerald Carter2000-08-101-3/+6
* More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter2000-08-092-10/+12
* All changes related to rpcclient...Gerald Carter2000-08-082-1/+53
* spoolss_addprinterex() was adding the printer and returning theGerald Carter2000-08-041-23/+25
* clunky support for calling AddPrinterEx(). The code currently reportsGerald Carter2000-08-041-11/+57
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-7/+7
* More work on rpcclient...Gerald Carter2000-07-312-87/+250
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-277-95/+95
* Found out that we are crashing spoolss in enumprinterdata.Jean-François Micouleau2000-07-262-11/+22
* Fixed memory leak in modify_trust_password()Tim Potter2000-07-261-0/+4
* some initial code for AddPrinterEx() project. Most is ifdef'd outGerald Carter2000-07-251-2/+30
* * Added EnumPorts()Gerald Carter2000-07-212-3/+137
* Fixed unitilized secdesc pointer which was causing spoolgetprinterGerald Carter2000-07-201-0/+5
* Fixed some more client SPOOLSS functions. The followingGerald Carter2000-07-183-76/+80
* Reverted changes from rpcclient merge - contains memory leak!Tim Potter2000-07-171-2/+9
* Lots of changes but no real progress in functionality.Gerald Carter2000-07-153-146/+92
* More functions merged from TNG for rpcclient. They don't all workGerald Carter2000-07-144-310/+410
* cleaned up access to prs_struct variables. Replaced all callsGerald Carter2000-07-141-10/+553