summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r9120: added the BASE-DISCONNECT test to our set of standard testsAndrew Tridgell1-1/+1
(This used to be commit a6e2e6e1ba950ddd9918bf527ce1c5278f7b49bd)
2007-10-10r9119: added a lp.categories() call in the loadparm js object, to allowAndrew Tridgell3-19/+46
retrieval of the smb.conf parameter categories. This will make writing a smb.conf editor easier. (This used to be commit 8db549b1506b5260c9eb16f40bbdae6a7c006fa2)
2007-10-10r9111: actually use the roken inet_aton when nothing was foundStefan Metzmacher2-0/+13
metze (This used to be commit fe5e61a25278d9e74158afd0e3b2bd31f71e43c8)
2007-10-10r9110: use printf againStefan Metzmacher1-2/+2
metyze (This used to be commit 99537d35cb7c2561a7ce47ac7ad602496afe3475)
2007-10-10r9109: set HAVE_GAI_STRERROR when the function was found donnot know whz thisStefan Metzmacher1-1/+5
doesnnot go without this patch metze (This used to be commit e409dfe72f8f7e9459f0147c27571317598838d9)
2007-10-10r9108: try to get aix building...Stefan Metzmacher1-0/+8
metze (This used to be commit b5277c62f2e82bb2f3fd5a091e82680deab03c77)
2007-10-10r9107: try to get the build on solaris going...Stefan Metzmacher3-4/+72
metze (This used to be commit 1008459a98a8232f039b87c91443d653858e0500)
2007-10-10r9106: look for something more usefull in the -lnslStefan Metzmacher1-2/+2
(this is for solaris) metze (This used to be commit f37bb2a838b83e70d50a0ed036e641ced16d8a7b)
2007-10-10r9105: match the prototype of netdb.hStefan Metzmacher2-3/+3
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-10r9104: Finish ethereal parser generator. Still a couple of minor issuesJelmer Vernooij2-14/+30
remaining to get it to generate completely compilable code. (This used to be commit d8727b8de75be7e44bd889c9650d5d68d486a95a)
2007-10-10r9102: Generate files in $srcdir/libcli/gen_raw instead of $srcdir.Tim Potter1-3/+12
Start fixing compile problems in generated output. (This used to be commit e85b938ea0577c6263a28ceb722e173df475ead3)
2007-10-10r9101: Check in file generated by Parse::YAPP.Tim Potter1-142/+214
(This used to be commit d0f540bc463959ec3602834d796192dc2879b979)
2007-10-10r9099: Start generating code to pull/push fields. Generate functions to callTim Potter1-31/+67
the smb_raw_foo() calls. (This used to be commit 39dfabe66d1a377ed5a473db0309ca97adf24e7a)
2007-10-10r9096: Spelling.Tim Potter1-1/+1
(This used to be commit c61b29bdf043792d885528bd7666c9bea9107928)
2007-10-10r9094: More ethereal parser updates, only header fields left to fix + actual ↵Jelmer Vernooij2-43/+77
data call (This used to be commit eef8bc97ed8d546955d9a03eb8c500293fd2f84e)
2007-10-10r9092: Generate some more stub functions.Tim Potter1-1/+29
(This used to be commit 301dd7b78b78a4036a8dbf40c12171c0de50974f)
2007-10-10r9090: Another field in usermod function - account flags.Rafal Szczesniak3-9/+16
rafal (This used to be commit f0d51b78c040937bd27857c063fae215a3f0f465)
2007-10-10r9089: Start generating module init and top level ejs functions for ↵Tim Potter1-2/+28
smb_interfaces. (This used to be commit 0aee33c3de6ba94ec563725a56b7dfbddd0d521a)
2007-10-10r9088: More ethereal parser generator updatesJelmer Vernooij2-63/+107
(This used to be commit 294e716621baa3e6fbc6bc471aed0b85ad93d1ed)
2007-10-10r9085: Missing structs.h entry.Andrew Bartlett1-0/+1
Andrew Bartlett (This used to be commit 379bcf7061d08b005008204cee4a9d65aae9541b)
2007-10-10r9084: 'resign' the sample PAC for the validation of the signature algorithms.Andrew Bartlett6-132/+219
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-10r9082: added the ECMA functions encodeURIComponent() andAndrew Tridgell1-0/+81
decodeURIComponent(), which I am using as part of my object linearisation code (This used to be commit f91f705a143b24c2e01b9176850a7089e1a99b86)
2007-10-10r9081: Work on new ethereal parser generator, partially based onJelmer Vernooij5-1443/+704
Ronnie Sahlberg's idl2eth.c (This used to be commit 561aeca6490bdb7e37f12d60a67c551e5db3fc62)
2007-10-10r9078: - move charset stuff to lib/charsetStefan Metzmacher6-12/+22
- 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-10r9077: HEIMDAL_ROKEN needs inet_aton and on solaris it's in -lsocketStefan Metzmacher1-1/+1
this should fix the build on sun1 metze (This used to be commit 06c2aaa50061229cc5082733a8fa58080a5c4305)
2007-10-10r9074: cope with a null ntvfs context in disconnect, so the destructor thatAndrew Tridgell1-1/+5
runs on a failed ntvfs init works (This used to be commit dac0be64c7cef18f6740053b3e6fe9a25df40c88)
2007-10-10r9071: Set real and workstation fields in ejs credentials object.Rafal Szczesniak1-0/+62
rafal (This used to be commit eb7a5d09c7a469f94357434c6dadbdf54b52d5db)
2007-10-10r9070: More fields in ejs credentials object.Rafal Szczesniak1-0/+56
rafal (This used to be commit e819c035f79477b5dd8ee62292a18c9e8532c9f7)
2007-10-10r9068: Move # sign.Lars Müller1-1/+1
(This used to be commit e2eed2536bbd07349c28f4a34af89fd77f7bc682)
2007-10-10r9067: Use the right variable name in the example too.Lars Müller1-1/+1
(This used to be commit 7fdb5d295f3bc5a08ba4371a34123bfae0d6e1af)
2007-10-10r9063: - don't pollute the global $LIBS variable with -ldlStefan Metzmacher6-160/+167
- -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-10r9060: prepend not overwrite the libsStefan Metzmacher1-1/+1
metze (This used to be commit 3b3e2029c36f4f139c3ed978e0820f3852eb1a92)
2007-10-10r9059: add a basic credentials object for mimirAndrew Tridgell3-0/+109
(This used to be commit 36a9277e878d4db599fcfc02b96d2aaeac0b74dd)
2007-10-10r9055: fix header generation for string_array and some other scalar typesStefan Metzmacher1-1/+1
the are actualy mapped to pointers in the api metze (This used to be commit d91e61ac680dfd2a9b257dc7e8cc8c393a65dae4)
2007-10-10r9054: removed incorrect paranoia check on opening streams (this caused ↵Andrew Tridgell1-3/+0
RAW-STREAMS to fail) (This used to be commit c164ee5b19f6880b7b5df8d8fb96704350432862)
2007-10-10r9053: Change order of dependencies (.h files are used when creating theJelmer Vernooij1-2/+2
two compilers used for generating the rest of the heimdal files) (This used to be commit f6b240125a3c5c15ce60f1de89a4575569eceb1e)
2007-10-10r9052: Support lex/yacc compilers without support for -oJelmer Vernooij3-2/+53
(This used to be commit e641d3a847f2dafc25e5555eed601325cbc86c07)
2007-10-10r9050: fix make pch allStefan Metzmacher1-1/+4
metze (This used to be commit eb2e26b7fb57704aa13e39737ead56fef886944f)
2007-10-10r9049: - add property dependencies to include/proto.hStefan Metzmacher3-32/+35
- make some stuff easier metze (This used to be commit 14b92e8a085f7d1a011b1663bf2a2728a907b0af)
2007-10-10r9048: added a new DOS error code (thanks to EMC)Andrew Tridgell2-0/+2
(This used to be commit 1936c20939a6e1311665b44a71a31ab231ba7b28)
2007-10-10r9047: show the order of the server/correct output to make it easier to demo ↵Andrew Tridgell1-0/+2
this test ;) (This used to be commit 73ba1a8e3823330c6889d626e8e4fb392ebcab8a)
2007-10-10r9046: fixed display of privileges in RAW-ACLS testAndrew Tridgell1-2/+2
(This used to be commit 0ab907af6a4c3d1adbafccdb1bd4150c491bcba4)
2007-10-10r9045: be friendly towards servers that don't understand the 'share' form ↵Andrew Tridgell1-2/+4
for tconx, instead of the \\server\share form (This used to be commit 02a78d06e1018087859c9ec65b792b1ffcfd3981)
2007-10-10r9044: added a comment so you can see what this test does :-)Andrew Tridgell1-1/+2
(This used to be commit ee2744160892f28390662f4934dc4135e4378d78)
2007-10-10r9043: fixed return code in RAW-STREAMS testAndrew Tridgell1-1/+1
(This used to be commit 45e41010da19cafc9d50369c2d311a42e5172eb7)
2007-10-10r9042: fixed the valgrind error in the RAW-SFILEINFO testAndrew Tridgell2-1/+11
(This used to be commit eaf079e33f3e2d933b7310cf076d572b6988cbb4)
2007-10-10r9038: Revert svn rev 414. Discussed with Jerry and Metze.Lars Müller2-1/+18
We need the option to add an 'a' if we're already in pre or rc state with the next release. Bugzilla Bug 2618 (This used to be commit 8e2be770aef55ef1d9a7ec45d189c96d231ae72a)
2007-10-10r9037: New fields in usermod function - allow_password_change andRafal Szczesniak3-7/+26
force_password_change datetime. rafal (This used to be commit dfa2cc6c4ed8273b1d3ee604954c81c75f0890bd)
2007-10-10r9033: Add the 'installmisc' make target back againJelmer Vernooij1-2/+8
(This used to be commit 8eff7263938eae8a51f42e732563fdfbc570a4b3)
2007-10-10r9031: don't use the global $LIBS variables for posix specific stuffStefan Metzmacher2-6/+7
metze (This used to be commit 51ab751c619bfa05a736853723f1aeda901a0b33)