Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r14860: create libcli/security/security.h | Stefan Metzmacher | 2007-10-10 | 54 | -57/+75 |
| | | | | | metze (This used to be commit 9ec706238c173992dc938d537bdf1103bf519dbf) | ||||
* | r14859: fix bugs noticed by the ibm code checker | Stefan Metzmacher | 2007-10-10 | 1 | -9/+11 |
| | | | | | metze (This used to be commit afa8f944a7c572becd011b8c248eef13d7495ac7) | ||||
* | r14858: fix bugs noticed by the ibm code checker | Stefan Metzmacher | 2007-10-10 | 2 | -5/+6 |
| | | | | | metze (This used to be commit 152e7e3d024cbc1ae60f8595507d39b647551a71) | ||||
* | r14857: fix bugs noticed by the ibm code checker | Stefan Metzmacher | 2007-10-10 | 1 | -3/+4 |
| | | | | | metze (This used to be commit 07626bf3c7dc7162b852cc27e5a7c313ede3862a) | ||||
* | r14856: fix bugs noticed by the ibm code checker | Stefan Metzmacher | 2007-10-10 | 1 | -8/+10 |
| | | | | | metze (This used to be commit f72e7d9dcd02f1f983b457163dee0a8df0186c79) | ||||
* | r14854: Finish off swig wrapper and torture tests for tdb. | Tim Potter | 2007-10-10 | 2 | -11/+149 |
| | | | | (This used to be commit 1c4042e23f3e99f95133313607e2c2904503cf74) | ||||
* | r14852: See if all target platforms support multiple .SUFFIXES lines. | Jelmer Vernooij | 2007-10-10 | 2 | -4/+5 |
| | | | | (This used to be commit 137ed99e3527c5240533d59b6b98d1f01a849046) | ||||
* | r14851: Make BOOL, False and True simple aliases to the POSIX-defined | Jelmer Vernooij | 2007-10-10 | 1 | -3/+3 |
| | | | | | bool, false and true (guaranteed to be defined by lib/replace) (This used to be commit 53fa1bdb6e0ea134c4d688e7cf3237fd25c2cc76) | ||||
* | r14850: Don't assume that sizeof(BOOL) == sizeof(int) | Jelmer Vernooij | 2007-10-10 | 1 | -46/+46 |
| | | | | (This used to be commit 1557e1ba6f3576dcd28cb7f05ba97df7b549ba52) | ||||
* | r14848: use the constant instead of the interger value | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
| | | | | | metze (This used to be commit 6386fd69303f8a2362c3b967796010ded798511e) | ||||
* | r14845: expanded the number of info levels tested for continue in the | Andrew Tridgell | 2007-10-10 | 1 | -90/+123 |
| | | | | | RAW-SEARCH test (This used to be commit a3e7640730b756392afce4ec1b69eda0bf044e3f) | ||||
* | r14844: Support a stdbool.h replacement in lib/replace/ | Jelmer Vernooij | 2007-10-10 | 10 | -17/+29 |
| | | | | (This used to be commit bccfddcafa1fdb56392e2301bbd404964ad9f7c3) | ||||
* | r14843: the results of the srvsrv_* calls depends on the user, | Stefan Metzmacher | 2007-10-10 | 1 | -85/+132 |
| | | | | | | | try some tests anonymous... metze (This used to be commit eb63d83f007e374f77ff63b3d7b81f187260c8fa) | ||||
* | r14842: fix parsing of NetDiskEnum replies | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
| | | | | | metze (This used to be commit c1cc1e8dd764dfada38d4d66063e66fa6982bb0d) | ||||
* | r14840: - rename some functions | Stefan Metzmacher | 2007-10-10 | 3 | -39/+52 |
| | | | | | | | - stack specific functions on top of generic ones metze (This used to be commit e391f3c98aae600c5f64d5975dd55567a09c3100) | ||||
* | r14838: fix the build. Looks like I still haven't quite got the hang of the | Andrew Tridgell | 2007-10-10 | 5 | -1/+5 |
| | | | | | new dependency/proto system :-) (This used to be commit 63ae3f21e3471895ba83df1c2fdc4147090f7fdb) | ||||
* | r14837: fixed build error | Andrew Tridgell | 2007-10-10 | 1 | -1/+2 |
| | | | | (This used to be commit 23724bfd24b051c4096ac49c52c2cd31389340be) | ||||
* | r14836: Keep constants in the right order, and line things up nicely. | Tim Potter | 2007-10-10 | 1 | -3/+3 |
| | | | | (This used to be commit 9c11c1ac2a9d5a6cae490fa7a2005700271d53f3) | ||||
* | r14835: split out the config rules for the ntvfs/common/ directory | Andrew Tridgell | 2007-10-10 | 2 | -5/+15 |
| | | | | (This used to be commit 33495d19cf0263f6df5ec935f51c68bde84b1d01) | ||||
* | r14826: initialize pid1 and pid2:-) | Stefan Metzmacher | 2007-10-10 | 1 | -0/+3 |
| | | | | | metze (This used to be commit 45e28329723c15c1ba6b8420cd3689cd03613de7) | ||||
* | r14822: if we use the snum used by the lp_* functions instead of the wire TID, | Stefan Metzmacher | 2007-10-10 | 1 | -10/+10 |
| | | | | | | | then don't use tid as name... metze (This used to be commit d41d48caf209fec9f5f04d38d75277b1cfeed22f) | ||||
* | r14819: list all tests smbtorture offers and explicit list tests | Stefan Metzmacher | 2007-10-10 | 1 | -16/+28 |
| | | | | | | | for skipping metze (This used to be commit 127fe33c460ff77c53ad53728782bdb119bcdfb4) | ||||
* | r14818: give an error on an unknown test | Stefan Metzmacher | 2007-10-10 | 1 | -0/+1 |
| | | | | | | | so we catch typos in the make test scripts metze (This used to be commit fa73030debe1c216d86622a5380dbe2945f5d1d3) | ||||
* | r14817: rename some tests | Stefan Metzmacher | 2007-10-10 | 2 | -4/+6 |
| | | | | | | | tridge: is SCAN-EAMAX ok? metze (This used to be commit d8529ec2ee079d4ff17681a5d35d260fd3313e88) | ||||
* | r14816: Simplify test for comparison_fn_t | Jelmer Vernooij | 2007-10-10 | 3 | -20/+4 |
| | | | | (This used to be commit 594215d1176b23596549fd4e4098d42ef41f7d0d) | ||||
* | r14815: BASE-DIR doesn't exists... | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
| | | | | | metze (This used to be commit 711df01cc82037b47f750572387accbf28d10bfc) | ||||
* | r14814: also run the BASE-DIR test with 'make test' | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
| | | | | | metze (This used to be commit b52baadf2233335f5f92b4e08b7f1c2dfd0d764f) | ||||
* | r14813: Remove headers already checked for earlier or not used. | Jelmer Vernooij | 2007-10-10 | 1 | -2/+1 |
| | | | | (This used to be commit bd803fc9803451e0030d292ece57a56614085688) | ||||
* | r14812: Fix typos | Jelmer Vernooij | 2007-10-10 | 1 | -2/+2 |
| | | | | (This used to be commit 354326a718d490e49d760ae62e583612479fa706) | ||||
* | r14808: added notify_trigger() calls for rename and setfileinfo calls | Andrew Tridgell | 2007-10-10 | 2 | -0/+43 |
| | | | | (This used to be commit adb4ea32e2d5506cb213ea4c0715918042fba084) | ||||
* | r14807: fixed the format of notify responses (forgot to commit this earlier) | Andrew Tridgell | 2007-10-10 | 1 | -6/+11 |
| | | | | (This used to be commit fb91a37e926963acfc90fe276a33c7a329a023e8) | ||||
* | r14806: Fix compiler warnings | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
| | | | | (This used to be commit b38a83407717b760c8a7aa3715ab3ca7f637c611) | ||||
* | r14805: use tdb_lock_bystring() to prevent race conditions in notify add/remove | Andrew Tridgell | 2007-10-10 | 1 | -5/+56 |
| | | | | (This used to be commit a6be44f78ca2eaecbf0b6d8598addba5a11ae966) | ||||
* | r14804: Start writing a more Pythonic tdb module. | Tim Potter | 2007-10-10 | 2 | -7/+48 |
| | | | | (This used to be commit 4c9af9c1495e0582de8353709d7b79b731a7fc75) | ||||
* | r14803: copy with the root directory, which has /. on the end of the path | Andrew Tridgell | 2007-10-10 | 1 | -0/+17 |
| | | | | (This used to be commit 16742cd28621d205f21c855e5635be1dfc3f2b69) | ||||
* | r14802: Fix typo. | Tim Potter | 2007-10-10 | 1 | -1/+1 |
| | | | | (This used to be commit 757805f02050a6023ff728c28e2f79d00f277f6f) | ||||
* | r14801: Move swig testing makefile fragment into swig's config.mk and out of | Tim Potter | 2007-10-10 | 2 | -3/+5 |
| | | | | | main.mk (This used to be commit 3721072fc531df2ffdc9ae323aa2e4e3d0fc58b7) | ||||
* | r14800: use tdb_get_seqnum() in the change notify code to avoid reloading the | Andrew Tridgell | 2007-10-10 | 1 | -2/+13 |
| | | | | | | | notify record if the tdb has not changed. This makes the notify_trigger() call much faster, which is important as it is called on just about every file operation (This used to be commit d09b8761bfda7dfbb4c7a5c4a4f4359ba01923a3) | ||||
* | r14799: added a tdb_get_seqnum() call, and the TDB_SEQNUM flag. This allows | Andrew Tridgell | 2007-10-10 | 4 | -1/+65 |
| | | | | | | for an extremely lightweight test to see if a tdb has possibly changed. (This used to be commit f325ba605ccceca63712c0f2c98961e35e437b3d) | ||||
* | r14798: Get swig building again (by commenting out dcerpc stuff for now). | Tim Potter | 2007-10-10 | 4 | -4/+37 |
| | | | | | Add the start of a test framework for swigged functionality. (This used to be commit 3dfd0959f78518c021417f3f1158c51d70a1e88c) | ||||
* | r14797: added checking of the filter in notify requests | Andrew Tridgell | 2007-10-10 | 6 | -10/+48 |
| | | | | (This used to be commit 1db0a5a7f4c1ff915d91bc15d8e40cc90a78961d) | ||||
* | r14796: handle overflows in the notify buffer. The pending events are dumped | Andrew Tridgell | 2007-10-10 | 1 | -4/+27 |
| | | | | | and the notify buffer removed (This used to be commit a4c0e23f9dc5049e7d6df3bf3d3ee694f715ce05) | ||||
* | r14795: queue notify requests on the same handle | Andrew Tridgell | 2007-10-10 | 1 | -32/+31 |
| | | | | (This used to be commit c976f14a9f397802946a9bb36394fe4c27bf3caf) | ||||
* | r14794: added a test to see what happens when you send a notify request on a | Andrew Tridgell | 2007-10-10 | 1 | -0/+66 |
| | | | | | | handle that already has a notify request pending. It turns out that they are queued (This used to be commit 15e9302bcd20a91446b19033333b743f1d257a66) | ||||
* | r14793: the RAW-NOTIFY test now passes. Next I need to make it efficient, and | Andrew Tridgell | 2007-10-10 | 2 | -20/+28 |
| | | | | | add the hooks in all the other places (This used to be commit d1937589029ac2a75d15f006685769c44a274a65) | ||||
* | r14792: when we enable fake oplocks, give out batch oplocks not exclusive ↵ | Andrew Tridgell | 2007-10-10 | 1 | -2/+2 |
| | | | | | | oplocks (This used to be commit 182aee1a213c1219772895deed31e1ed8aed00c4) | ||||
* | r14755: the change notify code now passes most of the RAW-NOTIFY test. Still | Andrew Tridgell | 2007-10-10 | 4 | -21/+98 |
| | | | | | more work to do though (This used to be commit 4d234b37e528137b5c00f6bbb84c2d6939fea324) | ||||
* | r14740: Try loading shared libs from the bin/ directory (useful for running ↵ | Jelmer Vernooij | 2007-10-10 | 1 | -0/+3 |
| | | | | | | | 'make test' without developer mode) (This used to be commit 3aafd0902094b7d3ed3c4ebe2c9245e2a86d53ea) | ||||
* | r14739: keep the last request time for the smbsrv_connection, | Stefan Metzmacher | 2007-10-10 | 8 | -13/+46 |
| | | | | | | | smbsrv_session and smbsrv_tcon for management tools metze (This used to be commit 2c87f210e9e68de42dc45ca6532f3f33f4b6ce95) | ||||
* | r14738: do some different lookups | Stefan Metzmacher | 2007-10-10 | 1 | -5/+5 |
| | | | | | metze (This used to be commit f61bd2e9a2b59a3e5c7eded6b4a7075d193c980a) |