summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/rpcclient.c
Commit message (Expand)AuthorAgeFilesLines
...
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-18/+20
* Fix bug in usage().Tim Potter2001-08-271-3/+7
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-6/+6
* - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-101-9/+7
* Return an exit code when connect failed.Tim Potter2001-07-271-1/+1
* Started adding some help/usage info for rpcclient commands.Tim Potter2001-07-201-16/+62
* fixed anonymous login in rpcclientAndrew Tridgell2001-07-081-4/+7
* improved the command line parsing of rpcclientAndrew Tridgell2001-07-081-16/+17
* missed a couple of strchr callsAndrew Tridgell2001-07-041-1/+1
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-3/+3
* The big character set handling changeover!Andrew Tridgell2001-07-041-2/+0
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-4/+4
* Added stub dfs client commands to rpcclient.Tim Potter2001-06-061-0/+2
* merge from 2.2Gerald Carter2001-05-311-12/+28
* merge from 2.2Gerald Carter2001-05-311-0/+6
* Removed some level 0 debugs accidentally left in - oops.Tim Potter2001-05-241-3/+0
* Replaced next_command() with call to next_token().Tim Potter2001-05-241-21/+5
* Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter2001-05-241-16/+30
* More usability fixes.Tim Potter2001-05-041-1/+3
* Allow ctrl-d to exit rpcclient.Tim Potter2001-05-041-4/+7
* rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-281-14/+80
* Added Gerald's fixes.Jeremy Allison2001-03-231-2/+0
* More unused variables.Jeremy Allison2001-03-231-13/+3
* fixed rpcclient readline codeAndrew Tridgell2001-03-191-16/+3
* addprinter and adddriver are working now :-)Gerald Carter2001-03-151-32/+139
* more updates. several spoolss commands added as placeholdersGerald Carter2001-03-151-6/+23
* set of changes in the beginning of bringing rpcclient changesGerald Carter2001-03-141-72/+152
* move charset_initialize() up in the food chain so that lp_load_servicesGerald Carter2001-03-131-1/+2
* rpcclient functions for remaining samr and lsa functions. All functionsTim Potter2001-01-151-0/+64
* Memory leak fixes and uninitialised variables spotted by insure.Tim Potter2001-01-121-16/+18
* Start of a rewrite of rpcclient based on the libsmb rpc client routines.Tim Potter2001-01-111-19/+340
* Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter2000-12-081-1/+1
* More rpcclient merge issues:Gerald Carter2000-07-071-1/+1
* first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter2000-07-031-745/+16
* just enough to get rpcclient to compile. Look for #if 0Gerald Carter2000-06-231-0/+2
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-111-1/+1
* indent update to make t easier to see setuid mods in TNG. someLuke Leighton2000-03-211-0/+2
* After 3AM, it's getting hard for Luke :-)Jean-François Micouleau2000-02-041-5/+4
* 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-041-0/+4
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-4/+5
* got rid of mem_manAndrew Tridgell2000-01-031-8/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1495/+337
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-11/+11
* starting "connection reuse" system in smb-agent. added version numberLuke Leighton1999-12-031-1/+10
* i always get caught out with non-gnu-readline code mods :-)Luke Leighton1999-12-031-1/+1
* cool! a unix socket smb redirector. code based on smbfilter andLuke Leighton1999-12-031-1/+1
* promptline undefined (pline)Luke Leighton1999-12-031-1/+1
* oops, pwdb_initialise() called unnecessarily from here (failure to readLuke Leighton1999-12-021-2/+0
* default SID map now reads in "trusted domains" from smb.conf.Luke Leighton1999-12-021-0/+2
* improved enumdomains added -i option.Luke Leighton1999-12-021-1/+2