summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2000-10-03utf-8 and EUC3 patch from Hiroshi Miura Samba User Group Japan staff.Jeremy Allison4-6/+27
2000-10-02Memleak fix for cache code.Jeremy Allison2-5/+27
2000-09-29fixed a harmess mixup of bitops and a booleanAndrew Tridgell1-1/+1
2000-09-27Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison9-48/+455
2000-09-21Optimization (noticed by bloody Andrew :-) to stop directory scan everJeremy Allison1-4/+15
2000-09-20Fix to allow a timestamp of zero to cause an instantaneous changenotifyJeremy Allison4-6/+30
2000-09-12With John Reilly help tracking it down - fixed a *nasty* bug whenJeremy Allison1-1/+0
2000-09-12we should not lowercase the username we receive inAndrew Tridgell1-2/+0
2000-09-11the first cut of the internal messaging system.Andrew Tridgell2-14/+7
2000-09-07Hopefully this should fix the primary group permission problem.Tim Potter1-2/+0
2000-09-06Fix for the SID history problem when using a Win2k domain controllerJeremy Allison1-7/+4
2000-09-01Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill1-12/+16
2000-08-31make sure a couple of variables are initialisedAndrew Tridgell1-2/+2
2000-08-31fixed "admin users" option with new security codeAndrew Tridgell1-0/+5
2000-08-30Added vfs_unlink call to ensure vfs is used on unlink from client.Jeremy Allison2-1/+10
2000-08-30Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison1-3/+3
2000-08-29fixed previous bug spotted by Elrond in get_printerdrivernumber().Gerald Carter1-16/+17
2000-08-29This doesn't compile but is a placeholder for moving the UNIXJeremy Allison1-0/+618
2000-08-28smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error.Jeremy Allison2-3/+2
2000-08-28Merge bug - still getting used to dirdiff.Tim Potter1-1/+0
2000-08-28Oops - missed a file.Tim Potter1-0/+42
2000-08-28Merge from appliance branch.Tim Potter2-0/+11
2000-08-25vfs write data fix. Fix for name matching in addtosmbpassJeremy Allison1-2/+2
2000-08-24Modified to use sid_to_uid and sid_to_gid. Now ready for POSIX ACLJeremy Allison1-8/+9
2000-08-17Fix for Win9x driver downloads when information isGerald Carter1-83/+153
2000-08-09Fixed memory leak with NT tokens.Jeremy Allison2-7/+32
2000-08-08Found the sec_ctx_stack overflow - a become_root() should have been anJeremy Allison1-1/+1