summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r21882: The server part of the code has to use an AUTH_NTLMSSP struct,Jeremy Allison7-80/+327
2007-10-10r21881: Make sure we are very specific when testing whether a backand can han...James Peach2-2/+9
2007-10-10r21880: Make client and server calls into encryption code symetrical,Jeremy Allison4-93/+224
2007-10-10r21879: Move process_blocking_lock_queue to a timed event.Volker Lendecke2-52/+72
2007-10-10r21878: Fix a bug with smbd serving a windows terminal server: If winbind dec...Volker Lendecke5-12/+49
2007-10-10r21877: Missed one line.Jeremy Allison1-0/+1
2007-10-10r21876: Start adding in the seal implementation - prototype codeJeremy Allison3-7/+198
2007-10-10r21875: BUG 3275: Patch from Andy Polyakov <appro@fy.chalmers.se>Gerald Carter2-19/+14
2007-10-10r21874: Fix missing notify function. Thanks to Thomas Bork <tombork@web.de>Jeremy Allison1-0/+26
2007-10-10r21873: This is winbindd_pam.c, not pam_winbind.c :-)Volker Lendecke1-1/+1
2007-10-10r21872: Fix a debug messageVolker Lendecke1-1/+1
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 Lendecke4-53/+61
2007-10-10r21869: Move sending keepalives out of the main processing loop into idle event.Volker Lendecke3-14/+46
2007-10-10r21868: Remove check_log_size from the central smbd processing loop. This can...Volker Lendecke2-15/+5
2007-10-10r21867: Simplify calling convention of timeout_processing. lp_deadtime is onlyVolker Lendecke2-11/+16
2007-10-10r21866: Remove unused "lock spin count" parameterVolker Lendecke1-4/+0
2007-10-10r21865: Add in the stubs for SMB transport encryption. Will fleshJeremy Allison7-8/+123
2007-10-10r21864: Reformatting.Jeremy Allison1-92/+92
2007-10-10r21863: Fix debug messages with incorrect function name.Jeremy Allison1-15/+15
2007-10-10r21862: add the cups comment and location lookup to get_a_printer_2_default()...Gerald Carter1-3/+10
2007-10-10r21861: Pull the comment and location from CUPS if we don't have oneGerald Carter2-0/+148
2007-10-10r21860: Fixes for "winbind normalize names" functionality:Gerald Carter5-5/+15
2007-10-10r21858: Fix typo.Günther Deschner1-1/+1
2007-10-10r21857: Stop pretending to be Vista in the %a macro towards Samba clients.Günther Deschner1-1/+3
2007-10-10r21855: Fix a memleak in the krb5 locator and comment out gfree_all() which d...Günther Deschner1-2/+4
2007-10-10r21854: Add gfree_interfaces() to gfree_all().Günther Deschner2-0/+13
2007-10-10r21853: Fix a valgrind errorVolker Lendecke1-0/+5
2007-10-10r21851: Obvious typos...Volker Lendecke1-2/+2
2007-10-10r21850: After Jerry explained to me the HORRIBLE way in whichJeremy Allison1-5/+15
2007-10-10r21848: add a comment about gss_import_name() and when to free the krb5 princ...Gerald Carter1-1/+9
2007-10-10r21847: Fix memory leaks in error paths (and in main code path in one case...)Jeremy Allison2-5/+14
2007-10-10r21846: Try and fix the Darwin build which seems to have a strange krb5.Jeremy Allison1-0/+6
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