summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22013: Move to SSPI framing (sig first in NTLM).Jeremy Allison1-3/+3
2007-10-10r22010: Now I'm looking at mangling again, make sureJeremy Allison1-16/+31
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher5-9/+9
2007-10-10r22008: use string_term_tdb_data()Stefan Metzmacher1-4/+3
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher4-8/+8
2007-10-10r21997: Implement the server side of gss seal negotiate.Jeremy Allison1-15/+86
2007-10-10r21991: I hate Steve French :-). Add support for encryptionJeremy Allison2-18/+90
2007-10-10r21980: make use of tdb_*_bystring() and string_term_tdb_data() in smbd/Stefan Metzmacher2-18/+6
2007-10-10r21969: Start working on the gss-side of the server negotiation.Jeremy Allison2-0/+90
2007-10-10r21961: Repair bug introduced by rev. 21960.Jeremy Allison1-0/+6
2007-10-10r21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-)Volker Lendecke1-2/+0
2007-10-10r21953: One format fix, clarify a condition that the IBMJeremy Allison1-2/+20
2007-10-10r21952: Fix critical (!) error found by IBM checker.Jeremy Allison1-22/+28
2007-10-10r21950: After discussion with the Apple and Linux client maintainers,James Peach1-1/+5
2007-10-10r21942: Hoist by our own petard :-). Older smbclient binariesJeremy Allison1-2/+2
2007-10-10r21926: Fix missing enum specifier pointed out by Don McCall @ HP.Jeremy Allison1-3/+3
2007-10-10r21925: Start to code up the gss acquire creds calls.Jeremy Allison1-6/+32
2007-10-10r21917: Start to do the gss versions of sign+seal.Jeremy Allison1-4/+4
2007-10-10r21904: Fix HP build -- thanks, DonVolker Lendecke1-1/+1
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