summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2000-10-06global_myname is actually a pstring.Tim Potter1-1/+1
2000-10-06Inlined many of the vfs_XXX calls as macros for speed.Jeremy Allison1-63/+0
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison15-257/+469
2000-10-05Fix for null passwords being allowed bug.Jeremy Allison1-4/+8
2000-10-05Vector get_nt_acl/set_nt_acl via vfs. POSIX ACL support should be addedJeremy Allison4-27/+65
2000-10-05Herb's fixes for profiling & compiler warnings.Jeremy Allison1-47/+69
2000-10-05Added uid and gid to push_sec_ctx() debug.Tim Potter1-2/+3
2000-10-04Made re-init of stat cache explicit rather than being hidden.Jeremy Allison1-1/+2
2000-10-03Fixes for the fact that UNICODE sizes are no always 2*no of chars whenJeremy Allison1-8/+9