summaryrefslogtreecommitdiffstats
path: root/rasmgr
Commit message (Collapse)AuthorAgeFilesLines
* nonrecbuild: Make "autoreconf" and "configure" runHans Ulrich Niedermann2011-03-071-8/+4
| | | | | We still need to adapt the actual make rules and vars so that an actual build might work.
* nonrec-build: Rename Makefile.am to Makefile-filesHans Ulrich Niedermann2011-03-071-0/+0
| | | | | | | | We will keep only three Makefile.am: * $(top_srcdir) * manuals_and_examples/ (needs code to be generated first) * systemtest/ (needs everything to be built)
* build: Use libtool for building all librariesHans Ulrich Niedermann2011-03-071-1/+1
|
* gitignore: Ignore and remove generated Makefile.in filesHans Ulrich Niedermann2011-03-071-695/+0
|
* gitrepo: Remove binary executable filesHans Ulrich Niedermann2011-03-071-0/+0
| | | | | The test_miterd and test_hostcmp binaries can be rebuilt if necessary, so we can remove them from the source tree.
* avoid buffer oflo in rasserver invocation, use ARG_MAX consistently (also in ↵Peter Baumann2010-12-192-9/+6
| | | | place of self-defined MAX_CMD_LEN)
* consequential change of removing time/Peter Baumann2010-12-101-57/+159
|
* rasmgr_auth -> rasmgr.authPeter Baumann2010-11-031-1/+3
|
* cured possible file name oflo in rasmgr auth filePeter Baumann2010-10-311-6/+11
|
* PB: improved benchmark outputPeter Baumann2010-07-304-60/+8
|
* PB: removed old scratch filePeter Baumann2010-07-301-1007/+0
|
* PB: removed dead codePeter Baumann2010-07-301-40/+1
|
* solving compilation error introduced by patch: ↵Constantin2010-06-141-0/+3
| | | | 4530d1219de64bf2651f069fbb47f6fe513c20e7
* Module for rasmgrshaan2010-06-0811-5/+98
|
* PB: cleanup in auth file name creationPeter Baumann2010-06-081-6/+0
|
* PB: removed #ifdef NO_OFFICIAL_RELEASEPeter Baumann2010-06-082-6/+4
|
* PB: bug fix: still change NO_OFFICIAL_RELEASE -> RMANDEBUGPeter Baumann2010-06-081-1/+1
|
* PB: adjusted file path length to FILENAME_MAXPeter Baumann2010-06-081-2/+2
|
* PB: workaround for missing ARG_MAX in limits.h in some glibc versionsPeter Baumann2010-06-081-0/+8
|
* Files generated by automake + aclocalAndrei Aiordachioaie2009-10-291-0/+593
|
* PB: corrected startup messagePeter Baumann2009-08-271-16/+3
|
* PB: use CONFDIR for config file access; make sure there is no path buffer ofloPeter Baumann2009-07-302-9/+12
|
* PB: fixed bug: rasmgr dies when spawning rasserver; reason was: insufficient ↵Peter Baumann2009-07-281-1/+10
| | | | cmd line buffer
* PB: introduced some symbolic constants (start for cleanup); VLOG -> TALK; ↵Peter Baumann2009-07-263-35/+62
| | | | sprintf: %d -> %ld
* Initial commitv8.0Constantin Jucovschi2009-04-2441-0/+13561