File tree
116 files changed
+2124
-1366
lines changed- src
- Darwin
- cli
- crypto
- random
- xor
- ctl
- es
- freebsd
- linux
- mingw
- openbsd
- packet_filter
- unix
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
116 files changed
+2124
-1366
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
323 |
| - | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + |
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
323 |
| - | |
| 323 | + | |
| 324 | + | |
| 325 | + |
src/Darwin/gnb_drv_darwin.c
100644
100755
File mode changed.
src/cli/gnb.c
100644
100755
Lines changed: 10 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
159 |
| - | |
160 |
| - | |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
| 159 | + | |
170 | 160 |
| |
171 |
| - | |
| 161 | + | |
172 | 162 |
| |
173 |
| - | |
174 |
| - | |
175 |
| - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
176 | 166 |
| |
| 167 | + | |
| 168 | + | |
177 | 169 |
| |
178 | 170 |
| |
179 | 171 |
| |
| |||
201 | 193 |
| |
202 | 194 |
| |
203 | 195 |
| |
204 |
| - | |
205 | 196 |
| |
206 | 197 |
| |
| 198 | + | |
| 199 | + | |
| 200 | + | |
207 | 201 |
| |
208 | 202 |
| |
209 | 203 |
| |
|
src/cli/gnb_crypto.c
100644
100755
File mode changed.
src/cli/gnb_ctl.c
100644
100755
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
|
src/cli/gnb_es.c
100644
100755
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
|
src/crypto/random/gnb_random.c
100644
100755
File mode changed.
src/crypto/random/gnb_random.h
100644
100755
File mode changed.
Lines changed: 60 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + |
Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + |
src/ctl/gnb_ctl_dump.c
100644
100755
File mode changed.
src/es/gnb_discover_in_lan.c
100644
100755
File mode changed.
src/es/gnb_environment_service.c
100644
100755
File mode changed.
src/es/gnb_es_broadcast_address.c
100644
100755
File mode changed.
src/es/gnb_es_dump.c
100644
100755
File mode changed.
src/es/gnb_es_platform.c
100644
100755
File mode changed.
src/es/gnb_es_resolv.c
100644
100755
File mode changed.
src/es/gnb_es_type.h
100644
100755
File mode changed.
src/es/gnb_es_upnp.c
100644
100755
File mode changed.
src/freebsd/gnb_drv_freebsd.c
100644
100755
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
364 |
| - | |
| 364 | + | |
365 | 365 |
| |
366 | 366 |
| |
367 | 367 |
| |
|
src/gnb.h
100644
100755
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
| 174 | + | |
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
|
src/gnb_address.c
100644
100755
File mode changed.
src/gnb_address.h
100644
100755
File mode changed.
src/gnb_address_type.h
100644
100755
File mode changed.
src/gnb_alloc.c
100644
100755
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
| 18 | + | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
src/gnb_alloc.h
100644
100755
File mode changed.
src/gnb_arg_list.c
100644
100755
File mode changed.
src/gnb_arg_list.h
100644
100755
File mode changed.
0 commit comments