summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-09-12Fixed problems with arg parsing as root with smbpasswd.Jeremy Allison1-8/+11
2001-09-12Converted msdfs referral server code to use rpcstr_push() functions. StillTim Potter1-12/+10
2001-09-12String length fix from Toomas Soome <tsoome@ut.ee>Tim Potter1-1/+1
2001-09-12Ignore torture test binaries.Tim Potter1-0/+5
2001-09-12Some patches to authentication:Tim Potter14-45/+63
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell12-75/+6
2001-09-12Hmm - needs to be converted to pull/push unistr routines. But at least itTim Potter1-2/+8
2001-09-12Converted DFS error returns to WERROR instead of uint32.Tim Potter2-33/+39
2001-09-12Moved and renamed DFS error constants from include/rpc_dfs.h to doserr.h toTim Potter2-16/+17
2001-09-11Tweak the building rules under Solaris with CC.Richard Sharpe2-262/+264
2001-09-11Added a string for NT_STATUS_OK, m'kay?Tim Potter1-0/+1
2001-09-11Make sure to commit configureRichard Sharpe1-266/+265
2001-09-11Some small changes to configure to remove things like -X4 etc on compiles.Richard Sharpe1-4/+3
2001-09-10Fix for second logic bug when handing oplock breaks and client messagesJeremy Allison1-1/+11
2001-09-10left out {Herb Lewis1-1/+1
2001-09-10prevent segv by not calling tdb_traverse and tdb_close if tdb_open_logHerb Lewis1-18/+20
2001-09-10cut-n-paste errorGerald Carter1-1/+1
2001-09-10merge from APPLIANCE_HEADGerald Carter1-12/+21
2001-09-10convert more code to use XFILEAndrew Tridgell4-46/+45
2001-09-10convert more code to use XFILEAndrew Tridgell9-50/+44
2001-09-10declare dbf in one spotAndrew Tridgell21-19/+7
2001-09-10more static/dead fnsAndrew Tridgell2-11/+2
2001-09-10kill a dead fn and make a local one staticAndrew Tridgell2-80/+4
2001-09-10made a couple of local fns staticAndrew Tridgell3-7/+13
2001-09-10passdb/smbpassfile ain't needed any more - it only provided migration from an...Andrew Tridgell2-298/+1
2001-09-10added xfileAndrew Tridgell2-0/+384
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell28-110/+86
2001-09-09Make sure that if there are no interfaces, name_register_wins does notRichard Sharpe1-0/+7
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-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