summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21845: Refactor the sessionsetupX code a little to allow usJeremy Allison6-73/+319
2007-10-10r21840: mount.cifs compile on old libc missing bind mount #defineSteve French1-0/+4
2007-10-10r21831: Back out r21823 for a while, this is going into a bzr tree first.Volker Lendecke7-36/+6
2007-10-10r21825: add debug prefix timestamp to allow "short timestamps" to beHerb Lewis2-2/+12
2007-10-10r21823: Let secrets_store_machine_password() also store the account name. Not...Volker Lendecke7-6/+36
2007-10-10r21822: Adding experimental krb5 lib locator plugin.Günther Deschner3-0/+399
2007-10-10r21819: Wrap all steps in secrets_store_machine_password into one singleVolker Lendecke1-12/+50
2007-10-10r21818: Remove some unused codeVolker Lendecke1-23/+0
2007-10-10r21814: use ndr_push_error in the ndr layer, not just a NTSTATUS failureAndrew Tridgell1-1/+2
2007-10-10r21813: fixed an integer overflow error in the ndr push code.Andrew Tridgell2-3/+10
2007-10-10r21804: Create a reference after proto_exits was called once. Else we link theLars Müller1-1/+2
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 Allison9-588/+813
2007-10-10r21792: Fix crash bug triggered by Excel reported by Jerry.Jeremy Allison1-1/+1
2007-10-10r21785: Avoid an unnecessary gettimeofday() callVolker Lendecke1-1/+1
2007-10-10r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke14-162/+104
2007-10-10r21783: Add in the "create info" field to the replyJeremy Allison2-23/+39
2007-10-10r21782: Fix a memleakVolker Lendecke1-0/+1
2007-10-10r21780: let smbcontrol use POPT_COMMON_SAMBA options to allow setting debugHerb Lewis1-20/+8
2007-10-10r21779: I missd a call to krb5_get_init_creds_opt_alloc in r21778.James Peach1-1/+1
2007-10-10r21778: Wrap calls to krb5_get_init_creds_opt_free to handle the differentJames Peach4-10/+50
2007-10-10r21777: As Stevef requested and the Apple guys agreed, makeJeremy Allison3-9/+14
2007-10-10r21776: fix bugs #4438 #4440Simo Sorce1-4/+10
2007-10-10r21775: make messages more understandable - don't leave part dangling after n...Herb Lewis1-2/+2
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-10r21768: Fix the client dfs code such that smbclient canJeremy Allison10-121/+167
2007-10-10r21767: Revert all the bits I accidentally committed in r21766.James Peach5-17/+9
2007-10-10r21766: Fix compiler warning.James Peach6-10/+18
2007-10-10r21765: Fix the build for HP-UX.James Peach1-1/+6
2007-10-10r21764: Fix warning in debug comment.Jeremy Allison1-2/+2
2007-10-10r21763: Add support for the UNIX_INFO2 infolevel.James Peach3-46/+302
2007-10-10r21762: Fix the build by enabling shared modules and adding the config.*James Peach6-10/+3106
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
2007-10-10r21757: Add SMB_VFS_CHFLAGS operation.James Peach4-1/+33
2007-10-10r21756: An invarient the dfs code depended on for POSIX pathsJeremy Allison1-4/+1
2007-10-10r21755: Memory leak fixes from Zack Kirsch <zack.kirsch@isilon.com>.Jeremy Allison5-4/+26
2007-10-10r21754: Volker is completely correct. There's no need forJeremy Allison5-47/+126
2007-10-10r21753: Enable building ndrdump with the builtin popt. Jelmer, please check!Volker Lendecke1-1/+1
2007-10-10r21750: Sync up with SAMBA_3_0_25. Only client changes are in libsmbclientJeremy Allison2-2/+43
2007-10-10r21748: More cosmetic alignment. One change to call_nt_transact_create(): We ...Volker Lendecke1-11/+14
2007-10-10r21747: Cosmetic checkin to bring ntcreate and nttranscreate closer togetherVolker Lendecke1-13/+19
2007-10-10r21738: Remove unused file.James Peach1-80/+0
2007-10-10r21734: Fix bug #4369. Patch from David Leonard <dleonard@vintela.com>.Jeremy Allison1-0/+5
2007-10-10r21731: Fix long-standing bug in our chain processing code.Jeremy Allison1-3/+20
2007-10-10r21726: Fix stupid cut-n-paste typo. Thanks to volker forJeremy Allison1-1/+1
2007-10-10r21725: Fix for memalign used without test guards. WasJeremy Allison2-22/+22