Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | r18685: we don't need this here | Stefan Metzmacher | 2006-09-19 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18683: NET-USERMOD test changed to be able to perform multiple simultaneous | Rafal Szczesniak | 2006-09-19 | 3 | -92/+207 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes. Also, some common definitions for user mod tests have been put into a separate file. rafal | |||||
| | | * | r18682: a bit of a change in setfield function. | Rafal Szczesniak | 2006-09-19 | 1 | -127/+127 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | one more change to do... rafal | |||||
| | | * | r18676: Don't mix ShareInfo and ShareCtr definitions, | Simo Sorce | 2006-09-19 | 1 | -51/+51 | |
| | | | | | | | | | | | | | | | | this makes a much more readable include file | |||||
| | | * | r18675: merge from samba3: | Stefan Metzmacher | 2006-09-19 | 1 | -1/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | we need to define the macros the indicate we have bool even if we have not defining bool ourself metze | |||||
| | | * | r18674: merge from samba3, | Stefan Metzmacher | 2006-09-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | PRINTF_ATTRIBUTE seems to not work with gcc 3.0 metze | |||||
| | | * | r18668: fix ref pointer related bugs, we should watch the compiler warnings! | Stefan Metzmacher | 2006-09-19 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | only cc on us4 bailed out... metze | |||||
| | | * | r18661: C++ warnings | Volker Lendecke | 2006-09-19 | 1 | -2/+2 | |
| | | | | ||||||
| | | * | r18658: make the test change fields sequentially each one in turn. | Rafal Szczesniak | 2006-09-19 | 1 | -16/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | now to multiple changes... rafal | |||||
| | | * | r18657: handle the case where rpc call went fine, but the result | Rafal Szczesniak | 2006-09-19 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | not necessariy did. rafal | |||||
| | | * | r18656: fix stupid mistake causing segfaults in torture test | Rafal Szczesniak | 2006-09-19 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | and also add one more field to be set. rafal | |||||
| | | * | r18655: add more fields and better handle the error case where fields | Rafal Szczesniak | 2006-09-19 | 1 | -2/+66 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setting routine don't know how to do that (and user info level is invalid). rafal | |||||
| | | * | r18639: Get rid of the keepref support | Jelmer Vernooij | 2006-09-18 | 29 | -149/+80 | |
| | | | | ||||||
| | | * | r18637: Fix the build. Sorry, | Günther Deschner | 2006-09-18 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18636: Excessive testing with pam_winbind within Samba3 revealed a new samr | Günther Deschner | 2006-09-18 | 3 | -5/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reject reason code while password changing: SAMR_REJECT_IN_HISTORY which is different from SAMR_REJECT_COMPLEXITY. torture test to follow as well. Guenther | |||||
| | | * | r18635: Make sure to display samr_GroupAttrs in samr_DispInfo for groups instead | Günther Deschner | 2006-09-18 | 1 | -1/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | of interpreting them as samr_AcctFlags. Guenther | |||||
| | | * | r18634: Turn flags field into a bitmap. | Jelmer Vernooij | 2006-09-18 | 1 | -1/+9 | |
| | | | | ||||||
| | | * | r18633: Add a couple of new WERR codes encountered with dfs torture testing. | Günther Deschner | 2006-09-18 | 2 | -2/+12 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18631: correct unintentional commit. | Rafal Szczesniak | 2006-09-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | rafal | |||||
| | | * | r18630: Better way to display ref-pointers with [print]. Thanks to metze for | Günther Deschner | 2006-09-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | pointing this out. Guenther | |||||
| | | * | r18629: There is no such "unknown" pointer in dfs_Enum(). | Günther Deschner | 2006-09-18 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18628: dfs_EnumEx() also takes a ref pointer. | Günther Deschner | 2006-09-18 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18627: only cosmetic reformat, no functional changes. | Günther Deschner | 2006-09-18 | 1 | -21/+21 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18626: fix cleanup function to safely recover after interrupted test | Rafal Szczesniak | 2006-09-18 | 1 | -28/+73 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and add one requested field in to the function creating testing set of changes for user modify routine. rafal | |||||
| | | * | r18625: dfs_GetManagerVersion() returns a version number, not just an exist | Günther Deschner | 2006-09-18 | 2 | -7/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | flag. Guenther | |||||
| | | * | r18624: path is a ref pointer in dfs_GetInfo(). | Günther Deschner | 2006-09-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | torture test to follow. Guenther | |||||
| | | * | r18615: add more time fields and fix a silly mistake. | Rafal Szczesniak | 2006-09-18 | 1 | -1/+27 | |
| | | | | | | | | | | | | | | | | rafal | |||||
| | | * | r18614: a bit of work done while on the plane. | Rafal Szczesniak | 2006-09-18 | 1 | -0/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | a new function converting NTTIME to struct timeval rafal | |||||
| | | * | r18611: Do not return NT_STATUS_OK when libnet_Add|DelShare has failed. | Günther Deschner | 2006-09-18 | 1 | -1/+13 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18610: Fix typo. | Günther Deschner | 2006-09-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18609: error_string should not contain newlines. | Günther Deschner | 2006-09-18 | 6 | -51/+50 | |
| | | | | | | | | | | | | | | | | Guenther | |||||
| | | * | r18607: remove unused structure element | Stefan Metzmacher | 2006-09-18 | 2 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | rafal: is there a reason why we don't use libnet_AddShare() in the torture test? metze | |||||
| | | * | r18604: fixed shell syntax | Andrew Tridgell | 2006-09-18 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18602: updated web page for new ldb build method | Andrew Tridgell | 2006-09-18 | 1 | -3/+8 | |
| | | | | ||||||
| | | * | r18601: updated web page for new talloc build method | Andrew Tridgell | 2006-09-18 | 1 | -0/+2 | |
| | | | | ||||||
| | | * | r18600: - fix shell syntax in tests for libraries | Andrew Tridgell | 2006-09-18 | 4 | -4/+8 | |
| | | | | | | | | | | | | | | | | - add library test for libpopt | |||||
| | | * | r18599: the netr_CryptPassword structure needs to use a uint8, as the data is | Andrew Tridgell | 2006-09-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | passed to acrfour, and that assumes a byte buffer. This caused us to fail big endian boxes (or more specifically, to be incompatible with little endian boxes) | |||||
| | | * | r18596: removed superfluous semicolon | Andrew Tridgell | 2006-09-17 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18595: try an experiment of adding a RPC test into the windows testing | Andrew Tridgell | 2006-09-17 | 1 | -3/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | framework Brad, I know this is a bit hackish. We really need a "testit" like function like in test_functions.sh | |||||
| | | * | r18594: fail the configure step if the required library is not found for tdb, | Andrew Tridgell | 2006-09-17 | 3 | -3/+15 | |
| | | | | | | | | | | | | | | | | talloc or libreplace | |||||
| | | * | r18593: try to get the same socket_wrapper file building in samba3 and samba4 | Stefan Metzmacher | 2006-09-17 | 3 | -3/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | this is preparation of adding libreplace to samba3 later. metze | |||||
| | | * | r18592: we don't need this twice | Stefan Metzmacher | 2006-09-17 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | metze | |||||
| | | * | r18591: Better defaults for share creation | Simo Sorce | 2006-09-17 | 2 | -9/+18 | |
| | | | | | | | | | | | | | | | | Fix logic error in paged_results | |||||
| | | * | r18590: Some more work on the srvsvc pipe | Simo Sorce | 2006-09-17 | 4 | -64/+548 | |
| | | | | ||||||
| | | * | r18589: make inclusion of net/if.h conditional. It breaks HPUX with gcc. | Andrew Tridgell | 2006-09-16 | 1 | -4/+7 | |
| | | | | ||||||
| | | * | r18588: save one more character in the socket wrapper path - seems it still | Andrew Tridgell | 2006-09-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | was occasionally too long for IRIX 6.4 | |||||
| | | * | r18587: fixed a potential memory leak in libnet | Andrew Tridgell | 2006-09-16 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | r18586: fixed a potential fd and memory leak in the socket_wrapper code | Andrew Tridgell | 2006-09-16 | 1 | -3/+14 | |
| | | | | ||||||
| | | * | r18585: 50 open searches is still too many for some of the build farm hosts, | Andrew Tridgell | 2006-09-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | which have a ulimit -n of 100. Drop the number of searches to 20. That should limit the maximum total fd count to about 76, most of which is all the listening sockets on the various interfaces | |||||
| | | * | r18584: found one of the fd leaks. The registry backend was using a | Andrew Tridgell | 2006-09-16 | 7 | -10/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | talloc(NULL, xxx) to allocate the registry context. That had two consequences 1) it was a massive memory leak, as all winreg operations leaked their entire context (including an open ldb database) every time 2) event_context_find() never found the exsting event context, so we used a new event context each time, which called epoll_create() each time, which caused a fd to be allocated |