summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Change get_nt_acl() to include security_info wanted. Only return this.Jeremy Allison2003-05-294-235/+256
* Fix bug brought up by Ken Cross that empty ACE's cause existing ACE's toJeremy Allison2003-05-281-107/+14
* It seems only NT4 does the VC == 0 session drop code.Jeremy Allison2003-05-281-1/+5
* Correct (?) handling for VC = 0. Trying to fix XP logoff leaving resourcesJeremy Allison2003-05-271-1/+18
* volker's add_signature() fix; must pass the beginning on the outbuf to get th...Gerald Carter2003-05-271-5/+5
* Fix printf warnings in debug statments.Tim Potter2003-05-271-2/+2
* Fix shadow parameter warning in free_empty_sys_acl()Tim Potter2003-05-271-5/+5
* More fixes for builddir != srcdir.Tim Potter2003-05-271-0/+6
* 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