summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * r18721: Fix base and samba3sam EJS tests to work without installation.Jelmer Vernooij2006-09-203-3/+12
| | | |
| | | * r18720: Get rid of unused file.Jelmer Vernooij2006-09-201-241/+0
| | | |
| | | * r18716: put in a commented out useful hack for some RPC serversAndrew Tridgell2006-09-201-0/+8
| | | |
| | | * r18715: 0x8 style status returns should also fail here (thanks metze)Andrew Tridgell2006-09-201-1/+1
| | | |
| | | * r18708: much nicer fixStefan Metzmacher2006-09-201-2/+1
| | | | | | | | | | | | | | | | metze
| | | * r18706: fix whitespacesStefan Metzmacher2006-09-201-4/+4
| | | | | | | | | | | | | | | | metze
| | | * r18704: readd BOOL define to fix the buildStefan Metzmacher2006-09-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | but I think this is the wrong fix... metze
| | | * r18696: Zero initialize ref ptrs.Jelmer Vernooij2006-09-191-2/+2
| | | |
| | | * r18693: Print debug info when DEBUGLEVEL >= 10 in the Samba3 code.Jelmer Vernooij2006-09-192-0/+14
| | | |
| | | * r18691: Forgot to add copyright info.Rafal Szczesniak2006-09-191-0/+20
| | | | | | | | | | | | | | | | rafal
| | | * r18689: Initialize r.out in the server side code, in case the handler function Jelmer Vernooij2006-09-191-0/+4
| | | | | | | | | | | | | | | | doesn't touch them.
| | | * r18686: Fix typo protocl->protocolVolker Lendecke2006-09-191-1/+2
| | | |
| | | * r18685: we don't need this hereStefan Metzmacher2006-09-191-1/+0
| | | | | | | | | | | | | | | | metze
| | | * r18683: NET-USERMOD test changed to be able to perform multiple simultaneousRafal Szczesniak2006-09-193-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 Szczesniak2006-09-191-127/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | one more change to do... rafal
| | | * r18676: Don't mix ShareInfo and ShareCtr definitions,Simo Sorce2006-09-191-51/+51
| | | | | | | | | | | | | | | | this makes a much more readable include file
| | | * r18675: merge from samba3:Stefan Metzmacher2006-09-191-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 Metzmacher2006-09-191-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 Metzmacher2006-09-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | only cc on us4 bailed out... metze
| | | * r18661: C++ warningsVolker Lendecke2006-09-191-2/+2
| | | |
| | | * r18658: make the test change fields sequentially each one in turn.Rafal Szczesniak2006-09-191-16/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | now to multiple changes... rafal
| | | * r18657: handle the case where rpc call went fine, but the resultRafal Szczesniak2006-09-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | not necessariy did. rafal
| | | * r18656: fix stupid mistake causing segfaults in torture test Rafal Szczesniak2006-09-191-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and also add one more field to be set. rafal
| | | * r18655: add more fields and better handle the error case where fieldsRafal Szczesniak2006-09-191-2/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setting routine don't know how to do that (and user info level is invalid). rafal
| | | * r18639: Get rid of the keepref supportJelmer Vernooij2006-09-1829-149/+80
| | | |
| | | * r18637: Fix the build. Sorry,Günther Deschner2006-09-181-1/+0
| | | | | | | | | | | | | | | | Guenther
| | | * r18636: Excessive testing with pam_winbind within Samba3 revealed a new samrGünther Deschner2006-09-183-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 insteadGünther Deschner2006-09-181-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | of interpreting them as samr_AcctFlags. Guenther
| | | * r18634: Turn flags field into a bitmap.Jelmer Vernooij2006-09-181-1/+9
| | | |
| | | * r18633: Add a couple of new WERR codes encountered with dfs torture testing.Günther Deschner2006-09-182-2/+12
| | | | | | | | | | | | | | | | Guenther
| | | * r18631: correct unintentional commit.Rafal Szczesniak2006-09-181-1/+1
| | | | | | | | | | | | | | | | rafal
| | | * r18630: Better way to display ref-pointers with [print]. Thanks to metze forGünther Deschner2006-09-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | pointing this out. Guenther
| | | * r18629: There is no such "unknown" pointer in dfs_Enum().Günther Deschner2006-09-181-1/+0
| | | | | | | | | | | | | | | | Guenther
| | | * r18628: dfs_EnumEx() also takes a ref pointer.Günther Deschner2006-09-181-5/+5
| | | | | | | | | | | | | | | | Guenther
| | | * r18627: only cosmetic reformat, no functional changes.Günther Deschner2006-09-181-21/+21
| | | | | | | | | | | | | | | | Guenther
| | | * r18626: fix cleanup function to safely recover after interrupted testRafal Szczesniak2006-09-181-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 existGünther Deschner2006-09-182-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | flag. Guenther
| | | * r18624: path is a ref pointer in dfs_GetInfo().Günther Deschner2006-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | torture test to follow. Guenther
| | | * r18615: add more time fields and fix a silly mistake.Rafal Szczesniak2006-09-181-1/+27
| | | | | | | | | | | | | | | | rafal
| | | * r18614: a bit of work done while on the plane.Rafal Szczesniak2006-09-181-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 Deschner2006-09-181-1/+13
| | | | | | | | | | | | | | | | Guenther
| | | * r18610: Fix typo.Günther Deschner2006-09-181-1/+1
| | | | | | | | | | | | | | | | Guenther
| | | * r18609: error_string should not contain newlines.Günther Deschner2006-09-186-51/+50
| | | | | | | | | | | | | | | | Guenther
| | | * r18607: remove unused structure elementStefan Metzmacher2006-09-182-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | rafal: is there a reason why we don't use libnet_AddShare() in the torture test? metze
| | | * r18604: fixed shell syntaxAndrew Tridgell2006-09-181-1/+1
| | | |
| | | * r18602: updated web page for new ldb build methodAndrew Tridgell2006-09-181-3/+8
| | | |
| | | * r18601: updated web page for new talloc build methodAndrew Tridgell2006-09-181-0/+2
| | | |
| | | * r18600: - fix shell syntax in tests for librariesAndrew Tridgell2006-09-184-4/+8
| | | | | | | | | | | | | | | | - add library test for libpopt
| | | * r18599: the netr_CryptPassword structure needs to use a uint8, as the data isAndrew Tridgell2006-09-181-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 semicolonAndrew Tridgell2006-09-171-1/+1
| | | |