summaryrefslogtreecommitdiff
path: root/source3/smbd/lanman.c
AgeCommit message (Expand)AuthorFilesLines
2002-11-15Updates from HEAD:Andrew Bartlett1-2/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-10/+8
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-1/+1
2002-11-01Merges from HEAD:Andrew Bartlett1-1/+1
2002-10-21removed the following parametersGerald Carter1-218/+91
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-18/+23
2002-07-15more bug updates from headAndrew Tridgell1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-198/+226
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-1/+1
2002-03-15syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter1-4/+4
2002-02-27This should fix up the level 0 'convert_string' debug messages that we haveAndrew Bartlett1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-23Oops...Andrew Bartlett1-1/+1
2002-01-23Change the order of this a bit - as unix password change can fail.Andrew Bartlett1-11/+12
2002-01-21One less Get_Pwnam_Modify call!Andrew Bartlett1-5/+0
2002-01-20Kill off the old varient of 'check_plaintext_password' (new version justAndrew Bartlett1-55/+28
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-8/+8
2001-12-21Add an output parameter to message_send_all that says how manyMartin Pool1-1/+1
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-1/+1
2001-10-29This commit is number 3 of 4.Andrew Bartlett1-2/+2
2001-10-22server support for RAP session list functionJim McDonough1-0/+105
2001-10-20Use asprintf, do bounds check, better rc logicJim McDonough1-33/+43
2001-10-19Add RAP net share add supportJim McDonough1-31/+113
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett1-4/+4
2001-09-26Fix this to use the plaintext password code directly, like SWAT does.Andrew Bartlett1-7/+11
2001-09-17move to SAFE_FREE()Simo Sorce1-18/+14
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-6/+13
2001-09-03tidied up some unused vars in JFs new fnsAndrew Tridgell1-12/+0
2001-08-28Ouch ! I didn't think I would have to do that: add 2 new rap calls !Jean-François Micouleau1-0/+127
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-2/+8
2001-08-10More constant conversions.Tim Potter1-2/+2
2001-08-10merge from 2.2Gerald Carter1-1/+1
2001-08-06Added Gerald's lanman printing only change to HEAD.Jeremy Allison1-99/+91
2001-07-08This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett1-1/+1
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-20/+18
2001-05-07Patch from Simo:Gerald Carter1-2/+2
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-2/+6
2001-04-28- added test for vasprintfAndrew Tridgell1-12/+0
2001-03-31started converting some of the only-ascii code to use srvstr_*Andrew Tridgell1-11/+10
2001-03-23Two OS/2 printer fixes from Jim McDonough @ IBM.Jeremy Allison1-12/+59
2001-03-17ADMIN$ is an IPC share, not a disk shareAndrew Tridgell1-1/+1
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2001-02-23include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.Jeremy Allison1-13/+13
2001-01-29Changes from APPLIANCE_HEAD:David O'Neill1-1/+1
2001-01-24smbd/lanman.c: Fix for calling qsort with 0 number.Jeremy Allison1-1/+2
2001-01-23include/vfs.h:Jeremy Allison1-2/+2
2001-01-22Changes from APPLIANCE_HEAD:David O'Neill1-3/+4
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill1-3/+4