summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-09-15Restore the profiling data shmem parinoia. This whole area needs to beAndrew Bartlett2-4/+12
2001-09-15Actually fill in the status for sainity checksAndrew Bartlett1-1/+1
2001-09-15Fixed up Solaris 64 bit configure.Jeremy Allison4-706/+714
2001-09-14merges from 2.2Gerald Carter4-765/+735
2001-09-14merge from appliance_headGerald Carter1-6/+6
2001-09-14merge from 2.2Gerald Carter1-0/+2
2001-09-14Now that we always get back an NTSTATUS code actually pass it on to theAndrew Bartlett4-34/+10
2001-09-14Finally commit my fix to this little mess...Andrew Bartlett1-10/+25
2001-09-14Produce correct lanman and nt hashes in samsync smbpasswd output. TheTim Potter1-5/+24
2001-09-14Merge prs_hash1() function from tng.Tim Potter1-0/+24
2001-09-14Decode 68-byte password blocks using sam replication password key (whichTim Potter1-2/+4
2001-09-14Merge of sam_pwd_hash() function from tng.Tim Potter1-0/+17
2001-09-14Use session key from cli_state struct rather than the uninitialised oneTim Potter1-4/+2
2001-09-14Removed CHECK_STRUCT macro - it isn't used anywhere.Tim Potter1-12/+0
2001-09-14Oops.Tim Potter1-1/+1
2001-09-13Discovered a whole lot more opcodes on the LSA pipe while writing a rpcTim Potter1-6/+38
2001-09-13Fixed return value for cli_dfs_exist() - nt4 returns 1, w2k returns 2.Tim Potter1-10/+12
2001-09-13added a new global option "hostname lookups = yes/no"Andrew Tridgell2-0/+15
2001-09-13Terminate dfs referral alternate path string. DFS now works again in headTim Potter1-1/+1
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