summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+7
2003-05-10Optimisation. We don't need to do 2 strlen's when we're setting the statJeremy Allison1-9/+0
2003-05-09Fix nasty bug pointed out by samba-technical poster. If name is mangledJeremy Allison1-1/+12
2003-05-07SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATIONJeremy Allison1-9/+1
2003-05-07Make fchown, fchmod conditional for systems that don't have them.Jeremy Allison1-5/+16
2003-05-06Patch from metze to add exit and interval events. Useful for modulesJelmer Vernooij2-0/+10
2003-05-01Fix uninitialized blobs reported by Luke Howard.Jeremy Allison1-0/+6
2003-05-01Fix for bugid 51 from Dragan Krnic.Jeremy Allison1-5/+5
2003-05-01Fix disk quotas support on HP/UX (patch by David Nixon)Jelmer Vernooij1-1/+1
2003-04-30Make the version numbers ints (patch from metze)Jelmer Vernooij1-1/+1
2003-04-29add version back to lanman string in sessetup replyGerald Carter1-1/+5
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-11/+12
2003-04-28inet_pton isn't portable, so use interpret_addr2.Andrew Bartlett1-3/+3
2003-04-24Fix length in findfirst2 responses, fix os/2 clientsJim McDonough1-4/+10
2003-04-24When possible, store the IP address of the connecting client, not just theAndrew Bartlett2-4/+17
2003-04-24This is really trying to be a StrnCpy (most names will overflow the 10 charAndrew Bartlett1-1/+1
2003-04-23Thanks to a reminder from vance - delete build_options.c from CVS, nowAndrew Bartlett1-532/+0
2003-04-23Patch by Vance Lankhaar <vlankhaar@linux.ca> to automaticly regenerate theAndrew Bartlett1-0/+1
2003-04-23StrnCpy -> safe_strcpy() on a over-malloced struct.Andrew Bartlett1-2/+2
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett5-20/+9
2003-04-23Merge HEAD's winbind into 3.0.Andrew Bartlett1-0/+1
2003-04-23Make the variable name match the comment.Andrew Bartlett1-2/+2
2003-04-23Don't leak the session identifier string when we shut down a vuid.Andrew Bartlett1-0/+1
2003-04-22Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logicJeremy Allison1-0/+27
2003-04-22Merge comment with HEADAndrew Bartlett1-3/+3
2003-04-22Tidyups of some dubious logic discovered whilst trying to track down aJeremy Allison2-7/+6
2003-04-21* fix segfault when no vfs objects definedGerald Carter1-2/+2
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2-65/+36
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