Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r18737: Fill in the documented dfs_Target_PriorityClass. | Günther Deschner | 1 | -1/+10 |
2007-10-10 | r18736: Fill in the dfs_PropertyFlags (verified with dfsutil.exe). | Günther Deschner | 1 | -3/+12 |
2007-10-10 | r18735: Fill in dfs_StorageState. | Günther Deschner | 1 | -3/+12 |
2007-10-10 | r18734: Add flag to distinguish a standalone from a domain based DFS root. | Günther Deschner | 1 | -1/+6 |
2007-10-10 | r18733: More work on DFS idl. Start to add new infolevels (as of w2k3 sp1). | Günther Deschner | 1 | -1/+67 |
2007-10-10 | r18723: Update list of provided macros/defines in README. | Jelmer Vernooij | 1 | -0/+7 |
2007-10-10 | r18721: Fix base and samba3sam EJS tests to work without installation. | Jelmer Vernooij | 3 | -3/+12 |
2007-10-10 | r18720: Get rid of unused file. | Jelmer Vernooij | 1 | -241/+0 |
2007-10-10 | r18716: put in a commented out useful hack for some RPC servers | Andrew Tridgell | 1 | -0/+8 |
2007-10-10 | r18715: 0x8 style status returns should also fail here (thanks metze) | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18708: much nicer fix | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r18706: fix whitespaces | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r18704: readd BOOL define to fix the build | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r18696: Zero initialize ref ptrs. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r18693: Print debug info when DEBUGLEVEL >= 10 in the Samba3 code. | Jelmer Vernooij | 2 | -0/+14 |
2007-10-10 | r18691: Forgot to add copyright info. | Rafal Szczesniak | 1 | -0/+20 |
2007-10-10 | r18689: Initialize r.out in the server side code, in case the handler function | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r18686: Fix typo protocl->protocol | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r18685: we don't need this here | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r18683: NET-USERMOD test changed to be able to perform multiple simultaneous | Rafal Szczesniak | 3 | -92/+207 |
2007-10-10 | r18682: a bit of a change in setfield function. | Rafal Szczesniak | 1 | -127/+127 |
2007-10-10 | r18676: Don't mix ShareInfo and ShareCtr definitions, | Simo Sorce | 1 | -51/+51 |
2007-10-10 | r18675: merge from samba3: | Stefan Metzmacher | 1 | -1/+17 |
2007-10-10 | r18674: merge from samba3, | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r18668: fix ref pointer related bugs, we should watch the compiler warnings! | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r18661: C++ warnings | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r18658: make the test change fields sequentially each one in turn. | Rafal Szczesniak | 1 | -16/+39 |
2007-10-10 | r18657: handle the case where rpc call went fine, but the result | Rafal Szczesniak | 1 | -0/+3 |
2007-10-10 | r18656: fix stupid mistake causing segfaults in torture test | Rafal Szczesniak | 1 | -2/+7 |
2007-10-10 | r18655: add more fields and better handle the error case where fields | Rafal Szczesniak | 1 | -2/+66 |
2007-10-10 | r18639: Get rid of the keepref support | Jelmer Vernooij | 29 | -149/+80 |
2007-10-10 | r18637: Fix the build. Sorry, | Günther Deschner | 1 | -1/+0 |
2007-10-10 | r18636: Excessive testing with pam_winbind within Samba3 revealed a new samr | Günther Deschner | 3 | -5/+9 |
2007-10-10 | r18635: Make sure to display samr_GroupAttrs in samr_DispInfo for groups instead | Günther Deschner | 1 | -1/+14 |
2007-10-10 | r18634: Turn flags field into a bitmap. | Jelmer Vernooij | 1 | -1/+9 |
2007-10-10 | r18633: Add a couple of new WERR codes encountered with dfs torture testing. | Günther Deschner | 2 | -2/+12 |
2007-10-10 | r18631: correct unintentional commit. | Rafal Szczesniak | 1 | -1/+1 |
2007-10-10 | r18630: Better way to display ref-pointers with [print]. Thanks to metze for | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r18629: There is no such "unknown" pointer in dfs_Enum(). | Günther Deschner | 1 | -1/+0 |
2007-10-10 | r18628: dfs_EnumEx() also takes a ref pointer. | Günther Deschner | 1 | -5/+5 |
2007-10-10 | r18627: only cosmetic reformat, no functional changes. | Günther Deschner | 1 | -21/+21 |
2007-10-10 | r18626: fix cleanup function to safely recover after interrupted test | Rafal Szczesniak | 1 | -28/+73 |
2007-10-10 | r18625: dfs_GetManagerVersion() returns a version number, not just an exist | Günther Deschner | 2 | -7/+12 |
2007-10-10 | r18624: path is a ref pointer in dfs_GetInfo(). | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r18615: add more time fields and fix a silly mistake. | Rafal Szczesniak | 1 | -1/+27 |
2007-10-10 | r18614: a bit of work done while on the plane. | Rafal Szczesniak | 1 | -0/+22 |
2007-10-10 | r18611: Do not return NT_STATUS_OK when libnet_Add|DelShare has failed. | Günther Deschner | 1 | -1/+13 |
2007-10-10 | r18610: Fix typo. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r18609: error_string should not contain newlines. | Günther Deschner | 6 | -51/+50 |
2007-10-10 | r18607: remove unused structure element | Stefan Metzmacher | 2 | -2/+1 |