summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2003-05-22Add more info to debug info...Jeremy Allison1-1/+5
2003-05-21fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...Gerald Carter1-1/+4
2003-05-21merge LANMAN1/LANMAN2.1 fixes from headAndrew Tridgell1-0/+2
2003-05-20really make sure to include the version in the lanman string; tested spnego u...Gerald Carter1-8/+9
2003-05-17Cope with cumulative permissions sets. This code is #ifdef'ed out at theJeremy Allison1-1/+49
2003-05-16David Lee <t.d.lee@durham.ac.uk> provides some corrections to the commentsAndrew Bartlett1-39/+5
2003-05-16add metze's patch for smb_register functionsSimo Sorce1-4/+1
2003-05-15Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called onJeremy Allison2-5/+7
2003-05-14fix quota build on non-64bit systemsGerald Carter2-5/+5
2003-05-14Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No...Alexander Bokovoy5-17/+29
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy16-204/+204
2003-05-14spellingTim Potter4-5/+5
2003-05-13Restore a number of fixes that idra removed when he merged hisAndrew Bartlett1-0/+1
2003-05-12Fix obvious compiler warnings.Jeremy Allison1-1/+0
2003-05-12And finally IDMAP in 3_0Simo Sorce7-448/+27
2003-05-12fixing typos in debug statementsGerald Carter1-1/+1
2003-05-12Eliminate NULL pointers from VFS interface. All hooks now really callable, pr...Alexander Bokovoy3-13/+17
2003-05-12GCC accepts unnamed initalization of sub-structure. Let's see how AIX behave ...Alexander Bokovoy1-1/+1
2003-05-12A small patch from metze to fix builds on some platforms ...Richard Sharpe1-1/+1
2003-05-12Fix a wrong define check.Alexander Bokovoy1-3/+4
2003-05-12Wrap into WITH_QUOTAS yet another place in trans2Alexander Bokovoy1-1/+7
2003-05-12Better isolate quota stuffAlexander Bokovoy2-0/+12
2003-05-12Small fix for HAVE_SYS_QUOTAS usage, spotted by build farmAlexander Bokovoy1-6/+7
2003-05-12Small fix for HAVE_SYS_QUOTAS usage, spotted by build farmAlexander Bokovoy1-1/+6
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy8-46/+1274
2003-05-11Fix VFS layer:Alexander Bokovoy16-642/+500
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-7/+0
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