summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* allow "master" smbd to call message_init so it is not killed by messagesHerb Lewis2000-10-121-4/+4
* use macros for incrementing profile countersHerb Lewis2000-10-122-6/+2
* changes to sync with 2.2. treeHerb Lewis2000-10-115-19/+134
* Don't initialise groups twice.Tim Potter2000-10-111-1/+0
* Remove duplicate group initialisation function.Tim Potter2000-10-111-22/+0
* Remove lpq as root fix - do this in print_job_start insteadJeremy Allison2000-10-112-10/+0
* Fixes to periodically scan printing.tdb in idle time and occasionallyJeremy Allison2000-10-102-0/+10
* a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau2000-10-101-1/+1
* Fixed error return messages needed for NTTrans CreateDirectory.Jeremy Allison2000-10-061-0/+16
* Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-066-130/+169
* global_myname is actually a pstring.Tim Potter2000-10-061-1/+1
* Inlined many of the vfs_XXX calls as macros for speed.Jeremy Allison2000-10-061-63/+0
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-0615-257/+469
* Fix for null passwords being allowed bug.Jeremy Allison2000-10-051-4/+8
* Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison2000-10-054-27/+65
* Herb's fixes for profiling & compiler warnings.Jeremy Allison2000-10-051-47/+69
* Added uid and gid to push_sec_ctx() debug.Tim Potter2000-10-051-2/+3
* Made re-init of stat cache explicit rather than being hidden.Jeremy Allison2000-10-041-1/+2
* Fixes for the fact that UNICODE sizes are no always 2*no of chars whenJeremy Allison2000-10-031-8/+9
* utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison2000-10-034-6/+27
* Memleak fix for cache code.Jeremy Allison2000-10-022-5/+27
* fixed a harmess mixup of bitops and a booleanAndrew Tridgell2000-09-291-1/+1
* Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison2000-09-279-48/+455
* Optimization (noticed by bloody Andrew :-) to stop directory scan everJeremy Allison2000-09-211-4/+15
* Fix to allow a timestamp of zero to cause an instantaneous changenotifyJeremy Allison2000-09-204-6/+30
* With John Reilly help tracking it down - fixed a *nasty* bug whenJeremy Allison2000-09-121-1/+0
* we should not lowercase the username we receive inAndrew Tridgell2000-09-121-2/+0
* the first cut of the internal messaging system.Andrew Tridgell2000-09-112-14/+7
* Hopefully this should fix the primary group permission problem.Tim Potter2000-09-071-2/+0