summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* r21991: I hate Steve French :-). Add support for encryptionJeremy Allison2007-10-102-18/+90
* r21980: make use of tdb_*_bystring() and string_term_tdb_data() in smbd/Stefan Metzmacher2007-10-102-18/+6
* r21969: Start working on the gss-side of the server negotiation.Jeremy Allison2007-10-102-0/+90
* r21961: Repair bug introduced by rev. 21960.Jeremy Allison2007-10-101-0/+6
* r21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-)Volker Lendecke2007-10-101-2/+0
* r21953: One format fix, clarify a condition that the IBMJeremy Allison2007-10-101-2/+20
* r21952: Fix critical (!) error found by IBM checker.Jeremy Allison2007-10-101-22/+28
* r21950: After discussion with the Apple and Linux client maintainers,James Peach2007-10-101-1/+5
* r21942: Hoist by our own petard :-). Older smbclient binariesJeremy Allison2007-10-101-2/+2
* r21926: Fix missing enum specifier pointed out by Don McCall @ HP.Jeremy Allison2007-10-101-3/+3
* r21925: Start to code up the gss acquire creds calls.Jeremy Allison2007-10-101-6/+32
* r21917: Start to do the gss versions of sign+seal.Jeremy Allison2007-10-101-4/+4
* r21904: Fix HP build -- thanks, DonVolker Lendecke2007-10-101-1/+1
* r21900: Token exchange now seems to work, now why does theJeremy Allison2007-10-101-1/+1
* r21898: Added test command, fixed first valgrind bugs.Jeremy Allison2007-10-101-2/+2
* r21897: Add in a basic raw NTLM encrypt request. NowJeremy Allison2007-10-102-2/+34
* r21894: Some refactoring of server side encryption context. SupportJeremy Allison2007-10-101-27/+136
* r21891: Finish server-side NTLM-SPNEGO negotiation support.Jeremy Allison2007-10-101-33/+75
* r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison2007-10-104-1/+287
* r21879: Move process_blocking_lock_queue to a timed event.Volker Lendecke2007-10-102-52/+72
* r21871: Move deadtime processing into an idle event. While there, simplifyVolker Lendecke2007-10-103-43/+45
* r21870: Move sending auth_server keepalives out of the main loop into an idle...Volker Lendecke2007-10-101-18/+0
* r21869: Move sending keepalives out of the main processing loop into idle event.Volker Lendecke2007-10-102-12/+41
* r21868: Remove check_log_size from the central smbd processing loop. This can...Volker Lendecke2007-10-101-7/+0
* r21867: Simplify calling convention of timeout_processing. lp_deadtime is onlyVolker Lendecke2007-10-102-11/+16
* r21858: Fix typo.Günther Deschner2007-10-101-1/+1
* r21857: Stop pretending to be Vista in the %a macro towards Samba clients.Günther Deschner2007-10-101-1/+3
* r21847: Fix memory leaks in error paths (and in main code path in one case...)Jeremy Allison2007-10-101-0/+1
* r21845: Refactor the sessionsetupX code a little to allow usJeremy Allison2007-10-101-42/+193
* r21803: Missed part of patch to make self-referrals work.Jeremy Allison2007-10-101-0/+1
* r21801: Fix Coverity ID # 342Volker Lendecke2007-10-101-0/+1
* r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison2007-10-105-441/+650
* r21792: Fix crash bug triggered by Excel reported by Jerry.Jeremy Allison2007-10-101-1/+1
* r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke2007-10-102-4/+1
* r21783: Add in the "create info" field to the replyJeremy Allison2007-10-101-22/+32
* r21777: As Stevef requested and the Apple guys agreed, makeJeremy Allison2007-10-101-4/+8
* r21774: Fix the build with Fedora Core 6.Günther Deschner2007-10-101-0/+4
* r21770: For old DOS style searches we must remember ifJeremy Allison2007-10-101-0/+5
* r21769: Attempt to fix bug #4384 in old search code.Jeremy Allison2007-10-101-14/+4
* r21766: Fix compiler warning.James Peach2007-10-101-1/+1
* r21765: Fix the build for HP-UX.James Peach2007-10-101-1/+6
* r21763: Add support for the UNIX_INFO2 infolevel.James Peach2007-10-101-46/+245
* r21759: Fix the same bug in a more elegant way, strrchr_mJeremy Allison2007-10-101-7/+12
* r21758: Fix a very specific dfs bug when passing in POSIXJeremy Allison2007-10-101-3/+6
* r21756: An invarient the dfs code depended on for POSIX pathsJeremy Allison2007-10-101-4/+1
* r21754: Volker is completely correct. There's no need forJeremy Allison2007-10-104-27/+126
* r21748: More cosmetic alignment. One change to call_nt_transact_create(): We ...Volker Lendecke2007-10-101-11/+14
* r21747: Cosmetic checkin to bring ntcreate and nttranscreate closer togetherVolker Lendecke2007-10-101-13/+19
* r21731: Fix long-standing bug in our chain processing code.Jeremy Allison2007-10-101-3/+20
* r21717: Support the SMB_QUERY_POSIX_WHOAMI info level on QueryFsInfo.James Peach2007-10-101-1/+110