Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r21969: Start working on the gss-side of the server negotiation. | Jeremy Allison | 3 | -3/+11 |
2007-10-10 | r21926: Fix missing enum specifier pointed out by Don McCall @ HP. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21917: Start to do the gss versions of sign+seal. | Jeremy Allison | 2 | -4/+4 |
2007-10-10 | r21883: Try and fix the build by removing the prototypes for | Jeremy Allison | 1 | -0/+8 |
2007-10-10 | r21880: Make client and server calls into encryption code symetrical, | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r21876: Start adding in the seal implementation - prototype code | Jeremy Allison | 1 | -2/+16 |
2007-10-10 | r21875: BUG 3275: Patch from Andy Polyakov <appro@fy.chalmers.se> | Gerald Carter | 1 | -7/+2 |
2007-10-10 | r21870: Move sending auth_server keepalives out of the main loop into an idle... | Volker Lendecke | 1 | -6/+0 |
2007-10-10 | r21865: Add in the stubs for SMB transport encryption. Will flesh | Jeremy Allison | 2 | -1/+23 |
2007-10-10 | r21845: Refactor the sessionsetupX code a little to allow us | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r21831: Back out r21823 for a while, this is going into a bzr tree first. | Volker Lendecke | 1 | -1/+0 |
2007-10-10 | r21823: Let secrets_store_machine_password() also store the account name. Not... | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r21800: Check-in the DFS rewrite. I am still testing this but it | Jeremy Allison | 1 | -3/+4 |
2007-10-10 | r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ... | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r21783: Add in the "create info" field to the reply | Jeremy Allison | 1 | -1/+7 |
2007-10-10 | r21778: Wrap calls to krb5_get_init_creds_opt_free to handle the different | James Peach | 1 | -2/+5 |
2007-10-10 | r21777: As Stevef requested and the Apple guys agreed, make | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r21768: Fix the client dfs code such that smbclient can | Jeremy Allison | 1 | -15/+15 |
2007-10-10 | r21763: Add support for the UNIX_INFO2 infolevel. | James Peach | 1 | -0/+40 |
2007-10-10 | r21757: Add SMB_VFS_CHFLAGS operation. | James Peach | 2 | -1/+8 |
2007-10-10 | r21754: Volker is completely correct. There's no need for | Jeremy Allison | 1 | -20/+0 |
2007-10-10 | r21724: Optimization pointed out by Volker. If we don't | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r21717: Support the SMB_QUERY_POSIX_WHOAMI info level on QueryFsInfo. | James Peach | 1 | -0/+31 |
2007-10-10 | r21714: Change the VFS interface to use struct timespec | Jeremy Allison | 4 | -12/+14 |
2007-10-10 | r21705: add modify rights defines | Herb Lewis | 1 | -1/+15 |
2007-10-10 | r21638: Change POSIX_UNLINK to allow clients to differentiate | Jeremy Allison | 1 | -2/+10 |
2007-10-10 | r21609: Fix memory leaks in error code paths (and one in winbindd_group.c). | Jeremy Allison | 1 | -0/+1 |
2007-10-10 | r21581: Add an error code I just got | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r21525: Go ahead and checkin the mlock() & memalign() fixes so | Gerald Carter | 1 | -0/+1 |
2007-10-10 | r21460: Fix for server-side processing of SPNEGO auth | Jeremy Allison | 1 | -1/+9 |
2007-10-10 | r21324: Add linux setlease to the vfs layer. Next round, as Volker points out, | Jim McDonough | 3 | -1/+12 |
2007-10-10 | r21279: Get rid of 'aio write behind', this is broken. | Volker Lendecke | 1 | -2/+0 |
2007-10-10 | r21250: Partial fix for BUG 4093: Make %a expand to "Vista" | Gerald Carter | 1 | -1/+3 |
2007-10-10 | r21240: Fix longstanding Bug #4009. | Günther Deschner | 2 | -2/+3 |
2007-10-10 | r21227: Quick fix for Stevef - ensure the returned data on open | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r21204: Add define for new QFS Info for "who am i" | Steve French | 1 | -0/+15 |
2007-10-10 | r21191: Add in the POSIX open/mkdir/unlink calls. | Jeremy Allison | 2 | -12/+58 |
2007-10-10 | r21188: bumping passdb version number to make sure this is different than the... | Gerald Carter | 1 | -2/+1 |
2007-10-10 | r21132: - Fixes bug 4366. Documentation for smbc_utimes() was incorrect. | Derrell Lipman | 1 | -9/+11 |
2007-10-10 | r21123: Make notify_fsp() static to notify.c. | Volker Lendecke | 1 | -10/+1 |
2007-10-10 | r21113: Increment vfs version, thanks to metze for pointing it out | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r21110: Fix kinit with Heimdal (Bug #4226). | Günther Deschner | 1 | -0/+2 |
2007-10-10 | r21108: Send sys_notify_watch through the VFS, FAM is next | Volker Lendecke | 3 | -1/+16 |
2007-10-10 | r21093: Remove the hash and dnotify backends. Disabling FAM for this checkin,... | Volker Lendecke | 1 | -9/+0 |
2007-10-10 | r21092: Ok, that's the one that activates the Samba4 notify backend. | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r21088: Apply some const | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r21084: Make the Samba4 files compile in Samba3, not activated yet. | Volker Lendecke | 2 | -0/+10 |
2007-10-10 | r21079: Minimizing diff: Adopt the Samba4 style ChangeNotify flags. | Volker Lendecke | 2 | -2/+8 |
2007-10-10 | r21076: Two pieces of infrastructure from Samba4: An API-compatible messaging... | Volker Lendecke | 1 | -0/+5 |
2007-10-10 | r21074: Preparation for the import of samba4 notify: Add the file notify.idl ... | Volker Lendecke | 3 | -0/+10 |