summaryrefslogtreecommitdiffstats
path: root/source/include
Commit message (Expand)AuthorAgeFilesLines
* r22172: FSCTL_RECALL_FILE is 0x90117 according to my traces. Record it here.Alexander Bokovoy2007-10-101-1/+1
* r22154: Make struct smbdb_ctx an opaque pointer so users of the APIJeremy Allison2007-10-101-6/+2
* r22123: Try and fix the csc (#4404) bug by supporting the extendedJeremy Allison2007-10-101-4/+7
* r22122: Start to fix csc issue with Vista. Make smbd supportJeremy Allison2007-10-101-0/+7
* r22108: Fix from <don.mccall@hp.com> to try and fix the HPUX builds.Jeremy Allison2007-10-101-2/+2
* r22104: BUG 4439: Fix the object picket on x64 WIndopws XP/2003.Gerald Carter2007-10-101-7/+3
* r22062: Fix the parsing of info level 3. Flags is not a flagsJeremy Allison2007-10-101-1/+0
* r22055: Port the endpoint mapper (and functions it requires) to Samba 3.Jelmer Vernooij2007-10-102-2/+6
* r22049: HPUX build fixes from <don.mccall@hp.com>.Jeremy Allison2007-10-101-0/+9
* r22020: Make it more clear that both the vuser struct and it's contents areAndrew Bartlett2007-10-101-3/+3
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-3/+4
* r22003: Fix from Jiri.Sasek@Sun.COM to wrap our krb5_locate_kdcJeremy Allison2007-10-101-0/+3
* r21991: I hate Steve French :-). Add support for encryptionJeremy Allison2007-10-102-8/+1
* r21969: Start working on the gss-side of the server negotiation.Jeremy Allison2007-10-103-3/+11
* r21926: Fix missing enum specifier pointed out by Don McCall @ HP.Jeremy Allison2007-10-101-1/+1
* r21917: Start to do the gss versions of sign+seal.Jeremy Allison2007-10-102-4/+4
* r21883: Try and fix the build by removing the prototypes forJeremy Allison2007-10-101-0/+8
* r21880: Make client and server calls into encryption code symetrical,Jeremy Allison2007-10-101-0/+1
* r21876: Start adding in the seal implementation - prototype codeJeremy Allison2007-10-101-2/+16
* r21875: BUG 3275: Patch from Andy Polyakov <appro@fy.chalmers.se>Gerald Carter2007-10-101-7/+2
* r21870: Move sending auth_server keepalives out of the main loop into an idle...Volker Lendecke2007-10-101-6/+0
* r21865: Add in the stubs for SMB transport encryption. Will fleshJeremy Allison2007-10-102-1/+23
* r21845: Refactor the sessionsetupX code a little to allow usJeremy Allison2007-10-101-0/+5
* r21831: Back out r21823 for a while, this is going into a bzr tree first.Volker Lendecke2007-10-101-1/+0
* r21823: Let secrets_store_machine_password() also store the account name. Not...Volker Lendecke2007-10-101-0/+1
* r21800: Check-in the DFS rewrite. I am still testing this but itJeremy Allison2007-10-101-3/+4
* r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke2007-10-101-1/+3
* r21783: Add in the "create info" field to the replyJeremy Allison2007-10-101-1/+7
* r21778: Wrap calls to krb5_get_init_creds_opt_free to handle the differentJames Peach2007-10-101-2/+5
* r21777: As Stevef requested and the Apple guys agreed, makeJeremy Allison2007-10-101-2/+2
* r21768: Fix the client dfs code such that smbclient canJeremy Allison2007-10-101-15/+15
* r21763: Add support for the UNIX_INFO2 infolevel.James Peach2007-10-101-0/+40
* r21757: Add SMB_VFS_CHFLAGS operation.James Peach2007-10-102-1/+8
* r21754: Volker is completely correct. There's no need forJeremy Allison2007-10-101-20/+0
* r21724: Optimization pointed out by Volker. If we don'tJeremy Allison2007-10-101-0/+1
* r21717: Support the SMB_QUERY_POSIX_WHOAMI info level on QueryFsInfo.James Peach2007-10-101-0/+31
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-104-12/+14
* r21705: add modify rights definesHerb Lewis2007-10-101-1/+15
* r21638: Change POSIX_UNLINK to allow clients to differentiateJeremy Allison2007-10-101-2/+10
* r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison2007-10-101-0/+1
* r21581: Add an error code I just gotVolker Lendecke2007-10-101-0/+1
* r21525: Go ahead and checkin the mlock() & memalign() fixes soGerald Carter2007-10-101-0/+1
* r21460: Fix for server-side processing of SPNEGO authJeremy Allison2007-10-101-1/+9
* r21324: Add linux setlease to the vfs layer. Next round, as Volker points out,Jim McDonough2007-10-103-1/+12
* r21279: Get rid of 'aio write behind', this is broken.Volker Lendecke2007-10-101-2/+0
* r21250: Partial fix for BUG 4093: Make %a expand to "Vista"Gerald Carter2007-10-101-1/+3
* r21240: Fix longstanding Bug #4009.Günther Deschner2007-10-102-2/+3
* r21227: Quick fix for Stevef - ensure the returned data on openJeremy Allison2007-10-101-0/+2
* r21204: Add define for new QFS Info for "who am i"Steve French2007-10-101-0/+15
* r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison2007-10-102-12/+58