summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Produce correct lanman and nt hashes in samsync smbpasswd output. TheTim Potter2001-09-141-5/+24
* Merge prs_hash1() function from tng.Tim Potter2001-09-141-0/+24
* Decode 68-byte password blocks using sam replication password key (whichTim Potter2001-09-141-2/+4
* Merge of sam_pwd_hash() function from tng.Tim Potter2001-09-141-0/+17
* Use session key from cli_state struct rather than the uninitialised oneTim Potter2001-09-141-4/+2
* Removed CHECK_STRUCT macro - it isn't used anywhere.Tim Potter2001-09-141-12/+0
* Oops.Tim Potter2001-09-141-1/+1
* Discovered a whole lot more opcodes on the LSA pipe while writing a rpcTim Potter2001-09-131-6/+38
* Fixed return value for cli_dfs_exist() - nt4 returns 1, w2k returns 2.Tim Potter2001-09-131-10/+12
* added a new global option "hostname lookups = yes/no"Andrew Tridgell2001-09-132-0/+15
* Terminate dfs referral alternate path string. DFS now works again in headTim Potter2001-09-131-1/+1
* Fixed problems with arg parsing as root with smbpasswd.Jeremy Allison2001-09-121-8/+11
* Converted msdfs referral server code to use rpcstr_push() functions. StillTim Potter2001-09-121-12/+10
* String length fix from Toomas Soome <tsoome@ut.ee>Tim Potter2001-09-121-1/+1
* Ignore torture test binaries.Tim Potter2001-09-121-0/+5
* Some patches to authentication:Tim Potter2001-09-1214-45/+63
* - enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2001-09-1212-75/+6
* Hmm - needs to be converted to pull/push unistr routines. But at least itTim Potter2001-09-121-2/+8
* Converted DFS error returns to WERROR instead of uint32.Tim Potter2001-09-122-33/+39
* Moved and renamed DFS error constants from include/rpc_dfs.h to doserr.h toTim Potter2001-09-122-16/+17
* Tweak the building rules under Solaris with CC.Richard Sharpe2001-09-112-262/+264
* Added a string for NT_STATUS_OK, m'kay?Tim Potter2001-09-111-0/+1
* Make sure to commit configureRichard Sharpe2001-09-111-266/+265
* Some small changes to configure to remove things like -X4 etc on compiles.Richard Sharpe2001-09-111-4/+3
* Fix for second logic bug when handing oplock breaks and client messagesJeremy Allison2001-09-101-1/+11
* left out {Herb Lewis2001-09-101-1/+1
* prevent segv by not calling tdb_traverse and tdb_close if tdb_open_logHerb Lewis2001-09-101-18/+20
* cut-n-paste errorGerald Carter2001-09-101-1/+1
* merge from APPLIANCE_HEADGerald Carter2001-09-101-12/+21
* convert more code to use XFILEAndrew Tridgell2001-09-104-46/+45
* convert more code to use XFILEAndrew Tridgell2001-09-109-50/+44
* declare dbf in one spotAndrew Tridgell2001-09-1021-19/+7
* more static/dead fnsAndrew Tridgell2001-09-102-11/+2
* 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