summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* brought the winbindd code into headAndrew Tridgell2000-05-0914-0/+4802
| | | | | this does not yet compile, but I'm working on that. (This used to be commit 3fb862531a4e78dca13d16d958517b16e5bdd4e2)
* added some rules for winbindd and pam_winbindAndrew Tridgell2000-05-091-1/+35
| | | | (This used to be commit 6c5d139844334191f78257fbc9f01d0fa0c2bcf0)
* Added tdb_store_by_string() and tdb_fetch_by_string() functions to storeTim Potter2000-05-091-0/+27
| | | | | data with null terminated string keys. (This used to be commit d58146321b6fe50e1cc1a73da80c3d2e8c3412dc)
* the beginnings of a description of how to setup a Samba applianceAndrew Tridgell2000-05-092-0/+57
| | | | (This used to be commit ec2b77e97d8beaee9d2352411da01b302d0875c3)
* Fix for VMS platforms from "John E. Malmberg" <wb8tyw@qsl.net>Jeremy Allison2000-05-081-0/+2
| | | | | Jeremy. (This used to be commit eb281324fa409296bb3f29c9b7c59b2337fadc0d)
* Someone :-) forgot to add secrets.c to HEAD.Jeremy Allison2000-05-082-1/+91
| | | | | Jeremy. (This used to be commit ac40971f30e00a93fc5e138bfd1afa05cd8dea4b)
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-0811-262/+58
| | | | | it (This used to be commit 88ad00b82acc4636ab57dfe710af08ea85b82ff1)
* Added winbindd parameters to smb.conf documentation.Tim Potter2000-05-081-0/+80
| | | | (This used to be commit 1d3bd3c486bf9f6b6c9d5f6207f591f465517e1e)
* Initial version of winbindd manual page.Tim Potter2000-05-081-0/+217
| | | | (This used to be commit dbe26556e70bf1b3d5770b4fd21e146650e82a91)
* added winbindd options in head branch, so it is possible to combineAndrew Tridgell2000-05-061-0/+49
| | | | | branches (This used to be commit cd5e2494279792f8516947a63bf313f8142a52c0)
* fixed a vfs crash bugAndrew Tridgell2000-05-061-6/+4
| | | | (This used to be commit 76da586396c85b6614579b9234eec34f57c12ffe)
* signed/unsigned fixes so we can handle a lock base close to 2^32Andrew Tridgell2000-05-061-31/+29
| | | | (This used to be commit 0ce2ca5ccdd0e2e7711dcbf66b72a183b2692cfe)
* Fix for uninitialized memory read in brlock code. brl_locktest now needsJeremy Allison2000-05-053-3/+4
| | | | | | to correctly set the fnum, as the brl_conflict code looks at it. Jeremy. (This used to be commit df87259a356b91989604a10b3691480dcd16cf3f)
* Fix for dual unix_to_dos conversion in readdir from A.V.Shutko ↵Jeremy Allison2000-05-051-1/+0
| | | | | | | <AVShutko@mail.khstu.ru> Jeremy. (This used to be commit 1152f2ed008dbfa7e2b1cb9719d31575e7d05b89)
* add new release notes chapter to samba for irix packageHerb Lewis2000-05-051-0/+1
| | | | (This used to be commit e2de1cf2221f56a5ee3537664d211cdcdfe74785)
* Fix for crash bug in OpenConfFile() if no smb.conf exists.Tim Potter2000-05-051-1/+1
| | | | (This used to be commit b531ddb2657e9eac1c1e9f32344b67c3963ce30a)
* Fix for read_file() returning -1.Jeremy Allison2000-05-051-0/+2
| | | | | Jeremy. (This used to be commit b899943658bee90994b416aa6caff0ee7cab5f28)
* Two fixes. Added missong logic & case in lock split code.Jeremy Allison2000-05-051-4/+12
| | | | | | Fixed range split into two, as DLIST_ADD has the wrong semantics... Jeremy. (This used to be commit 82681edda14dcc3d58bb303cfac5452072de67df)
* make debug easier to readAndrew Tridgell2000-05-051-6/+9
| | | | (This used to be commit c14a2616441b2f3357a081c6dbae7d5b677e5a12)
* make debug easier to readAndrew Tridgell2000-05-051-5/+6
| | | | (This used to be commit d64bb07f0ad0efa1a20015b620ae33fb082b1e44)
* nasty hack to print posix locksAndrew Tridgell2000-05-051-0/+17
| | | | (This used to be commit efc9752f1e00b38abe3b5d3a98627a9fe6122bc4)
* example of broken posix lock behaviourAndrew Tridgell2000-05-051-0/+8
| | | | (This used to be commit b3999f3b20d470b9c873b297e7aeb043da61588d)
* rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison2000-05-044-19/+41
| | | | | | | | rpc_server/srv_pipe_hnd.c: Bring into sync with 2.0.x. smbd/blocking.c: Improve blocking debug reporting. utils/torture.c: Added check for NT locking bug. Jeremy. (This used to be commit e8ff6d3fb5537c39611a5784bf7216ae812acd27)
* Updated to fix overlapping problem.Jeremy Allison2000-05-041-68/+142
| | | | | Jeremy. (This used to be commit 9bdfe0f5023988962f8a8b4d847de7a0ee27f85c)
* a minimal change to get appliance mode to work with winbinddAndrew Tridgell2000-05-045-16/+70
| | | | | | | | | | we needed to accept usernames of the form DOMAIN/user, which means we needed to pass the domain to a getpwnam() like routine in certain critical spots. What I'd rather do is get rid of "char *user" everywhere and use the new userdom_struct, but that will have to wait a few days. (This used to be commit 8b7a10febead8be182e7d5b1d68259e31530b69c)
* parameterize the lock timeoutAndrew Tridgell2000-05-041-2/+3
| | | | (This used to be commit 98ad4095ccc8d0349d05e6e9223eaad057029626)
* added a test for the NT byte range lock into smbtortureAndrew Tridgell2000-05-041-1/+16
| | | | (This used to be commit 7cfd45cc56e01a20a122c7742dc7e6a4ed59415f)
* an even simpler example of NT gettings its locking code wrong. ThisAndrew Tridgell2000-05-041-20/+14
| | | | | | | | | one doesn't even need two connections to the box, just two file handles. it is a very simple case actually, and one I think will happen quite a lot in real life. I wonder how they haven't noticed it? I checked and W2K has the same bug. (This used to be commit 0b335e415818028ac0daad5f99c2fd9086a2a656)
* - use full_name instead of real_nameAndrew Tridgell2000-05-048-21/+9
| | | | | - got rid of guest map code in lpq parser (This used to be commit 8e53f781d3cf6a7007764916a0d8e8f1abea1f66)
* need LOCKING_OBJ in locktest nowAndrew Tridgell2000-05-042-4/+8
| | | | (This used to be commit 89e71994450f479a0f3839f192d868924626fc84)
* more locktest improvementsAndrew Tridgell2000-05-041-31/+81
| | | | | | the current preset tests show a very interesting NT bug - it sometimes refuses a lock that it shouldn't. (This used to be commit 85b5dc64cf7cc80567f9069a48c4d20c10ccec01)
* fixed message textAndrew Tridgell2000-05-041-1/+1
| | | | (This used to be commit 99e522023eae7cf1a88e5de50f2b09df3ea318d3)
* if the stat cache is off then don't initialise itAndrew Tridgell2000-05-041-0/+2
| | | | (This used to be commit cd5dcd9e659a7255f03eb496c0202986375e73a6)
* added -A analyze mode to locktest - it can now automatically pruneAndrew Tridgell2000-05-041-139/+242
| | | | | the list of locks that cause a failure (This used to be commit 0beee59432f17f90a1c4c2c68a7ea6022b5d0908)
* found a much simpler case that kills the posix lockingAndrew Tridgell2000-05-041-5/+5
| | | | (This used to be commit b703cecf81dc62234171eaaa4c0cae448f144e1f)
* fixed a uninit memory read that insure foundAndrew Tridgell2000-05-041-6/+3
| | | | (This used to be commit 43fe5b98b4514d59e1c4bbc54a628cfbd771fc4f)
* added ability to present lock testsAndrew Tridgell2000-05-041-16/+40
| | | | (This used to be commit 3fc6a467fc3dfd2a59d4509ec52172d2dd048c80)
* Fix for debug statement crash.Jeremy Allison2000-05-041-1/+1
| | | | | Jeremy. (This used to be commit 57bf92d90147b207664152d44ce4bfb5235dc7d8)
* unicode code pages are detected as compiler intermediate file so set toHerb Lewis2000-05-031-1/+1
| | | | | nostrip (This used to be commit 5e7bc9c3e705cfaa12bd0071a873c79e2097a5a0)
* Fix based on Elrond's code to reduce the store size on removing dead records.Jeremy Allison2000-05-031-0/+1
| | | | | Jeremy. (This used to be commit 09e92a61a966d09f543ba541ddb3240cc4718579)
* Fixed the bug locktest.c found, it was an off-by-one error in the non-overlapJeremy Allison2000-05-031-1/+1
| | | | | | case. Jeremy. (This used to be commit 65150c408a5254215de89c8c774c33c4d011c2c0)
* Fixed silly bug where I wasn't checking for matching fd's in closing a file.Jeremy Allison2000-05-031-7/+24
| | | | | | This caused smbd crashes on SIGKILL. Jeremy. (This used to be commit d4dcefd12d14df112f083c312acbea0196bc5c23)
* Added range info to the panic message to track down the bug withJeremy Allison2000-05-031-1/+5
| | | | | | locktest. Jeremy. (This used to be commit 91f038356b7efa04cf4bfa5e6afd8b144b6b4ad5)
* improved the lock test programAndrew Tridgell2000-05-031-15/+27
| | | | (This used to be commit a0a3931c6e5824121bf4a8d075ef24b9b70e8aa1)
* - clear dead locks at startupAndrew Tridgell2000-05-031-2/+47
| | | | | - fixed a bug which caused lock records to not decrease in size (This used to be commit 51624a3a2f5a4ac55b4f26f572a2fc399f9c808e)
* added a nasty lock testing programAndrew Tridgell2000-05-032-1/+350
| | | | | | | | | | | | it opens 2 connections to each of 2 servers, and opens 2 fnums on the same file on each connection (a total of 8 file descriptors) then it does random lock/unlock/reopen requests in a 100 byte range on the file and compares the results from the 2 servers. strangely enough, NT fails this test against itself right now - I'm still trying to figure that out. (This used to be commit 2f14d7c9bca5e170b8d2c169801cb200021fd467)
* Fix for stacking locks in brlock and POSIX. Windows only allows a read lockJeremy Allison2000-05-032-92/+130
| | | | | | | | | to overlay a write lock on the same fnum. When overlaying read locks onto a write lock, the number of locks is counted, and the first unlock removes the write lock and downgrades this to a read lock. Do the same when mapping to POSIX. Jeremy. (This used to be commit 74d42644e6e52808037975e909aa56c850838b76)
* Added read overlay write lock on same fnum test to locktest2.Jeremy Allison2000-05-031-1/+117
| | | | | | Added locktest5 for locking stacks. Jeremy. (This used to be commit 65399ae1f058886b8779a01fb35fe3080cc3c145)
* Insure uninitialized memory read fixes.Jeremy Allison2000-05-033-3/+5
| | | | | Jeremy. (This used to be commit 577ddbfbec857dec3ade811f735ec6b183566435)
* merge 2.0 changesHerb Lewis2000-05-031-5/+6
| | | | (This used to be commit 7b3afe300b1ef54f7daa0f2dce6fd8c256e04b37)