summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
2003-03-18Merge of waider's rpcclient return type patch.Tim Potter10-203/+223
2003-03-18Merge of enumdomusers rpcclient command.Tim Potter1-0/+75
2003-03-11Patch from Ronan Waide:Martin Pool1-1/+1
2003-02-25Merge: const fixes.Tim Potter1-110/+87
2003-02-25Merge: const fixes.Tim Potter9-88/+97
2003-02-20Remove obsolete filesJelmer Vernooij2-1699/+0
2003-02-19Merge typo fix.Tim Potter1-1/+1
2003-02-19Merge NTSTATUS vs WERROR return for cli_srvsvc_net_srv_get_info()Tim Potter1-4/+3
2003-02-18Check return code of string_to_sid. (Merge from HEAD)Martin Pool1-2/+5
2003-02-12merge desired_access for open_printer_ex from HEAD, allowing cupsaddsmb toAndrew Bartlett1-1/+1
2003-01-29Merge tpot's changes to request the correct sizes for user dispinfoJeremy Allison1-6/+22
2003-01-29Remove NULL buffer checks before rpcstr_pull() as they're now doneJeremy Allison1-63/+38
2003-01-29Merge tridge's client priv code from HEAD.Jeremy Allison1-11/+56
2003-01-28Merging tridge's privillage client changes from HEAD.Jeremy Allison1-0/+74
2003-01-15*lots of small merges form HEADGerald Carter1-1/+1
2003-01-15merging some rpcclient and net functionality from HEADGerald Carter2-1/+49
2003-01-15[merge]Gerald Carter1-3/+2
2003-01-14Merge from HEAD:Andrew Bartlett2-34/+32
2003-01-04Merge from HEAD - idra's fix for the fact that the shutdown command takes two 1Andrew Bartlett1-19/+16
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett3-10/+10
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-1/+1
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2-3/+3
2002-12-20Merge from HEAD:Tim Potter1-2/+0
2002-12-08fix rpcclient querygroup command (from 2.2 and head)Simo Sorce1-2/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-6/+6
2002-11-11Add getdata and getdataex commandsJim McDonough1-38/+187
2002-11-09deldriver fixGerald Carter1-6/+11
2002-11-08Add enumdataex commandJim McDonough1-0/+80
2002-11-08Implement enumdata commandJim McDonough1-2/+85
2002-11-08Add enumkey command (EnumPrinterKey api)Jim McDonough1-0/+76
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-1/+1
2002-11-06Merge of get_dc_list() api change from HEAD.Tim Potter1-5/+4
2002-10-28Sync with head...Jelmer Vernooij1-12/+7
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-1/+1
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter2-8/+2
2002-10-04This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+59
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter3-8/+61
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter11-91/+99
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter11-91/+99
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter5-102/+83
2002-09-05The new popt_common_debug code obviates the need to muck around withTim Potter1-10/+2
2002-09-04remove inet_aton()Gerald Carter1-1/+1
2002-09-03Fix setprinterdata rpcclient command to use new cli_spoolss_setprinterdataTim Potter1-6/+12
2002-09-03Change JOB_INFO_CTR to return a pointer to an array rather than array of poin...Tim Potter1-2/+2
2002-08-30allow rpcclient's samlogon command to use cli_net_3().Jean-François Micouleau1-3/+11
2002-08-30added cli_net_auth_3 client code.Jean-François Micouleau2-8/+10
2002-08-29Forgot to remove old usage() functionJelmer Vernooij1-27/+5
2002-08-29Use popt for printing --help messageJelmer Vernooij1-11/+9
2002-08-27slprintf() takes a size argumentAndrew Tridgell1-1/+1
2002-08-27Don't try to convert enumprinters name to a unc name.Tim Potter1-2/+6