summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix for the SID history problem when using a Win2k domain controllerJeremy Allison2000-09-061-7/+4
* Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill2000-09-011-12/+16
* make sure a couple of variables are initialisedAndrew Tridgell2000-08-311-2/+2
* fixed "admin users" option with new security codeAndrew Tridgell2000-08-311-0/+5
* Added vfs_unlink call to ensure vfs is used on unlink from client.Jeremy Allison2000-08-302-1/+10
* Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison2000-08-301-3/+3
* fixed previous bug spotted by Elrond in get_printerdrivernumber().Gerald Carter2000-08-291-16/+17
* This doesn't compile but is a placeholder for moving the UNIXJeremy Allison2000-08-291-0/+618
* smbd/password.c: Fixed typo in Tim's new code that caused insure overrun error.Jeremy Allison2000-08-282-3/+2
* Merge bug - still getting used to dirdiff.Tim Potter2000-08-281-1/+0
* Oops - missed a file.Tim Potter2000-08-281-0/+42
* Merge from appliance branch.Tim Potter2000-08-282-0/+11
* vfs write data fix. Fix for name matching in addtosmbpassJeremy Allison2000-08-251-2/+2
* Modified to use sid_to_uid and sid_to_gid. Now ready for POSIX ACLJeremy Allison2000-08-241-8/+9
* Fix for Win9x driver downloads when information isGerald Carter2000-08-171-83/+153
* Fixed memory leak with NT tokens.Jeremy Allison2000-08-092-7/+32
* Found the sec_ctx_stack overflow - a become_root() should have been anJeremy Allison2000-08-081-1/+1
* Fixed up the user/group contexts when using authenticated pipes.Jeremy Allison2000-08-042-5/+7
* Added an NT_USER_TOKEN structure that is copied/passed around associatedJeremy Allison2000-08-035-97/+179
* Started to canonicalize our handling of uid -> sid code in order toJeremy Allison2000-08-026-94/+91
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-013-36/+25
* Added print job substitutions for %{printername}, %{sharename} and %{portname}Jeremy Allison2000-08-011-16/+14
* Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison2000-07-311-49/+43