summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixes for IRIX kernel oplocks and systems that don't have nss.hJeremy Allison2000-06-201-1/+1
* Paranoia changes to ensure that anything touched by a signal handlerJeremy Allison2000-06-192-17/+18
* Pass the vuid from the connection_struct to the printing back end functions.Tim Potter2000-06-161-6/+6
* open files with O_NONBLOCK when available. This is necessary toAndrew Tridgell2000-06-151-1/+6
* added support for kernel level share modes. These are a (small) hack,Andrew Tridgell2000-06-151-1/+24
* allow the notify implementation to choose the select timeout changeAndrew Tridgell2000-06-144-16/+18
* ZERO_STRUCT() of info3 structure before using it.Tim Potter2000-06-141-0/+2
* Removed a patch that Andrew had added because 'insure' was incorrectlyChristopher R. Hertel2000-06-131-9/+0
* use DN_ATTRIB kernel change notify attributeAndrew Tridgell2000-06-131-3/+7
* always use the DN_CREATE mask (NT expects file creation always toAndrew Tridgell2000-06-131-8/+3
* enable the Linux change notify code and change some notify debug codeAndrew Tridgell2000-06-123-15/+64
* totally rewrote the async signal, notification and oplock notificationAndrew Tridgell2000-06-128-465/+647
* fixed comments at top of moduleAndrew Tridgell2000-06-121-2/+3