Tim Potter
53c38c5ca6
r9129: Start working on nested anonymous structures and unions. A better
...
design is starting to become clearer. (-:
(This used to be commit 23b9f8f3b59cc497fc7368c40ca7fce474370ed3)
2007-10-10 13:31:19 -05:00
Jelmer Vernooij
959c75c2ae
r9128: More ethereal parser generator updates. String handling is still broken as
...
well as handling more then two element levels.
(This used to be commit 952399aa68c22059a799e55fb92e039e68ea3dae)
2007-10-10 13:31:19 -05:00
Tim Potter
94e5cafff2
r9124: Handle more types pointers to simple types.
...
(This used to be commit acd34c1cac151e16f5cecae8c80a01b36ccd3fc0)
2007-10-10 13:31:19 -05:00
Tim Potter
b056c7ac34
r9123: Add ejs_pull_DATA_BLOB() and ejs_pull_BOOL() although leave DATA_BLOB
...
unimplemented for the moment.
(This used to be commit 0e022f8d45a99f0edbbd6369dbf41f73906c6fc4)
2007-10-10 13:31:18 -05:00
Andrew Tridgell
71f8de6bb3
r9122: cope with trailing garbage in POST contents in the web server
...
(This used to be commit de0ac6a9d6f38f9c8067f974e3bdc1c9a164d638)
2007-10-10 13:31:18 -05:00
Andrew Tridgell
c3ee5d6f75
r9121: use the older non-passthru level for setting delete on close
...
disposition in the RAW-UNLINK test (this allows it to work with netapp
servers)
(This used to be commit 4f9cfd10bf92e5abf3c09bb0bf6cca3dfc3b6dfb)
2007-10-10 13:31:18 -05:00
Andrew Tridgell
370016c0d2
r9120: added the BASE-DISCONNECT test to our set of standard tests
...
(This used to be commit a6e2e6e1ba950ddd9918bf527ce1c5278f7b49bd)
2007-10-10 13:31:18 -05:00
Andrew Tridgell
beed5b8532
r9119: added a lp.categories() call in the loadparm js object, to allow
...
retrieval of the smb.conf parameter categories. This will make writing
a smb.conf editor easier.
(This used to be commit 8db549b1506b5260c9eb16f40bbdae6a7c006fa2)
2007-10-10 13:31:18 -05:00
Stefan Metzmacher
0e6369f5e8
r9111: actually use the roken inet_aton when nothing was found
...
metze
(This used to be commit fe5e61a25278d9e74158afd0e3b2bd31f71e43c8)
2007-10-10 13:31:18 -05:00
Stefan Metzmacher
0bbe88c859
r9110: use printf again
...
metyze
(This used to be commit 99537d35cb7c2561a7ce47ac7ad602496afe3475)
2007-10-10 13:31:17 -05:00
Stefan Metzmacher
906f47db83
r9109: set HAVE_GAI_STRERROR when the function was found donnot know whz this
...
doesnnot go without this patch
metze
(This used to be commit e409dfe72f8f7e9459f0147c27571317598838d9)
2007-10-10 13:31:17 -05:00
Stefan Metzmacher
5503ec9d48
r9108: try to get aix building...
...
metze
(This used to be commit b5277c62f2e82bb2f3fd5a091e82680deab03c77)
2007-10-10 13:31:17 -05:00
Stefan Metzmacher
40448834a0
r9107: try to get the build on solaris going...
...
metze
(This used to be commit 1008459a98a8232f039b87c91443d653858e0500)
2007-10-10 13:31:17 -05:00
Stefan Metzmacher
224a2a62b5
r9106: look for something more usefull in the -lnsl
...
(this is for solaris)
metze
(This used to be commit f37bb2a838b83e70d50a0ed036e641ced16d8a7b)
2007-10-10 13:31:17 -05:00
Stefan Metzmacher
2624d8f096
r9105: match the prototype of netdb.h
...
this should fix the build on solaris 10
lha can that be merged to the main heimdal if that apears to not break
the build on other platforms
metze
(This used to be commit cb0259627976c10906016233fb27a1d05ae7e4b0)
2007-10-10 13:31:17 -05:00
Jelmer Vernooij
b613386a7f
r9104: Finish ethereal parser generator. Still a couple of minor issues
...
remaining to get it to generate completely compilable code.
(This used to be commit d8727b8de75be7e44bd889c9650d5d68d486a95a)
2007-10-10 13:31:16 -05:00
Tim Potter
2d9d6c4689
r9102: Generate files in $srcdir/libcli/gen_raw instead of $srcdir.
...
Start fixing compile problems in generated output.
(This used to be commit e85b938ea0577c6263a28ceb722e173df475ead3)
2007-10-10 13:31:16 -05:00
Tim Potter
be15ec8344
r9101: Check in file generated by Parse::YAPP.
...
(This used to be commit d0f540bc463959ec3602834d796192dc2879b979)
2007-10-10 13:31:16 -05:00
Tim Potter
daaf771498
r9099: Start generating code to pull/push fields. Generate functions to call
...
the smb_raw_foo() calls.
(This used to be commit 39dfabe66d1a377ed5a473db0309ca97adf24e7a)
2007-10-10 13:31:16 -05:00
Tim Potter
1b42035bd9
r9096: Spelling.
...
(This used to be commit c61b29bdf043792d885528bd7666c9bea9107928)
2007-10-10 13:31:16 -05:00
Jelmer Vernooij
b3da14dbe6
r9094: More ethereal parser updates, only header fields left to fix + actual data call
...
(This used to be commit eef8bc97ed8d546955d9a03eb8c500293fd2f84e)
2007-10-10 13:31:16 -05:00
Tim Potter
9cea63d757
r9092: Generate some more stub functions.
...
(This used to be commit 301dd7b78b78a4036a8dbf40c12171c0de50974f)
2007-10-10 13:31:16 -05:00
Rafal Szczesniak
6f6e42c856
r9090: Another field in usermod function - account flags.
...
rafal
(This used to be commit f0d51b78c040937bd27857c063fae215a3f0f465)
2007-10-10 13:31:15 -05:00
Tim Potter
36a2b36177
r9089: Start generating module init and top level ejs functions for smb_interfaces.
...
(This used to be commit 0aee33c3de6ba94ec563725a56b7dfbddd0d521a)
2007-10-10 13:31:15 -05:00
Jelmer Vernooij
02edb56c79
r9088: More ethereal parser generator updates
...
(This used to be commit 294e716621baa3e6fbc6bc471aed0b85ad93d1ed)
2007-10-10 13:31:15 -05:00
Andrew Bartlett
dcf88f58b4
r9085: Missing structs.h entry.
...
Andrew Bartlett
(This used to be commit 379bcf7061d08b005008204cee4a9d65aae9541b)
2007-10-10 13:31:15 -05:00
Andrew Bartlett
8db8279730
r9084: 'resign' the sample PAC for the validation of the signature algorithms.
...
If we ever get problems with the kerberos code, it should show up as a
different signature in this PAC.
This involved returning more data from the pac functions, so changed
some callers and split up some functions.
Andrew Bartlett
(This used to be commit d514a7491208afa0533bf9e99601147eb69e08c9)
2007-10-10 13:31:15 -05:00
Andrew Tridgell
84da1a1050
r9082: added the ECMA functions encodeURIComponent() and
...
decodeURIComponent(), which I am using as part of my object
linearisation code
(This used to be commit f91f705a143b24c2e01b9176850a7089e1a99b86)
2007-10-10 13:31:15 -05:00
Jelmer Vernooij
fe8296e79a
r9081: Work on new ethereal parser generator, partially based on
...
Ronnie Sahlberg's idl2eth.c
(This used to be commit 561aeca6490bdb7e37f12d60a67c551e5db3fc62)
2007-10-10 13:31:14 -05:00
Stefan Metzmacher
6243e2a304
r9078: - move charset stuff to lib/charset
...
- don't use the global $LIBS variable for -liconv as $LIBS is not used anymore
should fix the build on solaris 10
metze
(This used to be commit 69ade058fde8e4cc62e4830c0b080e720d8e581d)
2007-10-10 13:31:14 -05:00
Stefan Metzmacher
a0314b225f
r9077: HEIMDAL_ROKEN needs inet_aton and on solaris it's in -lsocket
...
this should fix the build on sun1
metze
(This used to be commit 06c2aaa50061229cc5082733a8fa58080a5c4305)
2007-10-10 13:31:14 -05:00
Andrew Tridgell
94efb6f70e
r9074: cope with a null ntvfs context in disconnect, so the destructor that
...
runs on a failed ntvfs init works
(This used to be commit dac0be64c7cef18f6740053b3e6fe9a25df40c88)
2007-10-10 13:31:14 -05:00
Rafal Szczesniak
c11e266cba
r9071: Set real and workstation fields in ejs credentials object.
...
rafal
(This used to be commit eb7a5d09c7a469f94357434c6dadbdf54b52d5db)
2007-10-10 13:31:14 -05:00
Rafal Szczesniak
1702f5ba11
r9070: More fields in ejs credentials object.
...
rafal
(This used to be commit e819c035f79477b5dd8ee62292a18c9e8532c9f7)
2007-10-10 13:31:14 -05:00
Lars Müller
abeaa08b58
r9068: Move # sign.
...
(This used to be commit e2eed2536bbd07349c28f4a34af89fd77f7bc682)
2007-10-10 13:31:13 -05:00
Lars Müller
da6551555f
r9067: Use the right variable name in the example too.
...
(This used to be commit 7fdb5d295f3bc5a08ba4371a34123bfae0d6e1af)
2007-10-10 13:31:13 -05:00
Stefan Metzmacher
56c112bbbc
r9063: - don't pollute the global $LIBS variable with -ldl
...
- -lresolve seems to not being needed any more
(it's actually not used, and the build farm seem to happy with it)
- move socket and netif configure test to seperate files
- don't pollute the global $LIBS variable with -lsocket ...
- actually make use of the -lsocket when needed
(should fix the solaris build)
metze
(This used to be commit adebd56be6f62323d56b6666ca0e02f85a33438e)
2007-10-10 13:31:13 -05:00
Stefan Metzmacher
2ba1fa7b59
r9060: prepend not overwrite the libs
...
metze
(This used to be commit 3b3e2029c36f4f139c3ed978e0820f3852eb1a92)
2007-10-10 13:31:13 -05:00
Andrew Tridgell
2a533ec684
r9059: add a basic credentials object for mimir
...
(This used to be commit 36a9277e878d4db599fcfc02b96d2aaeac0b74dd)
2007-10-10 13:31:13 -05:00
Stefan Metzmacher
a0b29302c8
r9055: fix header generation for string_array and some other scalar types
...
the are actualy mapped to pointers in the api
metze
(This used to be commit d91e61ac680dfd2a9b257dc7e8cc8c393a65dae4)
2007-10-10 13:31:13 -05:00
Andrew Tridgell
ba205b3143
r9054: removed incorrect paranoia check on opening streams (this caused RAW-STREAMS to fail)
...
(This used to be commit c164ee5b19f6880b7b5df8d8fb96704350432862)
2007-10-10 13:31:12 -05:00
Jelmer Vernooij
2f7f278cf1
r9053: Change order of dependencies (.h files are used when creating the
...
two compilers used for generating the rest of the heimdal files)
(This used to be commit f6b240125a3c5c15ce60f1de89a4575569eceb1e)
2007-10-10 13:31:12 -05:00
Jelmer Vernooij
586838c306
r9052: Support lex/yacc compilers without support for -o
...
(This used to be commit e641d3a847f2dafc25e5555eed601325cbc86c07)
2007-10-10 13:31:12 -05:00
Stefan Metzmacher
4b8733c245
r9050: fix make pch all
...
metze
(This used to be commit eb2e26b7fb57704aa13e39737ead56fef886944f)
2007-10-10 13:31:12 -05:00
Stefan Metzmacher
3742b978cc
r9049: - add property dependencies to include/proto.h
...
- make some stuff easier
metze
(This used to be commit 14b92e8a085f7d1a011b1663bf2a2728a907b0af)
2007-10-10 13:31:12 -05:00
Andrew Tridgell
223262c11e
r9048: added a new DOS error code (thanks to EMC)
...
(This used to be commit 1936c20939a6e1311665b44a71a31ab231ba7b28)
2007-10-10 13:31:11 -05:00
Andrew Tridgell
13b20c379f
r9047: show the order of the server/correct output to make it easier to demo this test ;)
...
(This used to be commit 73ba1a8e3823330c6889d626e8e4fb392ebcab8a)
2007-10-10 13:31:11 -05:00
Andrew Tridgell
d07f01b203
r9046: fixed display of privileges in RAW-ACLS test
...
(This used to be commit 0ab907af6a4c3d1adbafccdb1bd4150c491bcba4)
2007-10-10 13:31:11 -05:00
Andrew Tridgell
89cbdf8ed0
r9045: be friendly towards servers that don't understand the 'share' form for tconx, instead of the \\server\share
...
form
(This used to be commit 02a78d06e1018087859c9ec65b792b1ffcfd3981)
2007-10-10 13:31:11 -05:00
Andrew Tridgell
177423e88c
r9044: added a comment so you can see what this test does :-)
...
(This used to be commit ee2744160892f28390662f4934dc4135e4378d78)
2007-10-10 13:31:11 -05:00