summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Kill off the //server/share%user hack in share level security.Andrew Bartlett2001-09-154-105/+27
* update for .proto.stampAndrew Bartlett2001-09-151-0/+1
* Oops... For reference, NTLMv2 passwords are > 24 chars in length, whileAndrew Bartlett2001-09-151-1/+1
* This looked suspicious now we are attempting to to NTLMv2.Andrew Bartlett2001-09-151-2/+2
* Fix up NTSTATUS stuff in rpcclient's help functionAndrew Bartlett2001-09-151-5/+5
* Restore the profiling data shmem parinoia. This whole area needs to beAndrew Bartlett2001-09-152-4/+12
* Actually fill in the status for sainity checksAndrew Bartlett2001-09-151-1/+1
* Fixed up Solaris 64 bit configure.Jeremy Allison2001-09-154-706/+714
* merges from 2.2Gerald Carter2001-09-144-765/+735
* merge from appliance_headGerald Carter2001-09-141-6/+6
* merge from 2.2Gerald Carter2001-09-141-0/+2
* Now that we always get back an NTSTATUS code actually pass it on to theAndrew Bartlett2001-09-144-34/+10
* Finally commit my fix to this little mess...Andrew Bartlett2001-09-141-10/+25
* 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