lp:~simonsp/ocsinventory-deploy-tool/fix_addnetwork_function

Created by Paul W. Simons and last modified
Get this branch:
bzr branch lp:~simonsp/ocsinventory-deploy-tool/fix_addnetwork_function
Only Paul W. Simons can upload to this branch. If you are Paul W. Simons please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Recent revisions

11. By simonsp <simonsp@03715CTIS213-M>

Fixed the add to network function. n in the function was originally declared as a BYTE. However since n is compared to values ranging up to 255, this causes a potential infinate loop. BYTE overlows at 255 so BYTE <= 255 will never evaualate as false. changed byte to WORD, and casted back to BYTE on function calls. Code now supports pushing to multiple subnets.

10. By dliroulet <dliroulet@7652ea07-a258-4d52-b9d5-dd0e67ff0423>

Fix bug 2152056 Agent Deployment Tool error, patch submitted by jovimon

9. By goneri <goneri@7652ea07-a258-4d52-b9d5-dd0e67ff0423>

svn:eol-style CRLF

8. By dliroulet <dliroulet@7652ea07-a258-4d52-b9d5-dd0e67ff0423>

Set icon group into all Users menu

7. By dliroulet <dliroulet@7652ea07-a258-4d52-b9d5-dd0e67ff0423>

Fix missing PATH in cron task when deploying unix agent

6. By dliroulet <dliroulet@7652ea07-a258-4d52-b9d5-dd0e67ff0423>

Update 1.0.1.2 to support http/https in unix unified agent

5. By dliroulet <dliroulet@7652ea07-a258-4d52-b9d5-dd0e67ff0423>

Updates to deploy unified unix agent 0.0.8.x and higher, using small setup.sh script not included in agent's package

4. By dliroulet <dliroulet@7652ea07-a258-4d52-b9d5-dd0e67ff0423>

Initial NSIS setup script (requires putty.exe, pscp.exe and remcom.exe)

3. By dliroulet <dliroulet@7652ea07-a258-4d52-b9d5-dd0e67ff0423>

Fix bug in address ranage computation, and increaze size of file selection buffers

2. By dliroulet <dliroulet@7652ea07-a258-4d52-b9d5-dd0e67ff0423>

Add multiple selection in ListBoxes, remove Dialog SSH_LOGIN

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers