summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2003-04-19use gid_t for gids not uid_tSimo Sorce1-1/+1
2003-04-16More merges from HEAD:Jelmer Vernooij2-79/+175
2003-04-16Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij2-1/+5
2003-04-15Print out information about statically linked in modulesJelmer Vernooij1-9/+3
2003-04-14Merge:Tim Potter1-23/+0
2003-04-14Whitespace syncup.Tim Potter4-7/+7
2003-04-14Merge Jelmer's popt updates from HEAD.Tim Potter1-6/+2
2003-04-14Merge of rpcecho pipe for testing large dcerpc requests and responses.Tim Potter1-0/+1
2003-04-13Merge of Simo's strncat -> StrnCpy fix.Tim Potter1-4/+3
2003-04-11* We must return 0x2 as the majorversion for nt4 to upload driversGerald Carter1-10/+15
2003-04-11cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L.Gerald Carter2-4/+4
2003-04-09Fix from Steve Langasek <vorlon@netexpress.net> for non-RPC printing.Jeremy Allison1-2/+2
2003-04-09Ensure we have WinXP-like semantics for checking TIDs and FIDs.Jeremy Allison1-1/+3
2003-04-04Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due toJeremy Allison2-0/+5
2003-04-04Fix for very subtle POSIX lock interaction race condition found byJeremy Allison1-6/+6
2003-04-01Doing janitor work for tridge.Jeremy Allison1-3/+3
2003-03-30update copyright notice since it we are now almost 4 months into 2003Gerald Carter1-1/+1
2003-03-30This changes our handling of invalid service types that theVolker Lendecke1-7/+12
2003-03-28merged real time signal fixes from headAndrew Tridgell2-2/+8
2003-03-27cleanup the IPC/LPT:/A: mess I startedGerald Carter1-16/+19
2003-03-27pdb_ldap may require ROOT privilages to access the group mapping. (yes, it's ...Andrew Bartlett1-0/+2
2003-03-26Fix DOS del command with widelinks = False.Jeremy Allison1-1/+2
2003-03-25win9x was suffered a case of the blues during a domain logon.Gerald Carter1-1/+10
2003-03-22(merge from HEAD)Andrew Bartlett3-5/+57
2003-03-20Merge from HEADVolker Lendecke1-1/+1
2003-03-20Patch from Samuel Thibault to convert messages from dos to unix charsetJelmer Vernooij1-9/+18
2003-03-19Doin't pstrcpy into fstring.Jeremy Allison1-4/+4
2003-03-18Ensure dev in make_connection is const.Jeremy Allison1-4/+10
2003-03-18Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett3-45/+4
2003-03-18Merge signed/unsigned fix from HEAD.Andrew Bartlett1-1/+1
2003-03-18Merge whitespace to match HEAD.Andrew Bartlett1-17/+17
2003-03-18Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett2-4/+4
2003-03-17Merge from HEAD:Andrew Bartlett8-28/+35
2003-03-17Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard'sAndrew Bartlett1-27/+55
2003-03-17Merge new statcache.c from HEAD.Andrew Bartlett1-61/+126
2003-03-14fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter1-19/+20
2003-03-12Ensure we count the length correctly in mangle_map.Jeremy Allison1-6/+15
2003-03-12adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter1-0/+2
2003-03-11We use unsigned now, so use %u.Jeremy Allison1-1/+1
2003-03-11Fix up zero termination. Spotted by Sebastian Krahmer <krahmer@suse.de>.Jeremy Allison1-1/+2
2003-03-08Fix typo in earlier fix, caught by Ranjit @ HP.Jeremy Allison1-1/+1
2003-03-07Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.Jeremy Allison3-3/+3
2003-03-07Missed parentheses around complex logic.Jeremy Allison1-1/+2
2003-03-07Patch from Michael Steffens. In his own words :Jeremy Allison1-78/+199
2003-03-07Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit.Jeremy Allison1-0/+3
2003-03-07Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parametersJeremy Allison3-69/+227
2003-03-03Const warning fixes.Jeremy Allison1-2/+2
2003-02-27 don't forget the NULLGerald Carter1-3/+3
2003-02-27and the winner of "i should have just written it in assemblyGerald Carter1-3/+3
2003-02-27don't pass NULL pointers to strcmp()Gerald Carter1-2/+2