summaryrefslogtreecommitdiffstats
path: root/source/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* SAMR lookupdomain rpc client patches from amber palekar <amber@nu3.net>Tim Potter2003-04-041-0/+46
* NTLM Authentication:Andrew Bartlett2003-03-231-1/+12
* Ignore .po and .po32 files.Martin Pool2003-03-181-0/+3
* More const fixes and flow on fixes from yesterday's const-fest.Tim Potter2003-02-255-19/+24
* Merge:Tim Potter2003-02-241-7/+5
* Exit path cleanup for cli_samr_enum_dom_users()Tim Potter2003-02-211-34/+18
* Return a WERROR instead of a NTSTATUS like the rest of the srvsvcTim Potter2003-02-171-11/+7
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-10/+10
* initial server side privileges implementation, using a tdb. This needs to be ...Andrew Tridgell2003-02-121-1/+1
* added the 'lsaenumacctwithright' command to rpcclient. This allows youAndrew Tridgell2003-02-101-0/+52
* One more signed/unsigned fixAndrew Bartlett2003-02-011-1/+1
* Pass down max_size parameter to cli_samr_query_dispinfo() instead ofTim Potter2003-01-291-2/+35
* added LsaRemoveAccountRightsAndrew Tridgell2003-01-281-0/+42
* cleaned up the lsa_enum_acct_rights function and added aAndrew Tridgell2003-01-281-0/+43
* reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell2003-01-171-8/+8
* This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell2003-01-171-8/+8
* Let's clean up client side ntlmssp!Tim Potter2003-01-171-10/+0
* added cli_lsa_enum_account_rights() call. Note that this is inAndrew Tridgell2003-01-151-0/+57
* Added comment about a SMB_ASSERT()Tim Potter2003-01-141-0/+3
* Make sure that those cleanups actually went in.Richard Sharpe2003-01-131-2/+2
* [merge] make sure to updatre print queue cache during timeout_processing() to...Gerald Carter2003-01-111-0/+2
* BIG patch...Andrew Bartlett2003-01-022-9/+9
* the shutdown call does not have a 16 bit flags, but 2 byte representing booleansSimo Sorce2002-12-301-2/+3
* make querygroup in rpcclient working, same fix as per 2.2 treeSimo Sorce2002-12-081-3/+3
* fix cli_ds_getprimarydominfo(); merge from SAMBA_3_0Gerald Carter2002-11-271-1/+1
* Merge from appliance:Tim Potter2002-11-191-6/+16
* A cool idea from mbp: create a big shared library of all Samba objectsTim Potter2002-11-151-4/+3
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-122-24/+17
* What is wrong with you, Jim? Check in the final version, not an interim one...Jim McDonough2002-11-071-139/+17
* Allow multiple fragment RPC's to be sent.Jim McDonough2002-11-071-18/+175
* Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-071-2/+2
* Client side functions for enumprinterkey.Tim Potter2002-11-061-0/+100
* Display pipe name in rpc bind failure debug.Tim Potter2002-11-021-1/+2
* Tidyup of some DCERPC pipe connection debugs. The new LSA_DS stuffTim Potter2002-11-011-4/+3
* Fix a silly memset typo.Tim Potter2002-10-211-2/+2
* Zero tallocated memory in decode_printer_info, decode_driver_info,Tim Potter2002-10-211-0/+10
* Do a SMB_ASSERT() in cli_nt_session_open() when the pipe index is outTim Potter2002-10-171-2/+3
* merge from APP_HEADGerald Carter2002-10-081-0/+16
* merge native_mode flag in winbindd_domain struct from app-headGerald Carter2002-10-041-31/+11
* merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter2002-10-042-1/+64
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-042-30/+79
* change notify merge from APP_HEADGerald Carter2002-09-101-0/+3
* Return WERR_UNKNOWN_LEVEL for unknown info levels.Tim Potter2002-09-091-3/+12
* Return WERR_UNKNOWN_LEVEL for getprinterdriver level 6 as we don'tTim Potter2002-09-091-0/+3
* cli_spoolss_enumprinterdrivers:Tim Potter2002-09-061-0/+4
* Conver cli_spoolss routines to use REGISTRY_VALUE and REGVAL_CTR code. Nice ...Tim Potter2002-09-031-67/+34
* Change JOB_INFO_CTR to return a pointer to an array rather than array of poin...Tim Potter2002-09-031-4/+47
* Return data from enumprinterdataex by deep copying on passed in tdb context.Tim Potter2002-09-031-1/+17
* Implemented some more client side spoolss functions:Tim Potter2002-09-021-1/+162
* added cli_net_auth_3 client code.Jean-François Micouleau2002-08-301-13/+96