summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-272-2/+21
* Fixed up error checking and move printer file code. Fixed a memory leak.Jeremy Allison2000-07-251-2/+2
* Added some error checking and returns to the new 'move' code.Jeremy Allison2000-07-251-0/+2
* A rather big change set ! (listed in no particular order)Jean-François Micouleau2000-07-251-8/+20
* Fix for mounting a printer as a share. Not that there's anythingTim Potter2000-07-251-0/+5
* Run main server loop with sys_select() instead of sys_select_intr(). TheTim Potter2000-07-241-2/+13
* Modified the patch to look in the tdb *first* - thus allowing legacy textJeremy Allison2000-07-191-75/+91
* Code from John Reilly <jreilly@hp.com> to add tdb lookups into the Win95Jeremy Allison2000-07-191-7/+44
* Fixes for various compile warnings on Solaris 8.Tim Potter2000-07-101-1/+3
* Re-instated lanman printing security checks (oops).Tim Potter2000-07-101-3/+7
* Spelling fixes.Tim Potter2000-07-101-3/+3
* Don't check NT permissions when printing from lanman.Tim Potter2000-07-061-6/+6
* Moved authenticated pipe user details into a current_user struct.Tim Potter2000-07-061-1/+1
* Some more sec_ctx changes. Modified some fields in the pipe_structTim Potter2000-07-031-1/+2
* Fix a malloc of zero problem.Jeremy Allison2000-06-231-38/+49
* lib/util_unistr.c: Off-by-one fix for dos_PutUniStr from John Reilly jreilly@...Jeremy Allison2000-06-231-1/+5
* Added return for become_authenticated_pipe_user() function.Tim Potter2000-06-231-0/+2
* Delete OriginalDir stuff.Tim Potter2000-06-233-16/+20
* Moved some static functions to sec_ctx.cTim Potter2000-06-231-222/+30
* Call init_sec_ctx() instead of init_uid().Tim Potter2000-06-231-9/+1
* I've been working on refactoring some of the mess that is the become_user()Tim Potter2000-06-231-0/+295