summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Compile fix for new arg to create_nt_token()Tim Potter2000-12-121-1/+3
* Removed the special casing of SIDs in se_access_check. This is now done (corr...Jeremy Allison2000-12-122-10/+34
* Sorry Gerald, I think the original code was better (plus safer as I'm sureJeremy Allison2000-12-121-7/+10
* Extra part of fix that Gerald missed (sorry).Jeremy Allison2000-12-121-1/+1
* subtle bug where files which missed the stat_cache but were addedGerald Carter2000-12-111-10/+7
* Fix for short names not being returned correctly with non-mangled shares.Jeremy Allison2000-12-111-1/+2
* Fixed very subtle bug returning correct error on an open, when we haveJeremy Allison2000-12-111-8/+22
* Fixed compiler warning.Jeremy Allison2000-12-081-2/+2
* Added OLD_NTDOMAIN to remove warnings about undefined functions.Jeremy Allison2000-12-083-0/+6
* Removed unused auto (IRIX compiler warning).Jeremy Allison2000-12-081-2/+1
* Fixed *very* subtle statcache bug where invalid stat state could beJeremy Allison2000-12-081-1/+2
* Fixed bug with Win9x/ME where drivername was being returned incorrectly inJeremy Allison2000-12-071-36/+46
* file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison2000-12-074-6/+6
* Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison2000-12-071-38/+61
* Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison2000-12-061-61/+47
* Print debug if domain_client_validate() cannot fetch the trust accountTim Potter2000-12-061-1/+2
* Make smbd/posix_acls.c use abstract interface.Jeremy Allison2000-12-061-11/+10
* Fixed compiler warning.Tim Potter2000-12-061-2/+2
* Moving to abstract API interface (sys_get_acl() etc.) to allow systemJeremy Allison2000-12-061-42/+42
* Remove C++ style commentsDavid O'Neill2000-12-041-1/+1
* Code to read & return POSIX ACLs as NT ACLs. Close to test on Linux.Jeremy Allison2000-12-011-74/+95
* Keep syncing up POSIX ACL work...Jeremy Allison2000-11-301-110/+111
* Work in progress, doesn't compile. Adding the POSIX ACL mapping....Jeremy Allison2000-11-301-22/+198
* include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...Jeremy Allison2000-11-281-60/+81
* passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the codeJeremy Allison2000-11-271-0/+5
* Fixed messaging so main smbd can get lib/message.c messages.Jeremy Allison2000-11-271-0/+8
* Removed unnessesary init.Jeremy Allison2000-11-271-1/+1
* This should fix Office failing to print to "FILE:".Jeremy Allison2000-11-241-3/+3
* Free talloc'ed memory from the main smbd. Patch from Rich Bollinger, Elliott ...Jeremy Allison2000-11-221-0/+3
* Don't forget to convert into UNIX character set before callingJeremy Allison2000-11-211-1/+1
* combined 2 if statments which used the same conditionGerald Carter2000-11-211-3/+5
* Fix for off-by-one StrnCpy.Jeremy Allison2000-11-211-1/+1
* Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison2000-11-212-5/+10
* we don't need the separate lp_status() connection records any moreAndrew Tridgell2000-11-171-12/+0
* fixed the problem with messages not getting throughAndrew Tridgell2000-11-172-36/+27
* Fix from Jim McDonough @ IBM for OS/2 clients.Jeremy Allison2000-11-161-0/+10
* Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-167-104/+220
* Merge from appliance head of JR's changes for driver versioning.Jeremy Allison2000-11-144-73/+141
* Large commit which restructures the local password storage API.Gerald Carter2000-11-136-156/+168
* More merging of printing stuff from appliance.Tim Potter2000-11-081-3/+3
* Added a VFS version return to init call. Allows smbd to fail an init ifJeremy Allison2000-11-062-8/+16
* Fix for admin user being ignored.Jeremy Allison2000-11-041-0/+1
* Call standard_sub_advanced() after lp_logon_XX() calls.Jeremy Allison2000-10-301-0/+2
* David Lee's utmp patch (finally). Thanks David !Jeremy Allison2000-10-283-90/+609
* Sorry JF - no billable hours :-). I fixed the "stream of events" problemJeremy Allison2000-10-261-2/+0
* Fix for vfs_fstat() crash with new stat code.Jeremy Allison2000-10-201-0/+3
* Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison2000-10-197-226/+199
* Renamed WPrintQueuePurge to WPrintQueueCtrl as this function can purge, pauseTim Potter2000-10-181-4/+4
* Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison2000-10-133-15/+237
* Ignore SIGUSR2. Terminate nmbd if we have no interfaces.Jeremy Allison2000-10-121-0/+5