summaryrefslogtreecommitdiffstats
path: root/source/rpc_client/cli_brs.c
Commit message (Collapse)AuthorAgeFilesLines
* Removal of #ifdef SYSLOG cruft and whitespace cleanup.Tim Potter2000-03-301-7/+0
|
* yes, it's a biggie. another semi-automated job, sed script by sander striker.Luke Leighton2000-02-111-4/+2
| | | | | | | | | | | | | | | | | | | | | | | i had to use :map = /_io_^[bX$xA &&^[^M6ddcf( ^[ in vi to modify what you did, sander, to change this: if (!xxx_io_xxx(....)) { return False; } /* ..... */ if (rpc_con_pipe_req(...)) { .... into this: if (xxx_io_xxx(....) && rpc_con_pipe_req(...)) { .... because the return False; would have resulted in memory leaks.
* from elrond. this patch is NOT as large as it looks.Luke Leighton2000-01-311-0/+1
| | | | | | | | | we're trying to subdivide the code down into independent libraries, and that includes first the prototypes (starting with rpc_parse_proto.h) and then moving on to the structures. the idea is to be able to do --enable-maintainer-mode and not damn well have EVERYTHING recompile if a make proto is done!
* attempting to clean up prs_() usage to track down an unknown memoryLuke Leighton2000-01-171-2/+2
| | | | corruption. AGH i hate these. the last one took 3 weeks to find.
* got fed up of tryting to look for a stupid memory corruption, soLuke Leighton1999-12-311-4/+4
| | | | | got rid of mem_buf. i think it resulted in tracking down a couple of errors, one of which i didn't realise was there but is unrelated!
* moved browser command brsinfo over to new abstracted connectionLuke Leighton1999-11-271-5/+13
|
* added \PIPE\browser plus experimental brsinfo command. you wouldn'tLuke Leighton1999-11-191-0/+89
believe the XXXX that MIGHT be involved in getting nt5rc2 to join a samba domain...