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