summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2000-12-08Fixed *very* subtle statcache bug where invalid stat state could beJeremy Allison1-1/+2
2000-12-07Fixed bug with Win9x/ME where drivername was being returned incorrectly inJeremy Allison1-36/+46
2000-12-07file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison4-6/+6
2000-12-07Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison1-38/+61
2000-12-06Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison1-61/+47
2000-12-06Print debug if domain_client_validate() cannot fetch the trust accountTim Potter1-1/+2
2000-12-06Make smbd/posix_acls.c use abstract interface.Jeremy Allison1-11/+10
2000-12-06Fixed compiler warning.Tim Potter1-2/+2
2000-12-06Moving to abstract API interface (sys_get_acl() etc.) to allow systemJeremy Allison1-42/+42
2000-12-04Remove C++ style commentsDavid O'Neill1-1/+1
2000-12-01Code to read & return POSIX ACLs as NT ACLs. Close to test on Linux.Jeremy Allison1-74/+95
2000-11-30Keep syncing up POSIX ACL work...Jeremy Allison1-110/+111
2000-11-30Work in progress, doesn't compile. Adding the POSIX ACL mapping....Jeremy Allison1-22/+198
2000-11-28include/dlinklist.h: Added '{' '}' around DLIST_PROMOTE so it can be used as ...Jeremy Allison1-60/+81
2000-11-27passdb/secrets.c passdb/smbpassfile.c smbd/server.c : Actually *use* the codeJeremy Allison1-0/+5
2000-11-27Fixed messaging so main smbd can get lib/message.c messages.Jeremy Allison1-0/+8
2000-11-27Removed unnessesary init.Jeremy Allison1-1/+1
2000-11-24This should fix Office failing to print to "FILE:".Jeremy Allison1-3/+3
2000-11-22Free talloc'ed memory from the main smbd. Patch from Rich Bollinger, Elliott ...Jeremy Allison1-0/+3
2000-11-21Don't forget to convert into UNIX character set before callingJeremy Allison1-1/+1
2000-11-21combined 2 if statments which used the same conditionGerald Carter1-3/+5
2000-11-21Fix for off-by-one StrnCpy.Jeremy Allison1-1/+1
2000-11-21Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison2-5/+10
2000-11-17we don't need the separate lp_status() connection records any moreAndrew Tridgell1-12/+0
2000-11-17fixed the problem with messages not getting throughAndrew Tridgell2-36/+27
2000-11-16Fix from Jim McDonough @ IBM for OS/2 clients.Jeremy Allison1-0/+10
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison7-104/+220
2000-11-14Merge from appliance head of JR's changes for driver versioning.Jeremy Allison4-73/+141
2000-11-13Large commit which restructures the local password storage API.Gerald Carter6-156/+168
2000-11-08More merging of printing stuff from appliance.Tim Potter1-3/+3
2000-11-06Added a VFS version return to init call. Allows smbd to fail an init ifJeremy Allison2-8/+16
2000-11-04Fix for admin user being ignored.Jeremy Allison1-0/+1
2000-10-30Call standard_sub_advanced() after lp_logon_XX() calls.Jeremy Allison1-0/+2
2000-10-28David Lee's utmp patch (finally). Thanks David !Jeremy Allison3-90/+609
2000-10-26Sorry JF - no billable hours :-). I fixed the "stream of events" problemJeremy Allison1-2/+0
2000-10-20Fix for vfs_fstat() crash with new stat code.Jeremy Allison1-0/+3
2000-10-19Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison7-226/+199
2000-10-18Renamed WPrintQueuePurge to WPrintQueueCtrl as this function can purge, pauseTim Potter1-4/+4
2000-10-13Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison3-15/+237
2000-10-12Ignore SIGUSR2. Terminate nmbd if we have no interfaces.Jeremy Allison1-0/+5
2000-10-12allow "master" smbd to call message_init so it is not killed by messagesHerb Lewis1-4/+4
2000-10-12use macros for incrementing profile countersHerb Lewis2-6/+2
2000-10-11changes to sync with 2.2. treeHerb Lewis5-19/+134
2000-10-11Don't initialise groups twice.Tim Potter1-1/+0
2000-10-11Remove duplicate group initialisation function.Tim Potter1-22/+0
2000-10-11Remove lpq as root fix - do this in print_job_start insteadJeremy Allison2-10/+0
2000-10-10Fixes to periodically scan printing.tdb in idle time and occasionallyJeremy Allison2-0/+10
2000-10-10a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau1-1/+1
2000-10-06Fixed error return messages needed for NTTrans CreateDirectory.Jeremy Allison1-0/+16
2000-10-06Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison6-130/+169