summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* r8952: Partial work commit to find the DN of the new machine account - weAndrew Bartlett2007-10-102-2/+109
| | | | | | | will use ldb to add servicePrincipalNames to this. Andrew Bartlett (This used to be commit c1f8cab3e3d3eaf4af372675656fe1a4da68a9f8)
* r8944: Get more verbose output from NET-API-LISTSHARE test.Rafal Szczesniak2007-10-101-0/+82
| | | | | rafal (This used to be commit b1ff59d80f942b679ae3c8dcb08361cf8a25a457)
* r8942: Move intermediate subsystem output files to bin/subsystems/Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 43c8321cd991bdc3a7e1b05359d249457e86e7d1)
* r8940: Add TDR (Trivial Data Representation). The aim is to use this later forJelmer Vernooij2007-10-106-0/+555
| | | | | NBT/WINS/etc rather then having to depend on NDR. (This used to be commit 5ee7af26dd220de06f1764cd1683abedeeda5131)
* r8939: Do an open domain in the schannel SAMR test. This should test some ofAndrew Bartlett2007-10-101-0/+27
| | | | | | | the win2k3 SP1 interactions. Andrew Bartlett (This used to be commit ebd96e68d6d7f92b781df0c43970e0dab4a30d6e)
* r8936: Use incremental linking. This appeared to be supported onJelmer Vernooij2007-10-103-7/+45
| | | | | | | | all systems on the buildfarm when I tested it using smb_build. It's just a one line change to go back. If this works correctly, we can simplify the build system quite a bit. (This used to be commit 6b671fb34a35def9a8d2fdaa8d9a04ff26c9e929)
* r8934: Some refactoring of smb_interfaces code generator.Tim Potter2007-10-101-11/+50
| | | | (This used to be commit c016487a0148694a1a1464bb5f7ba0d0e142d14f)
* r8933: Fix missing prototype warningsJelmer Vernooij2007-10-102-0/+5
| | | | (This used to be commit 39b2220a84b1860d8ee09b8c15049f18fd77da7d)
* r8932: Handle non-anonymous unions and structures better.Tim Potter2007-10-101-4/+4
| | | | (This used to be commit 04f993721574b4532962b5845faa4cb40a90ca38)
* r8930: Add the libnet share tests based on code submitted byRafal Szczesniak2007-10-103-0/+94
| | | | | | | | Gregory Leocadie <gleocadie@idealx.com>. Listing shares passes, deleting not yet - it's a work in progress. rafal (This used to be commit 5c53498a4a3e84d5b55c233da01e96fdd4f0e0dd)
* r8926: RFC 2891 - LDAP Control Extension for Server Side Sorting of Search ↵Simo Sorce2007-10-101-0/+451
| | | | | | Results (This used to be commit 5dd4844cc5f1e719d55e642c5f1b8af5655fec89)
* r8925: Start generating header and implementation files for smb_interfaces.hTim Potter2007-10-101-5/+49
| | | | (This used to be commit 3a93f1125539eec6bd17003a748f1b7dd76d0031)
* r8923: put the IRPC default timeout back to 10s (I didn't mean to commit ↵Andrew Tridgell2007-10-101-1/+1
| | | | | | | this, it was changed just for deugging) (This used to be commit a7c260e61feec210bcb5cad0f8f759544dc9dd1e)
* r8920: Make NAME hash entry for struct elements a list.Tim Potter2007-10-101-4/+5
| | | | | Return array length entries for elements that have an array specifier. (This used to be commit 17689ca7403dd8762185611da2e08545af611d71)
* r8919: Return references to structs and unions in parse tree. Fill in typeTim Potter2007-10-101-6/+17
| | | | | names for structs and unions also. (This used to be commit c31be383461d8a2784aa85619b38f81a389024f2)
* r8918: Handle const elements in structures or unions. This is a bit yucky butTim Potter2007-10-101-0/+6
| | | | | making an optional_const rule puts the parser in an infinite loop (?). (This used to be commit 6339cc75fae8296757c4609cede1d5703b90d52a)
* r8917: Better support for extended ldap search operationsSimo Sorce2007-10-102-17/+51
| | | | | | Try to follow the RFC where possible and adapt to openLdap and AD way of handling this structure (This used to be commit d844d45d87b4114bc1b9af2e40f8c27ba3e219de)
* r8910: An initial parser to parse structures in smb_interfaces.h. This will beTim Potter2007-10-104-0/+1432
| | | | | | | | | used to generate ejs objects for making raw smb calls. Running 'make smb_interfaces' should run the build_smb_interfaces.pl script which at the moment only displays a dump of the parsed data. Const is also not working right now but it's bedtime. (This used to be commit 1be5f55d7f6926bf7266ea72623990f0bb558c94)
* r8905: don't try to do DNS lookups on interface names with wildcardsAndrew Tridgell2007-10-101-0/+4
| | | | (This used to be commit bbdd446254a0e66af3326e2e66d568eeee0922c0)
* r8904: Split off the query stage as a separate function.Rafal Szczesniak2007-10-101-5/+33
| | | | | rafal (This used to be commit bbe7e726af8c61108a7bca1e10e9340bbe37f3ef)
* r8903: Update the howto as smbscript is now installed along with otherRafal Szczesniak2007-10-101-1/+3
| | | | | | | | binaries in bin/ directory and trying to call provision script, without PATH properly set, fails. rafal (This used to be commit 86488e5393d91d1bca0f8283f52f8fd59f2ba651)
* r8902: Revert the small change as Andrew Bartlett asked. Now, let's goRafal Szczesniak2007-10-101-1/+1
| | | | | | | and fix howto.txt. rafal (This used to be commit 5bf5559e0f71455ddf62eef11956de12d104459b)
* r8901: Fix ntlm_auth segfault (invalid free()). We have moved to tallocAndrew Bartlett2007-10-101-6/+11
| | | | | | | here. Andrew Bartlett (This used to be commit b341bd4487f81a48de2e479e85d90f64c7f071e0)
* r8898: Fix provision script to actually work, since location of smbscriptRafal Szczesniak2007-10-101-1/+1
| | | | | | | has changed. rafal (This used to be commit a59594d2d84417bc0c87be953daf9152b968c61a)
* r8897: Add test for the comment field.Rafal Szczesniak2007-10-101-6/+7
| | | | | rafal (This used to be commit 3cb517f7c134ee18eb9af79c486c85bed0ef4f81)
* r8896: Handle more complex case where field being changed doesn't appearRafal Szczesniak2007-10-102-40/+94
| | | | | | | | | | alone in any of userinfo levels. What's needed is extra query step to fill the userinfo structure and then modify a single field. The other way to do it is userinfo level 21 with bitmap flags set, but first all field flags need to be found. rafal (This used to be commit 59769977e8ebc54be7fa80f19638b634f52df515)
* r8895: work around broken glibc strrchr function that gives valgrind errors ↵Andrew Tridgell2007-10-101-0/+2
| | | | | | on some boxes (This used to be commit 5079fdea1b4fde4f844713f42e678759324d801d)
* r8893: fixed the valgrind error on stream termination due to prototol errorsAndrew Tridgell2007-10-102-4/+12
| | | | (This used to be commit cf1a7bbe96e8e40ac4df3eaa3e5922a944b45579)
* r8887: fixed the irpc error that caused ia64 to fail the LOCAL-IRPC testAndrew Tridgell2007-10-104-15/+20
| | | | (This used to be commit ce9a262d379b946717d0d4be4731c837e6f7373d)
* r8886: Exchange the arguments of timeval_compare, this makes it behave like ↵Volker Lendecke2007-10-102-9/+10
| | | | | | | strcmp. Volker (This used to be commit 6f5bd7602155413029de32295d2639c4073ad4d8)
* r8885: fixed shell syntaxAndrew Tridgell2007-10-101-2/+2
| | | | (This used to be commit 00ea1f38a36a0e45219a941a38875787bf526661)
* r8884: valgrind error logs only matter if non-zero in sizeAndrew Tridgell2007-10-101-3/+5
| | | | (This used to be commit baaad4f4a4c84fb0261ab59d31a680f33b1beb47)
* r8883: Apply some const.Volker Lendecke2007-10-101-11/+16
| | | | | Volker (This used to be commit ccbb64e2670eab921bc50b8f2dbf0b274c0b8750)
* r8882: - enable the domain masterAndrew Tridgell2007-10-101-0/+12
| | | | | - start adding support for showing valgrind results in build farm tests (This used to be commit b1d0e9fa4e750564bcb80e7b8db9155aea6fac62)
* r8879: more expansion of the irpc test to try to uncover the ia64 mysteryAndrew Tridgell2007-10-101-0/+50
| | | | (This used to be commit ff03b8148bdf7798af4e1704aba22635bb67cbe4)
* r8878: Spelling fixes. (-:Tim Potter2007-10-101-2/+2
| | | | (This used to be commit f850faca9797c9818a46fec72dba069cac5a6db7)
* r8876: check the result of AddOne and test some more valuesStefan Metzmacher2007-10-101-12/+28
| | | | | metze (This used to be commit 6918e9c5a3e2f9cd69569037bbdfed4e7eed94d5)
* r8875: Rename timeval_diff to timeval_until and revert the arguments. ↵Volker Lendecke2007-10-104-11/+11
| | | | | | | | | timeval_diff is not strictly a subtraction function, there can't be negative timevals. Volker (This used to be commit 525d75dd24f6a8810f1ed2043d170c70b060f1f0)
* r8874: test some more combinationsStefan Metzmacher2007-10-101-3/+8
| | | | | metze (This used to be commit 32c64e5bc2610d319b4e2e433e149cdd4bc538c9)
* r8873: add more checksStefan Metzmacher2007-10-101-0/+5
| | | | | metze (This used to be commit bfc855d78f4ffb6e0f30a2bb02d8b388abaa971b)
* r8871: add some debugging code to findout why LOCAL-IRPC fails on 64bit hostsStefan Metzmacher2007-10-101-2/+10
| | | | | metze (This used to be commit 2c36b64dccb30609fbc9ed68b7ab090bcbf44633)
* r8868: add comfigure check for c99 struct initialization,Stefan Metzmacher2007-10-101-0/+21
| | | | | | | which is required for samba4 metze (This used to be commit 3d4fdb70935b4bde1c34a293e5d5a3000151c116)
* r8867: try to fix the LOCAL-IRPC test on 64bit platformsStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit b7401c142a53696eb74af4fc4bc992728846d20e)
* r8859: having been successfully mailbombed by build@samba.org, fix the build ↵Andrew Tridgell2007-10-101-2/+0
| | | | | | again (This used to be commit aac733067aac0e09cd7e25b21fe37c908ab97773)
* r8858: just to make sure it works on the main trees, deliberately break the ↵Andrew Tridgell2007-10-101-0/+2
| | | | | | | samba4 build I expect to get a flood of nastygrams from build@samba.org for this .... (This used to be commit 578b1cad40d0a85cc1af95eb83d64d0bf3680829)
* r8857: please don't get fancy with embedded boolean statements in jsAndrew Tridgell2007-10-101-1/+3
| | | | | | | code. Especially as this is a new language for most Samba developers, it is far better to err strongly on the side of readability rather than trying to save a line of code by using fancy tricks (This used to be commit 3228644cf898cc9b3386675f40f2f7e52f69e5c0)
* r8855: Share this enum (describing the SamSync databases) between nbt and ↵Andrew Bartlett2007-10-103-9/+15
| | | | | | | netlogon. Andrew Bartlett (This used to be commit 5e29e1c68c1b1a957419320cef55395ba0fe6b6f)
* r8854: #if 0 out the right things this time. (Sorry about the build breakage)Andrew Bartlett2007-10-101-5/+3
| | | | | | | Use "" for the no domain case. Andrew Bartlett (This used to be commit 4989ffe870408e9d9a9427b3cc79d756c94ed803)
* r8853: fixed path to smb.confAndrew Tridgell2007-10-101-1/+1
| | | | | Jelmer, is this what you intended? (This used to be commit e2251823fecea8d35913739d83abb8cf29d785f2)
* r8852: fixed the buildAndrew Tridgell2007-10-101-0/+2
| | | | | andrew, please check (This used to be commit 0dda73add315e837defd7a705af988aca4cd4556)