summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Stat opens can have fsp->fd == -1 and will have a share entry. EnsureJeremy Allison2003-05-221-2/+10
* More fixes for debug log to catch logic error.Jeremy Allison2003-05-221-7/+5
* Add more info to debug info...Jeremy Allison2003-05-221-1/+5
* fix for UNICODE plaintext passwords (bug #59) and fix smbclient to send the u...Gerald Carter2003-05-211-1/+4
* merge LANMAN1/LANMAN2.1 fixes from headAndrew Tridgell2003-05-211-0/+2
* really make sure to include the version in the lanman string; tested spnego u...Gerald Carter2003-05-201-8/+9
* Cope with cumulative permissions sets. This code is #ifdef'ed out at theJeremy Allison2003-05-171-1/+49
* David Lee <t.d.lee@durham.ac.uk> provides some corrections to the commentsAndrew Bartlett2003-05-161-39/+5
* add metze's patch for smb_register functionsSimo Sorce2003-05-161-4/+1
* Fix from Steve G <linux_4ever@yahoo.com>. Ensure sigemptyset is called onJeremy Allison2003-05-152-5/+7
* fix quota build on non-64bit systemsGerald Carter2003-05-142-5/+5
* Evolve quotas configure check more. Patch from Stefan (metze) Metzemacher. No...Alexander Bokovoy2003-05-145-17/+29
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-1416-204/+204
* spellingTim Potter2003-05-144-5/+5
* Restore a number of fixes that idra removed when he merged hisAndrew Bartlett2003-05-131-0/+1
* Fix obvious compiler warnings.Jeremy Allison2003-05-121-1/+0
* And finally IDMAP in 3_0Simo Sorce2003-05-127-448/+27
* fixing typos in debug statementsGerald Carter2003-05-121-1/+1
* Eliminate NULL pointers from VFS interface. All hooks now really callable, pr...Alexander Bokovoy2003-05-123-13/+17
* GCC accepts unnamed initalization of sub-structure. Let's see how AIX behave ...Alexander Bokovoy2003-05-121-1/+1
* A small patch from metze to fix builds on some platforms ...Richard Sharpe2003-05-121-1/+1
* Fix a wrong define check.Alexander Bokovoy2003-05-121-3/+4
* Wrap into WITH_QUOTAS yet another place in trans2Alexander Bokovoy2003-05-121-1/+7
* Better isolate quota stuffAlexander Bokovoy2003-05-122-0/+12
* Small fix for HAVE_SYS_QUOTAS usage, spotted by build farmAlexander Bokovoy2003-05-121-6/+7
* Small fix for HAVE_SYS_QUOTAS usage, spotted by build farmAlexander Bokovoy2003-05-121-1/+6
* Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy2003-05-128-46/+1274
* Fix VFS layer:Alexander Bokovoy2003-05-1116-642/+500
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-7/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+7
* Optimisation. We don't need to do 2 strlen's when we're setting the statJeremy Allison2003-05-101-9/+0
* Fix nasty bug pointed out by samba-technical poster. If name is mangledJeremy Allison2003-05-091-1/+12
* SMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAME_INFORMATIONJeremy Allison2003-05-071-9/+1
* Make fchown, fchmod conditional for systems that don't have them.Jeremy Allison2003-05-071-5/+16
* Patch from metze to add exit and interval events. Useful for modulesJelmer Vernooij2003-05-062-0/+10
* Fix uninitialized blobs reported by Luke Howard.Jeremy Allison2003-05-011-0/+6
* Fix for bugid 51 from Dragan Krnic.Jeremy Allison2003-05-011-5/+5
* Fix disk quotas support on HP/UX (patch by David Nixon)Jelmer Vernooij2003-05-011-1/+1
* Make the version numbers ints (patch from metze)Jelmer Vernooij2003-04-301-1/+1
* add version back to lanman string in sessetup replyGerald Carter2003-04-291-1/+5
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-11/+12
* inet_pton isn't portable, so use interpret_addr2.Andrew Bartlett2003-04-281-3/+3
* Fix length in findfirst2 responses, fix os/2 clientsJim McDonough2003-04-241-4/+10
* When possible, store the IP address of the connecting client, not just theAndrew Bartlett2003-04-242-4/+17
* This is really trying to be a StrnCpy (most names will overflow the 10 charAndrew Bartlett2003-04-241-1/+1
* Thanks to a reminder from vance - delete build_options.c from CVS, nowAndrew Bartlett2003-04-231-532/+0
* Patch by Vance Lankhaar <vlankhaar@linux.ca> to automaticly regenerate theAndrew Bartlett2003-04-231-0/+1
* StrnCpy -> safe_strcpy() on a over-malloced struct.Andrew Bartlett2003-04-231-2/+2
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-235-20/+9
* Merge HEAD's winbind into 3.0.Andrew Bartlett2003-04-231-0/+1