summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* don't attempt to build rpcclient in the head branchAndrew Tridgell2000-05-091-1/+1
* brought across some rpc header files from tngAndrew Tridgell2000-05-092-0/+112
* brought the winbindd code into headAndrew Tridgell2000-05-0914-0/+4802
* added some rules for winbindd and pam_winbindAndrew Tridgell2000-05-091-1/+35
* Added tdb_store_by_string() and tdb_fetch_by_string() functions to storeTim Potter2000-05-091-0/+27
* the beginnings of a description of how to setup a Samba applianceAndrew Tridgell2000-05-092-0/+57
* Fix for VMS platforms from "John E. Malmberg" <wb8tyw@qsl.net>Jeremy Allison2000-05-081-0/+2
* Someone :-) forgot to add secrets.c to HEAD.Jeremy Allison2000-05-082-1/+91
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-0811-262/+58
* Added winbindd parameters to smb.conf documentation.Tim Potter2000-05-081-0/+80
* Initial version of winbindd manual page.Tim Potter2000-05-081-0/+217
* added winbindd options in head branch, so it is possible to combineAndrew Tridgell2000-05-061-0/+49
* fixed a vfs crash bugAndrew Tridgell2000-05-061-6/+4
* signed/unsigned fixes so we can handle a lock base close to 2^32Andrew Tridgell2000-05-061-31/+29
* Fix for uninitialized memory read in brlock code. brl_locktest now needsJeremy Allison2000-05-053-3/+4
* Fix for dual unix_to_dos conversion in readdir from A.V.Shutko <AVShutko@mail...Jeremy Allison2000-05-051-1/+0
* add new release notes chapter to samba for irix packageHerb Lewis2000-05-051-0/+1
* Fix for crash bug in OpenConfFile() if no smb.conf exists.Tim Potter2000-05-051-1/+1
* Fix for read_file() returning -1.Jeremy Allison2000-05-051-0/+2
* Two fixes. Added missong logic & case in lock split code.Jeremy Allison2000-05-051-4/+12
* make debug easier to readAndrew Tridgell2000-05-051-6/+9
* make debug easier to readAndrew Tridgell2000-05-051-5/+6
* nasty hack to print posix locksAndrew Tridgell2000-05-051-0/+17
* example of broken posix lock behaviourAndrew Tridgell2000-05-051-0/+8
* rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison2000-05-044-19/+41
* Updated to fix overlapping problem.Jeremy Allison2000-05-041-68/+142
* a minimal change to get appliance mode to work with winbinddAndrew Tridgell2000-05-045-16/+70
* parameterize the lock timeoutAndrew Tridgell2000-05-041-2/+3
* added a test for the NT byte range lock into smbtortureAndrew Tridgell2000-05-041-1/+16
* an even simpler example of NT gettings its locking code wrong. ThisAndrew Tridgell2000-05-041-20/+14
* - use full_name instead of real_nameAndrew Tridgell2000-05-048-21/+9
* need LOCKING_OBJ in locktest nowAndrew Tridgell2000-05-042-4/+8
* more locktest improvementsAndrew Tridgell2000-05-041-31/+81
* fixed message textAndrew Tridgell2000-05-041-1/+1
* if the stat cache is off then don't initialise itAndrew Tridgell2000-05-041-0/+2
* added -A analyze mode to locktest - it can now automatically pruneAndrew Tridgell2000-05-041-139/+242
* found a much simpler case that kills the posix lockingAndrew Tridgell2000-05-041-5/+5
* fixed a uninit memory read that insure foundAndrew Tridgell2000-05-041-6/+3
* added ability to present lock testsAndrew Tridgell2000-05-041-16/+40
* Fix for debug statement crash.Jeremy Allison2000-05-041-1/+1
* unicode code pages are detected as compiler intermediate file so set toHerb Lewis2000-05-031-1/+1
* Fix based on Elrond's code to reduce the store size on removing dead records.Jeremy Allison2000-05-031-0/+1
* Fixed the bug locktest.c found, it was an off-by-one error in the non-overlapJeremy Allison2000-05-031-1/+1
* Fixed silly bug where I wasn't checking for matching fd's in closing a file.Jeremy Allison2000-05-031-7/+24
* Added range info to the panic message to track down the bug withJeremy Allison2000-05-031-1/+5
* improved the lock test programAndrew Tridgell2000-05-031-15/+27
* - clear dead locks at startupAndrew Tridgell2000-05-031-2/+47
* added a nasty lock testing programAndrew Tridgell2000-05-032-1/+350
* Fix for stacking locks in brlock and POSIX. Windows only allows a read lockJeremy Allison2000-05-032-92/+130
* Added read overlay write lock on same fnum test to locktest2.Jeremy Allison2000-05-031-1/+117