Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r21875: BUG 3275: Patch from Andy Polyakov <appro@fy.chalmers.se> | Gerald Carter | 2007-03-19 | 2 | -19/+14 | |
| | | | | | | | | | | | | Relax check for i386 header checks in the PE header of printer driver files. Thus allowing uploading of x64 print drivers from 64bit Windows clients. | |||||
| * | r21874: Fix missing notify function. Thanks to Thomas Bork <tombork@web.de> | Jeremy Allison | 2007-03-19 | 1 | -0/+26 | |
| | | | | | | | | | | for pointing this out ! Jeremy. | |||||
| * | r21873: This is winbindd_pam.c, not pam_winbind.c :-) | Volker Lendecke | 2007-03-19 | 1 | -1/+1 | |
| | | ||||||
| * | r21872: Fix a debug message | Volker Lendecke | 2007-03-19 | 1 | -1/+1 | |
| | | ||||||
| * | r21871: Move deadtime processing into an idle event. While there, simplify | Volker Lendecke | 2007-03-18 | 3 | -43/+45 | |
| | | | | | | | | | | | | conn_idle_all() a bit. Volker | |||||
| * | r21870: Move sending auth_server keepalives out of the main loop into an ↵ | Volker Lendecke | 2007-03-18 | 4 | -53/+61 | |
| | | | | | | | | | | | | idle event. Volker | |||||
| * | r21869: Move sending keepalives out of the main processing loop into idle event. | Volker Lendecke | 2007-03-18 | 3 | -14/+46 | |
| | | | | | | | | | | | | On the way, make lp_keepalive() a proper parameter. Volker | |||||
| * | r21868: Remove check_log_size from the central smbd processing loop. This ↵ | Volker Lendecke | 2007-03-18 | 2 | -15/+5 | |
| | | | | | | | | | | | | can be done with a become_root/unbecome_root in debug.c. | |||||
| * | r21867: Simplify calling convention of timeout_processing. lp_deadtime is only | Volker Lendecke | 2007-03-18 | 2 | -11/+16 | |
| | | | | | | | | referenced in conn_idle_all(). | |||||
| * | r21866: Remove unused "lock spin count" parameter | Volker Lendecke | 2007-03-18 | 1 | -4/+0 | |
| | | ||||||
| * | r21865: Add in the stubs for SMB transport encryption. Will flesh | Jeremy Allison | 2007-03-17 | 7 | -8/+123 | |
| | | | | | | | | | | | | | | these out as I implement. Don't add to SAMBA_3_0_25, this is experimental code. NFSv4 you're now officially on notice... :-). Jeremy. | |||||
| * | r21864: Reformatting. | Jeremy Allison | 2007-03-17 | 1 | -92/+92 | |
| | | | | | | | | Jeremy. | |||||
| * | r21863: Fix debug messages with incorrect function name. | Jeremy Allison | 2007-03-16 | 1 | -15/+15 | |
| | | | | | | | | Jeremy. | |||||
| * | r21862: add the cups comment and location lookup to ↵ | Gerald Carter | 2007-03-16 | 1 | -3/+10 | |
| | | | | | | | | get_a_printer_2_default() as well | |||||
| * | r21861: Pull the comment and location from CUPS if we don't have one | Gerald Carter | 2007-03-16 | 2 | -0/+148 | |
| | | | | | | | | | | | | | | when fetching a printer from ntprinters.tdb. Slightly modified from original version submitted on samba-technical ml by Andy Polyakov <appro@fy.chalmers.se> | |||||
| * | r21860: Fixes for "winbind normalize names" functionality: | Gerald Carter | 2007-03-16 | 5 | -5/+15 | |
| | | | | | | | | | | | | | | * Fix getgroups() call called using a normalized name * Fix some more name mappings that could cause for example a user to be unable to unlock the screen as the username would not match in the PAM authenticate call. | |||||
| * | r21858: Fix typo. | Günther Deschner | 2007-03-16 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | r21857: Stop pretending to be Vista in the %a macro towards Samba clients. | Günther Deschner | 2007-03-16 | 1 | -1/+3 | |
| | | | | | | | | Guenther | |||||
| * | r21855: Fix a memleak in the krb5 locator and comment out gfree_all() which ↵ | Günther Deschner | 2007-03-16 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | doesn't make sense as long as it doesn't work as an lp_unload(). Guenther | |||||
| * | r21854: Add gfree_interfaces() to gfree_all(). | Günther Deschner | 2007-03-16 | 2 | -0/+13 | |
| | | | | | | | | Guenther | |||||
| * | r21853: Fix a valgrind error | Volker Lendecke | 2007-03-16 | 1 | -0/+5 | |
| | | ||||||
| * | r21851: Obvious typos... | Volker Lendecke | 2007-03-15 | 1 | -2/+2 | |
| | | ||||||
| * | r21850: After Jerry explained to me the HORRIBLE way in which | Jeremy Allison | 2007-03-15 | 1 | -5/+15 | |
| | | | | | | | | | | | | | | | | the MIT gss libraries *SUCK*, move the frees to the end of the function so MIT doesn't segfault..... Add a comment so that another engineer knows why I did this. Jeremy. | |||||
| * | r21848: add a comment about gss_import_name() and when to free the krb5 ↵ | Gerald Carter | 2007-03-15 | 1 | -1/+9 | |
| | | | | | | | | principal data | |||||
| * | r21847: Fix memory leaks in error paths (and in main code path in one case...) | Jeremy Allison | 2007-03-15 | 2 | -5/+14 | |
| | | | | | | | | | | in sasl bind. Wonder why coverity didn't find these ? Jeremy. | |||||
| * | r21846: Try and fix the Darwin build which seems to have a strange krb5. | Jeremy Allison | 2007-03-15 | 1 | -0/+6 | |
| | | | | | | | | Jeremy. | |||||
| * | r21845: Refactor the sessionsetupX code a little to allow us | Jeremy Allison | 2007-03-15 | 6 | -73/+319 | |
| | | | | | | | | | | | | | | | | | | | | | | to return a NT_STATUS_TIME_DIFFERENCE_AT_DC error to a client when there's clock skew. Will help people debug this. Prepare us for being able to return the correct sessionsetupX "NT_STATUS_MORE_PROCESSING_REQUIRED" error with associated krb5 clock skew error to allow clients to re-sync time with us when we're eventually able to be a KDC. Jeremy. | |||||
| * | r21840: mount.cifs compile on old libc missing bind mount #define | Steve French | 2007-03-14 | 1 | -0/+4 | |
| | | | | | | | | Thanks to Thomas Jarosch for pointing this out. | |||||
| * | r21831: Back out r21823 for a while, this is going into a bzr tree first. | Volker Lendecke | 2007-03-13 | 7 | -36/+6 | |
| | | | | | | | | Volker | |||||
| * | r21825: add debug prefix timestamp to allow "short timestamps" to be | Herb Lewis | 2007-03-13 | 2 | -2/+12 | |
| | | | | | | | | added to debug messages | |||||
| * | r21823: Let secrets_store_machine_password() also store the account name. ↵ | Volker Lendecke | 2007-03-13 | 7 | -6/+36 | |
| | | | | | | | | | | | | | | | | | | Not used yet, the next step will be a secrets_fetch_machine_account() function that also pulls the account name to be used in the appropriate places. Volker | |||||
| * | r21822: Adding experimental krb5 lib locator plugin. | Günther Deschner | 2007-03-13 | 3 | -0/+399 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a starting point and may get changed. Basically we need follow the exact same path to detect (K)DCs like other Samba tools/winbind do. In particular with regard to the server affinity cache and the site-awarness for DNS SRV lookups. To compile just call "make bin/smb_krb5_locator.so", copy to /usr/lib/plugin/krb5/ (Heimdal HEAD) or /usr/lib/krb5/plugins/libkrb5/ (MIT) and you should immediately be able to kinit to your AD domain without having your REALM with kdc or kpasswd directives defined in /etc/krb5.conf at all. Tested with todays Heimdal HEAD and MIT krb5 1.5. Guenther | |||||
| * | r21819: Wrap all steps in secrets_store_machine_password into one single | Volker Lendecke | 2007-03-13 | 1 | -12/+50 | |
| | | | | | | | | | | | | transaction. Succeed all or store nothing. Volker | |||||
| * | r21818: Remove some unused code | Volker Lendecke | 2007-03-13 | 1 | -23/+0 | |
| | | ||||||
| * | r21814: use ndr_push_error in the ndr layer, not just a NTSTATUS failure | Andrew Tridgell | 2007-03-13 | 1 | -1/+2 | |
| | | ||||||
| * | r21813: fixed an integer overflow error in the ndr push code. | Andrew Tridgell | 2007-03-13 | 2 | -3/+10 | |
| | | | | | | | | Jerry, you might like to consider this for 3.0.25 | |||||
| * | r21804: Create a reference after proto_exits was called once. Else we link the | Lars Müller | 2007-03-12 | 1 | -1/+2 | |
| | | | | | | | | binaries again with each make. Thx Volker to point my chesty at this. | |||||
| * | r21803: Missed part of patch to make self-referrals work. | Jeremy Allison | 2007-03-12 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r21801: Fix Coverity ID # 342 | Volker Lendecke | 2007-03-12 | 1 | -0/+1 | |
| | | ||||||
| * | r21800: Check-in the DFS rewrite. I am still testing this but it | Jeremy Allison | 2007-03-12 | 9 | -588/+813 | |
| | | | | | | | | | | | | | | | | works from smbclient and Windows, and I am promising to support and fix both client and server code moving forward. Still need to test the RPC admin support but I haven't changed that code. Jeremy. | |||||
| * | r21792: Fix crash bug triggered by Excel reported by Jerry. | Jeremy Allison | 2007-03-12 | 1 | -1/+1 | |
| | | | | | | | | | | Bad cut-n-paste on rewrite of timestamps. Jeremy. | |||||
| * | r21785: Avoid an unnecessary gettimeofday() call | Volker Lendecke | 2007-03-11 | 1 | -1/+1 | |
| | | | | | | | | Volker | |||||
| * | r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ↵ | Volker Lendecke | 2007-03-11 | 14 | -162/+104 | |
| | | | | | | | | | | | | | | | | winbind who did not run the idle events to drop ldap connections. Volker | |||||
| * | r21783: Add in the "create info" field to the reply | Jeremy Allison | 2007-03-11 | 2 | -23/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from POSIX_OPEN and POSIX_MKDIR as specified by Stevef in the wikki (extra 4 byte field). Also fix horrible bug in James's code (James you should review this for your Apple patch tree) where he failed to allocate the correct return memory size when returning a INFO2 struct. Added #define for the size of the INFO2 struct and made sure we allocate the correct size for return. Jeremy. | |||||
| * | r21782: Fix a memleak | Volker Lendecke | 2007-03-10 | 1 | -0/+1 | |
| | | ||||||
| * | r21780: let smbcontrol use POPT_COMMON_SAMBA options to allow setting debug | Herb Lewis | 2007-03-09 | 1 | -20/+8 | |
| | | | | | | | | | | level. Fix calculation of argc after options are stripped. I couldn't find a popt function that returned this. | |||||
| * | r21779: I missd a call to krb5_get_init_creds_opt_alloc in r21778. | James Peach | 2007-03-09 | 1 | -1/+1 | |
| | | ||||||
| * | r21778: Wrap calls to krb5_get_init_creds_opt_free to handle the different | James Peach | 2007-03-09 | 4 | -10/+50 | |
| | | | | | | | | | | calling convention in the latest MIT changes. Apparantly Heimdal is also changing to this calling convention. | |||||
| * | r21777: As Stevef requested and the Apple guys agreed, make | Jeremy Allison | 2007-03-09 | 3 | -9/+14 | |
| | | | | | | | | | | | | | | mode_t in posix_open/posix_mkdir -> 8 bytes to match the SET_UNIX_INFO_BASIC call. Steve is updating the Wikki. Jeremy. | |||||
| * | r21776: fix bugs #4438 #4440 | Simo Sorce | 2007-03-09 | 1 | -4/+10 | |
| | |