summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-09-09Make sure that if there are no interfaces, name_register_wins does notRichard Sharpe1-0/+7
2001-09-09Typo fix per Vance on IRC.Christopher R. Hertel1-1/+1
2001-09-09fixed typoAndrew Tridgell1-1/+1
2001-09-09removed pointless parameter from readfile()Andrew Tridgell1-3/+3
2001-09-09fixed missing const on d_printf declarationAndrew Tridgell1-3/+3
2001-09-08convert more code to using d_printfAndrew Tridgell7-564/+566
2001-09-07Change the description on --with-pam_smbpass to make it clearer - some peopeAndrew Bartlett4-67/+81
2001-09-07Don't fail if no owner/group owner set. Use existing owners.Jeremy Allison1-3/+7
2001-09-07#ifdef out function when not used.Jeremy Allison1-0/+2
2001-09-07Fixed paragraph about byte range locking. Jerry, could you make a pdf of this?Volker Lendecke1-15/+20
2001-09-07added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell8-155/+318
2001-09-06Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX.Jeremy Allison2-94/+53
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell19-28/+27
2001-09-06Fixed O(N^2) talloc loop when allocating printer name memory - fix fromJeremy Allison1-2/+2
2001-09-06- fixed proto.h build on systems using a parallel makeAndrew Tridgell4-197/+1590
2001-09-06Converted to NTSTATUS return codes.Tim Potter1-17/+92
2001-09-06Started a cleanup of smbpasswd related stuff. I've created a new fileTim Potter8-156/+232
2001-09-06Removed 18 duplicate #undef entries.Tim Potter1-21/+0
2001-09-06Annotated definition of NEW_PW_FORMAT_SPACE_PADDED_LEN constant.Tim Potter1-1/+3
2001-09-06flush stdout in test logging fnsAndrew Tridgell2-0/+2
2001-09-06use a different test tdb name for tdbtest and tdbtortureAndrew Tridgell1-1/+1
2001-09-06actually obey the "use mmap" smb.conf optionAndrew Tridgell2-2/+6
2001-09-06Logon workstation checks from Toomas Soome <tsoome@ut.ee>Tim Potter1-9/+42
2001-09-06enable strict locking by default. This will be slow, so now we justAndrew Tridgell1-1/+1
2001-09-06it turns out that XP agrees with the samba head branch over the rightAndrew Tridgell1-12/+13
2001-09-06use NTSTATUS not BOOL in do_lock()Andrew Tridgell2-21/+24
2001-09-05Removed unneeded set of delete on close in fsp->share_mode.Jeremy Allison1-7/+0
2001-09-05Fix I think for the fcntl spinning problem. Re-prioritize soJeremy Allison2-1/+21
2001-09-052nd DELETE_ON_CLOSE_FLAG fix ...Andrew Tridgell1-3/+3
2001-09-05when you update the share mode in the db you must also updateAndrew Tridgell1-0/+7
2001-09-05fixed formatting to make the code vaguely readable. It's still a dogsAndrew Tridgell1-142/+143
2001-09-05add PROFILE_OBJ to nmbd nowHerb Lewis1-1/+1
2001-09-05merge profile data changes from 2.2Herb Lewis4-32/+101
2001-09-05always include profile support so you do not need a different binary ofHerb Lewis1-5/+0
2001-09-05add profiling stats from 2.2Herb Lewis2-3/+383
2001-09-05variable name changed to --with-profiling-dataHerb Lewis2-620/+617
2001-09-05When sending a message via a tdb, it must be open read/write.Jeremy Allison1-1/+1
2001-09-05use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell7-64/+55
2001-09-05added filename to error_packet()Andrew Tridgell2-11/+12
2001-09-05fixed some compilation errors in cli_netlogon.c - tim, you need to rerun conf...Andrew Tridgell2-12/+12
2001-09-05more warning fixes on solarisAndrew Tridgell8-11/+17
2001-09-05fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA...Andrew Tridgell7-103/+100
2001-09-05Merged cli_net_req_chal() and cli_net_auth2() from rpc_client/cli_login.cTim Potter1-0/+177
2001-09-05oh fooTim Potter1-1/+1
2001-09-05Don't crash if run with no command line arguments. (-:Tim Potter1-1/+1
2001-09-05NFS v2 can return ENOLCK when greater than 31 bit offsets are used.Jeremy Allison1-2/+2
2001-09-04don't do pointer arithmetic on void* (some compilers can't do it)Andrew Tridgell1-1/+1
2001-09-04Fixes to ensure invalid vuids cannot stop oplock breaks.Jeremy Allison1-5/+7
2001-09-04Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison6-418/+327
2001-09-04fixed compilation of tortureAndrew Tridgell2-48/+44