summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* r18693: Print debug info when DEBUGLEVEL >= 10 in the Samba3 code.Jelmer Vernooij2007-10-102-0/+14
| | | | (This used to be commit d28ae3f70ad4f6b09780e600ecb98c39cc62fd24)
* r18691: Forgot to add copyright info.Rafal Szczesniak2007-10-101-0/+20
| | | | | rafal (This used to be commit 1289d419a8fc3e541d9d2f1812e169800d650e71)
* r18689: Initialize r.out in the server side code, in case the handler functionJelmer Vernooij2007-10-101-0/+4
| | | | | doesn't touch them. (This used to be commit 2ac2c7ca60c70d70a07162c63bfb492c74816c7c)
* r18686: Fix typo protocl->protocolVolker Lendecke2007-10-101-1/+2
| | | | (This used to be commit 14b88fefa088b39ca1e6b7d0ef08310d233c6788)
* r18685: we don't need this hereStefan Metzmacher2007-10-101-1/+0
| | | | | metze (This used to be commit cc729e646c5e3cb7919d033f90bda1dce545ff6b)
* r18683: NET-USERMOD test changed to be able to perform multiple simultaneousRafal Szczesniak2007-10-103-92/+207
| | | | | | | | | | changes. Also, some common definitions for user mod tests have been put into a separate file. rafal (This used to be commit 0040c087481be68d44a0b59744be5c5e569fd8a4)
* r18682: a bit of a change in setfield function.Rafal Szczesniak2007-10-101-127/+127
| | | | | | | one more change to do... rafal (This used to be commit 43b550c83b9e595ba140a89df5683574513a3a4c)
* r18676: Don't mix ShareInfo and ShareCtr definitions,Simo Sorce2007-10-101-51/+51
| | | | | this makes a much more readable include file (This used to be commit e3b157af9f870c4c2423095c5ccb1bbcaf3faa61)
* r18675: merge from samba3:Stefan Metzmacher2007-10-101-1/+17
| | | | | | | | we need to define the macros the indicate we have bool even if we have not defining bool ourself metze (This used to be commit 0c18e5d9383883f696113837a9e2d1bc078f18b1)
* r18674: merge from samba3,Stefan Metzmacher2007-10-101-1/+1
| | | | | | | PRINTF_ATTRIBUTE seems to not work with gcc 3.0 metze (This used to be commit dfb9bfba943bb4954101e7e02fa5a68046817162)
* r18668: fix ref pointer related bugs, we should watch the compiler warnings!Stefan Metzmacher2007-10-101-4/+4
| | | | | | | only cc on us4 bailed out... metze (This used to be commit 35da9e4f4ff6082ea938c9c72992015f8b26280c)
* r18661: C++ warningsVolker Lendecke2007-10-101-2/+2
| | | | (This used to be commit 771d30ca0c9d108b800bcfe33069f38dc4382662)
* r18658: make the test change fields sequentially each one in turn.Rafal Szczesniak2007-10-101-16/+39
| | | | | | | now to multiple changes... rafal (This used to be commit 6df2c04e03ac6b7d518edfee7fd6a5de299bf9d4)
* r18657: handle the case where rpc call went fine, but the resultRafal Szczesniak2007-10-101-0/+3
| | | | | | | not necessariy did. rafal (This used to be commit 69c379cc636d2ccd454ea21c7ccebf27dd84e40d)
* r18656: fix stupid mistake causing segfaults in torture testRafal Szczesniak2007-10-101-2/+7
| | | | | | | and also add one more field to be set. rafal (This used to be commit e2621d00638f7dbf9f0bf862d2841da73f26d0af)
* r18655: add more fields and better handle the error case where fieldsRafal Szczesniak2007-10-101-2/+66
| | | | | | | | setting routine don't know how to do that (and user info level is invalid). rafal (This used to be commit a7564931a72069f5ddc86956bc573f448a3c99f7)
* r18639: Get rid of the keepref supportJelmer Vernooij2007-10-1029-149/+80
| | | | (This used to be commit d1364ef0cd8f1a64f44476476323ab390ac4de48)
* r18637: Fix the build. Sorry,Günther Deschner2007-10-101-1/+0
| | | | | Guenther (This used to be commit d6cc668a6c1dcf45d06a1f666d5341f2a6e7f131)
* r18636: Excessive testing with pam_winbind within Samba3 revealed a new samrGünther Deschner2007-10-103-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 (This used to be commit 7513748208214339e764cc990aa1dbbcf864975a)
* r18635: Make sure to display samr_GroupAttrs in samr_DispInfo for groups insteadGünther Deschner2007-10-101-1/+14
| | | | | | | of interpreting them as samr_AcctFlags. Guenther (This used to be commit ed02c1afc82391f5aeb7caa9a6cd942b1b95e630)
* r18634: Turn flags field into a bitmap.Jelmer Vernooij2007-10-101-1/+9
| | | | (This used to be commit add8a8f6cf2335efbbbe8e77d8ea76e81449b2d6)
* r18633: Add a couple of new WERR codes encountered with dfs torture testing.Günther Deschner2007-10-102-2/+12
| | | | | Guenther (This used to be commit e2879f6fc21e5ca96b24ed11e4a460a0ebada8c3)
* r18631: correct unintentional commit.Rafal Szczesniak2007-10-101-1/+1
| | | | | rafal (This used to be commit c68ec9109e970d899672b8c9db12c181ff6c3b59)
* r18630: Better way to display ref-pointers with [print]. Thanks to metze forGünther Deschner2007-10-101-2/+2
| | | | | | | pointing this out. Guenther (This used to be commit 246ab597057325611b5e53e6240ee8cabd3b6df7)
* r18629: There is no such "unknown" pointer in dfs_Enum().Günther Deschner2007-10-101-1/+0
| | | | | Guenther (This used to be commit c5b49d111eec8acde1a8681c56d14d5d1316798b)
* r18628: dfs_EnumEx() also takes a ref pointer.Günther Deschner2007-10-101-5/+5
| | | | | Guenther (This used to be commit 69e2850caffb089e8c23d773a688319d239f470f)
* r18627: only cosmetic reformat, no functional changes.Günther Deschner2007-10-101-21/+21
| | | | | Guenther (This used to be commit fe90f29b86fb0240337ea8b549cd6f2f7f2eb5ca)
* r18626: fix cleanup function to safely recover after interrupted testRafal Szczesniak2007-10-101-28/+73
| | | | | | | | and add one requested field in to the function creating testing set of changes for user modify routine. rafal (This used to be commit f6d4f356b3de03baa3d1672730195668bbfdc9c7)
* r18625: dfs_GetManagerVersion() returns a version number, not just an existGünther Deschner2007-10-102-7/+12
| | | | | | | flag. Guenther (This used to be commit 3e42ccc6096198458f66841f91234f670ceb59c4)
* r18624: path is a ref pointer in dfs_GetInfo().Günther Deschner2007-10-101-1/+1
| | | | | | | torture test to follow. Guenther (This used to be commit bfaeef756316852fbaa4a2bbc31b190b8b05c89f)
* r18615: add more time fields and fix a silly mistake.Rafal Szczesniak2007-10-101-1/+27
| | | | | rafal (This used to be commit 06e0c5d1664143f212f72fff9d9f43447b16b1d5)
* r18614: a bit of work done while on the plane.Rafal Szczesniak2007-10-101-0/+22
| | | | | | | a new function converting NTTIME to struct timeval rafal (This used to be commit e9ebbb8661ac6efc5bf07798a64cdb9f7c7eea50)
* r18611: Do not return NT_STATUS_OK when libnet_Add|DelShare has failed.Günther Deschner2007-10-101-1/+13
| | | | | Guenther (This used to be commit 1709ad741b43a19eaeef9e0a64e70a52132c088b)
* r18610: Fix typo.Günther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit 759914a07e1f85617c82ee5f4a6f3193fb9cc111)
* r18609: error_string should not contain newlines.Günther Deschner2007-10-106-51/+50
| | | | | Guenther (This used to be commit 556666756418ad50c533199c736fe3696a7e20cb)
* r18607: remove unused structure elementStefan Metzmacher2007-10-102-2/+1
| | | | | | | rafal: is there a reason why we don't use libnet_AddShare() in the torture test? metze (This used to be commit 070a98379a78eb46ff808521e375c9874c1c0d1c)
* r18604: fixed shell syntaxAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 61104953c82442b9ef0817c077f4b91741fa3aa8)
* r18602: updated web page for new ldb build methodAndrew Tridgell2007-10-101-3/+8
| | | | (This used to be commit 36c35262f23fec20feff99a87b185b74c1f176c2)
* r18601: updated web page for new talloc build methodAndrew Tridgell2007-10-101-0/+2
| | | | (This used to be commit fbd8028080108cd920ee0a65bdb10de2eb419cde)
* r18600: - fix shell syntax in tests for librariesAndrew Tridgell2007-10-104-4/+8
| | | | | - add library test for libpopt (This used to be commit 13878b7e7ec65b21df954f83afc0e9ceb73e44a0)
* r18599: the netr_CryptPassword structure needs to use a uint8, as the data isAndrew Tridgell2007-10-101-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) (This used to be commit a44f2eda1eeb134292111dd857f0f65e4bf96399)
* r18596: removed superfluous semicolonAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 4f3628dea69efce430bf96a42435025806853d90)
* r18595: try an experiment of adding a RPC test into the windows testingAndrew Tridgell2007-10-101-3/+12
| | | | | | | | framework Brad, I know this is a bit hackish. We really need a "testit" like function like in test_functions.sh (This used to be commit 7120fbffa5560dcaf3d796cb72fa3a6b78a991d6)
* r18594: fail the configure step if the required library is not found for tdb,Andrew Tridgell2007-10-103-3/+15
| | | | | talloc or libreplace (This used to be commit 9f45f970f71ee5585bf3c924b9c77188405fa246)
* r18593: try to get the same socket_wrapper file building in samba3 and samba4Stefan Metzmacher2007-10-103-3/+29
| | | | | | | this is preparation of adding libreplace to samba3 later. metze (This used to be commit 26228e4b2e8debd84caebe84bb34bfbbf2ad405c)
* r18592: we don't need this twiceStefan Metzmacher2007-10-101-3/+0
| | | | | metze (This used to be commit e9fe725cf4021943e939f493b967e0ef5a438622)
* r18591: Better defaults for share creationSimo Sorce2007-10-102-9/+18
| | | | | Fix logic error in paged_results (This used to be commit 34ce1f8e1bab2debb508aa8bf478231389a77d42)
* r18590: Some more work on the srvsvc pipeSimo Sorce2007-10-104-64/+548
| | | | (This used to be commit 2c035787d47c6055c4081021f30d08929f178ca3)
* r18589: make inclusion of net/if.h conditional. It breaks HPUX with gcc.Andrew Tridgell2007-10-101-4/+7
| | | | (This used to be commit ac71f40f8ff13c422e528dd5013842aa5a5004e7)
* r18588: save one more character in the socket wrapper path - seems it stillAndrew Tridgell2007-10-101-1/+1
| | | | | was occasionally too long for IRIX 6.4 (This used to be commit f6b65fd631ede9b53c3a8c7a300b3b6bad9f6c52)