summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r22145: Fix bug #4494 - reported by Kevin Jamieson <bugzilla@kevinjamieson.com>.Jeremy Allison2-3/+5
2007-10-10r22132: I hate inefficiency. Don't call conv_str_size()Jeremy Allison1-1/+1
2007-10-10r22129: Fix the nttrans create extended response for pipesJeremy Allison1-5/+44
2007-10-10r22128: Fix the pipe open response with EXTENDED_RESPONSE_REQUIREDJeremy Allison1-1/+24
2007-10-10r22124: Wow - NTCreateX sets the word count to 42, but returns 50 onJeremy Allison1-1/+7
2007-10-10r22123: Try and fix the csc (#4404) bug by supporting the extendedJeremy Allison1-7/+18
2007-10-10r22122: Start to fix csc issue with Vista. Make smbd supportJeremy Allison1-1/+22
2007-10-10r22096: become_root_uid_only() is unneeded - it's only used inJeremy Allison1-15/+15
2007-10-10r22095: BUG 4484: Add more checks to set %a for Vista clients (based on absen...Gerald Carter1-0/+5
2007-10-10r22065: First logic change I've found :-(. We were being tooJeremy Allison1-9/+24
2007-10-10r22064: Fix the DFS code to work better with Vista clients. AllowJeremy Allison2-34/+39
2007-10-10r22060: Fix for AIX quotas from Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.Jeremy Allison1-0/+30
2007-10-10r22059: Over-allocate and NULL out 100 bytes for lanman.c.Volker Lendecke1-4/+8
2007-10-10r22050: Fix a couple of off-by-one errors in the rapJeremy Allison1-3/+15
2007-10-10r22045: As Volker noticed, skip_string's last argument isJeremy Allison1-94/+98
2007-10-10r22044: Remove the only skip_string(...,2) callerVolker Lendecke1-1/+1
2007-10-10r22043: Comparing lanman.c with -r22013 is now MUCH easier, thanks! This look...Volker Lendecke1-3/+0
2007-10-10r22042: Try and clean up my own mess using the API VolkerJeremy Allison1-71/+76
2007-10-10r22020: Make it more clear that both the vuser struct and it's contents areAndrew Bartlett2-41/+27
2007-10-10r22017: After changing 2000 lines of this I think this is needed :-).Jeremy Allison1-0/+1
2007-10-10r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison1-277/+601
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