summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21900: Token exchange now seems to work, now why does theJeremy Allison1-1/+1
2007-10-10r21898: Added test command, fixed first valgrind bugs.Jeremy Allison1-2/+2
2007-10-10r21897: Add in a basic raw NTLM encrypt request. NowJeremy Allison2-2/+34
2007-10-10r21894: Some refactoring of server side encryption context. SupportJeremy Allison1-27/+136
2007-10-10r21891: Finish server-side NTLM-SPNEGO negotiation support.Jeremy Allison1-33/+75
2007-10-10r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison4-1/+287
2007-10-10r21879: Move process_blocking_lock_queue to a timed event.Volker Lendecke2-52/+72
2007-10-10r21871: Move deadtime processing into an idle event. While there, simplifyVolker Lendecke3-43/+45
2007-10-10r21870: Move sending auth_server keepalives out of the main loop into an idle...Volker Lendecke1-18/+0
2007-10-10r21869: Move sending keepalives out of the main processing loop into idle event.Volker Lendecke2-12/+41
2007-10-10r21868: Remove check_log_size from the central smbd processing loop. This can...Volker Lendecke1-7/+0
2007-10-10r21867: Simplify calling convention of timeout_processing. lp_deadtime is onlyVolker Lendecke2-11/+16
2007-10-10r21858: Fix typo.Günther Deschner1-1/+1
2007-10-10r21857: Stop pretending to be Vista in the %a macro towards Samba clients.Günther Deschner1-1/+3
2007-10-10r21847: Fix memory leaks in error paths (and in main code path in one case...)Jeremy Allison1-0/+1
2007-10-10r21845: Refactor the sessionsetupX code a little to allow usJeremy Allison1-42/+193
2007-10-10r21803: Missed part of patch to make self-referrals work.Jeremy Allison1-0/+1
2007-10-10r21801: Fix Coverity ID # 342Volker Lendecke1-0/+1
2007-10-10r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison5-441/+650
2007-10-10r21792: Fix crash bug triggered by Excel reported by Jerry.Jeremy Allison1-1/+1
2007-10-10r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke2-4/+1
2007-10-10r21783: Add in the "create info" field to the replyJeremy Allison1-22/+32
2007-10-10r21777: As Stevef requested and the Apple guys agreed, makeJeremy Allison1-4/+8
2007-10-10r21774: Fix the build with Fedora Core 6.Günther Deschner1-0/+4
2007-10-10r21770: For old DOS style searches we must remember ifJeremy Allison1-0/+5
2007-10-10r21769: Attempt to fix bug #4384 in old search code.Jeremy Allison1-14/+4
2007-10-10r21766: Fix compiler warning.James Peach1-1/+1
2007-10-10r21765: Fix the build for HP-UX.James Peach1-1/+6
2007-10-10r21763: Add support for the UNIX_INFO2 infolevel.James Peach1-46/+245
2007-10-10r21759: Fix the same bug in a more elegant way, strrchr_mJeremy Allison1-7/+12
2007-10-10r21758: Fix a very specific dfs bug when passing in POSIXJeremy Allison1-3/+6
2007-10-10r21756: An invarient the dfs code depended on for POSIX pathsJeremy Allison1-4/+1
2007-10-10r21754: Volker is completely correct. There's no need forJeremy Allison4-27/+126
2007-10-10r21748: More cosmetic alignment. One change to call_nt_transact_create(): We ...Volker Lendecke1-11/+14
2007-10-10r21747: Cosmetic checkin to bring ntcreate and nttranscreate closer togetherVolker Lendecke1-13/+19
2007-10-10r21731: Fix long-standing bug in our chain processing code.Jeremy Allison1-3/+20
2007-10-10r21717: Support the SMB_QUERY_POSIX_WHOAMI info level on QueryFsInfo.James Peach1-1/+110
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison7-87/+99
2007-10-10r21672: The cannonical file access pattern should look like this :Jeremy Allison3-202/+298
2007-10-10r21667: posix_unlink should break existing oplocks.Jeremy Allison1-1/+1
2007-10-10r21665: Fix bug #4428 reported by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison1-2/+1
2007-10-10r21645: Make posix_unlink work - on open files too !Jeremy Allison1-1/+24
2007-10-10r21644: Allow mkdir on platforms with no O_DIRECTORY.Jeremy Allison1-0/+31
2007-10-10r21638: Change POSIX_UNLINK to allow clients to differentiateJeremy Allison1-0/+12
2007-10-10r21603: Horrible backwards compatibility hack as an old server bugJeremy Allison1-1/+11
2007-10-10r21547: Fix from Michael Adam <ma@sernet.de>: Refuse registry shares without ...Volker Lendecke1-0/+8
2007-10-10r21483: Fix use of uninitialized variable.Jeremy Allison1-3/+6
2007-10-10r21482: Use IPC$ not ipc$ for consistency.Jeremy Allison1-1/+1
2007-10-10r21481: No one said anything, so I'm disallowing anythingJeremy Allison1-7/+17
2007-10-10r21480: Make fd_open match fd_close be translatingJeremy Allison1-9/+12