summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* kill a dead fn and make a local one staticAndrew Tridgell2001-09-102-80/+4
* made a couple of local fns staticAndrew Tridgell2001-09-103-7/+13
* passdb/smbpassfile ain't needed any more - it only provided migration from an...Andrew Tridgell2001-09-102-298/+1
* added xfileAndrew Tridgell2001-09-102-0/+384
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-1028-110/+86
* Make sure that if there are no interfaces, name_register_wins does notRichard Sharpe2001-09-091-0/+7
* fixed typoAndrew Tridgell2001-09-091-1/+1
* removed pointless parameter from readfile()Andrew Tridgell2001-09-091-3/+3
* fixed missing const on d_printf declarationAndrew Tridgell2001-09-091-3/+3
* convert more code to using d_printfAndrew Tridgell2001-09-087-564/+566
* Change the description on --with-pam_smbpass to make it clearer - some peopeAndrew Bartlett2001-09-074-67/+81
* Don't fail if no owner/group owner set. Use existing owners.Jeremy Allison2001-09-071-3/+7
* #ifdef out function when not used.Jeremy Allison2001-09-071-0/+2
* added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell2001-09-078-155/+318
* Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX.Jeremy Allison2001-09-062-94/+53
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-0619-28/+27
* Fixed O(N^2) talloc loop when allocating printer name memory - fix fromJeremy Allison2001-09-061-2/+2
* - fixed proto.h build on systems using a parallel makeAndrew Tridgell2001-09-064-197/+1590
* Converted to NTSTATUS return codes.Tim Potter2001-09-061-17/+92
* Started a cleanup of smbpasswd related stuff. I've created a new fileTim Potter2001-09-068-156/+232
* Removed 18 duplicate #undef entries.Tim Potter2001-09-061-21/+0
* Annotated definition of NEW_PW_FORMAT_SPACE_PADDED_LEN constant.Tim Potter2001-09-061-1/+3
* flush stdout in test logging fnsAndrew Tridgell2001-09-062-0/+2
* use a different test tdb name for tdbtest and tdbtortureAndrew Tridgell2001-09-061-1/+1
* actually obey the "use mmap" smb.conf optionAndrew Tridgell2001-09-062-2/+6
* Logon workstation checks from Toomas Soome <tsoome@ut.ee>Tim Potter2001-09-061-9/+42
* enable strict locking by default. This will be slow, so now we justAndrew Tridgell2001-09-061-1/+1
* it turns out that XP agrees with the samba head branch over the rightAndrew Tridgell2001-09-061-12/+13
* use NTSTATUS not BOOL in do_lock()Andrew Tridgell2001-09-062-21/+24
* Removed unneeded set of delete on close in fsp->share_mode.Jeremy Allison2001-09-051-7/+0
* Fix I think for the fcntl spinning problem. Re-prioritize soJeremy Allison2001-09-052-1/+21
* 2nd DELETE_ON_CLOSE_FLAG fix ...Andrew Tridgell2001-09-051-3/+3
* when you update the share mode in the db you must also updateAndrew Tridgell2001-09-051-0/+7
* fixed formatting to make the code vaguely readable. It's still a dogsAndrew Tridgell2001-09-051-142/+143
* add PROFILE_OBJ to nmbd nowHerb Lewis2001-09-051-1/+1
* merge profile data changes from 2.2Herb Lewis2001-09-054-32/+101
* always include profile support so you do not need a different binary ofHerb Lewis2001-09-051-5/+0
* add profiling stats from 2.2Herb Lewis2001-09-052-3/+383
* variable name changed to --with-profiling-dataHerb Lewis2001-09-052-620/+617
* When sending a message via a tdb, it must be open read/write.Jeremy Allison2001-09-051-1/+1
* use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell2001-09-057-64/+55
* added filename to error_packet()Andrew Tridgell2001-09-052-11/+12
* fixed some compilation errors in cli_netlogon.c - tim, you need to rerun conf...Andrew Tridgell2001-09-052-12/+12
* more warning fixes on solarisAndrew Tridgell2001-09-058-11/+17
* fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA...Andrew Tridgell2001-09-057-103/+100
* Merged cli_net_req_chal() and cli_net_auth2() from rpc_client/cli_login.cTim Potter2001-09-051-0/+177
* oh fooTim Potter2001-09-051-1/+1
* Don't crash if run with no command line arguments. (-:Tim Potter2001-09-051-1/+1
* NFS v2 can return ENOLCK when greater than 31 bit offsets are used.Jeremy Allison2001-09-051-2/+2
* don't do pointer arithmetic on void* (some compilers can't do it)Andrew Tridgell2001-09-041-1/+1