Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r21963: Fix another uninitialized buffer used in test write - valgrind | Jeremy Allison | 2007-03-25 | 1 | -0/+2 | |
| | | | | | | | | | | fix. Jeremy. | |||||
| * | r21962: Make pdbedit use the configfile specified by -s | Volker Lendecke | 2007-03-24 | 1 | -1/+6 | |
| | | ||||||
| * | r21961: Repair bug introduced by rev. 21960. | Jeremy Allison | 2007-03-24 | 1 | -0/+6 | |
| | | | | | | | | | | We need to do the initial strtok to set up the internal state. Jeremy. | |||||
| * | r21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-) | Volker Lendecke | 2007-03-24 | 4 | -20/+5 | |
| | | ||||||
| * | r21959: Merge a comment fix from Michael Adam -- more to come :-) | Volker Lendecke | 2007-03-24 | 1 | -1/+2 | |
| | | ||||||
| * | r21958: Fix Coverity ID 343 (dead code) | Volker Lendecke | 2007-03-24 | 1 | -3/+0 | |
| | | ||||||
| * | r21957: minor formatting fix | Herb Lewis | 2007-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | r21956: Fix bug reported by don.mccall@hp.com for platforms | Jeremy Allison | 2007-03-23 | 1 | -1/+1 | |
| | | | | | | | | | | without utimes() call (only utime()). Jeremy. | |||||
| * | r21954: Someone misused a '!' instead of a '~' for a binary NOT | Jeremy Allison | 2007-03-23 | 1 | -1/+1 | |
| | | | | | | | | | | command. Jerry, Simo, please check. Jeremy. | |||||
| * | r21953: One format fix, clarify a condition that the IBM | Jeremy Allison | 2007-03-23 | 2 | -3/+21 | |
| | | | | | | | | | | checker was worried about. Jeremy. | |||||
| * | r21952: Fix critical (!) error found by IBM checker. | Jeremy Allison | 2007-03-23 | 1 | -22/+28 | |
| | | | | | | | | | | | | | | Missing break statements meant that no info levels would ever be returned correctly from POSIX open/mkdir. Jeremy. | |||||
| * | r21950: After discussion with the Apple and Linux client maintainers, | James Peach | 2007-03-23 | 4 | -3/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | changing the FindFirst response for the UNIX_INFO2 level to include a length field before the name. The name is not required to be null terminated. The length field does not count any null. Also add call to chflags(2) in the default VFS module so that this will work be default on BSD-derived platform. Add UNIX-INFO2 test to the build farm to get some non-BSD coverage. Jeremy and Jerry, please review for inclusion in 3.0.25. | |||||
| * | r21948: Fix valgrind error in build farm samba3 smbtorture. We were | Jeremy Allison | 2007-03-23 | 1 | -0/+2 | |
| | | | | | | | | | | using an uninitialized buffer for read/write tests. Jeremy. | |||||
| * | r21947: Fix the equivalent of memcpy(x, x, 16). Found | Jeremy Allison | 2007-03-23 | 1 | -1/+3 | |
| | | | | | | | | | | by valgrind on the build farm. Jeremy. | |||||
| * | r21944: move acl header checks to the correct place only | Stefan Metzmacher | 2007-03-23 | 2 | -2/+2 | |
| | | | | | | | | | | | | jeremy: please merge this to 3.0.25:-) metze | |||||
| * | r21942: Hoist by our own petard :-). Older smbclient binaries | Jeremy Allison | 2007-03-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | were not able to connect to the rewritten dfs code as they set the dfs flag bit but then send local paths. Now that our dfs code is a *lot* more robust in detecting this sort of braindamage we can just call into it directly on getting a DFS flag and let the parser sort it out without having to check it's actually connecting to a dfs enabled share (I'm proud of this code :-). Jeremy. | |||||
| * | r21941: Attempt to fix bug 4460 | Volker Lendecke | 2007-03-22 | 1 | -1/+1 | |
| | | ||||||
| * | r21940: Sorry Volker, I have to revert your revert in r21935. | Gerald Carter | 2007-03-22 | 4 | -11/+48 | |
| | | | | | | | | | | We can talk about this later if you still feel that strongly but I need to fix the build for now. | |||||
| * | r21939: Fix missing initialization that | Jeremy Allison | 2007-03-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | broke the build farm. Thanks to Metze for the heads up. Jeremy. | |||||
| * | r21935: Revert obviously not sufficiently tested code -- sorry for the pain. ↵ | Volker Lendecke | 2007-03-22 | 4 | -48/+11 | |
| | | | | | | | | I am afraid I was basically off the net for the day | |||||
| * | r21934: fix the build sorry | Stefan Metzmacher | 2007-03-22 | 1 | -1/+1 | |
| | | | | | | | | metze | |||||
| * | r21933: Change the write_sock() call in pam_winbind_request() | Gerald Carter | 2007-03-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | to not request a privileged pipe operation for everything as this cannot be done from a process running under the context of a user (e.g. screensaver). Thanks to Danilo Almeida <dalmeida@centeris.com> for the help in pointing out the change to write_sock(). | |||||
| * | r21932: fix compiler warning. | Stefan Metzmacher | 2007-03-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | maybe also for 3.0.25 metze | |||||
| * | r21931: include acl/libacl.h is present | Stefan Metzmacher | 2007-03-22 | 2 | -1/+6 | |
| | | | | | | | | | | | | | | I'm not sure if this should go into 3.0.25... it fixes a compiler warning about a missing acl_get_perm() prototype metze | |||||
| * | r21927: Removed unused variable. | Jeremy Allison | 2007-03-22 | 1 | -1/+0 | |
| | | | | | | | | Jeremy. | |||||
| * | r21926: Fix missing enum specifier pointed out by Don McCall @ HP. | Jeremy Allison | 2007-03-22 | 4 | -17/+17 | |
| | | | | | | | | | | Thanks Don ! Jeremy. | |||||
| * | r21925: Start to code up the gss acquire creds calls. | Jeremy Allison | 2007-03-22 | 1 | -6/+32 | |
| | | | | | | | | Jeremy. | |||||
| * | r21923: Add in the gss decrypt. | Jeremy Allison | 2007-03-22 | 1 | -3/+45 | |
| | | | | | | | | Jeremy. | |||||
| * | r21922: Fixed the build by rather horrid means. I really need | Jeremy Allison | 2007-03-21 | 7 | -100/+81 | |
| | | | | | | | | | | | | | | to restructure libsmb/smb_signing.c so it isn't in the base libs path but lives in libsmb instead (like smb_seal.c does). Jeremy. | |||||
| * | r21919: now that the local passdb abd BUILTIN have been blacklisted and they ↵ | Simo Sorce | 2007-03-21 | 1 | -15/+0 | |
| | | | | | | | | | | | | | | | | | | always point to the passdb module, remove this comment and move the explanation in the dimap_ad man page. Simo. | |||||
| * | r21918: Reverting this change as it is now causing aborts() in | Gerald Carter | 2007-03-21 | 1 | -6/+1 | |
| | | | | | | | | | | find_builtin_domain(). This all needs more testing before anyone starts changing these lookup routines again. | |||||
| * | r21917: Start to do the gss versions of sign+seal. | Jeremy Allison | 2007-03-21 | 4 | -28/+85 | |
| | | | | | | | | Jeremy. | |||||
| * | r21916: Fix couple of "return" calls on void functions. | Jeremy Allison | 2007-03-21 | 1 | -2/+10 | |
| | | | | | | | | | | | | Ensure we ignore reqests to free keepalive buffers as we only copied these. Jeremy. | |||||
| * | r21913: fix one bug in build 717: correctly check the return from ↵ | Gerald Carter | 2007-03-21 | 1 | -1/+1 | |
| | | | | | | | | sid_peek_check_rid() when trying to find a matching domain | |||||
| * | r21912: There's no point checksumming the packet length | Jeremy Allison | 2007-03-21 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | this already has to be right. This makes the signed+sealed area the same as it will be with gss calls. Now to go implement them. Jeremy. | |||||
| * | r21908: update with the 3.0.25 packaging | Gerald Carter | 2007-03-21 | 1 | -4/+15 | |
| | | ||||||
| * | r21905: Rename | Gerald Carter | 2007-03-21 | 2 | -11/+11 | |
| | | | | | | | | | | idmap expire time -> idmap cache time idmap negative time -> idmap negative cache time | |||||
| * | r21904: Fix HP build -- thanks, Don | Volker Lendecke | 2007-03-21 | 1 | -1/+1 | |
| | | ||||||
| * | r21903: Get the length calculations right (I always forget | Jeremy Allison | 2007-03-21 | 1 | -16/+18 | |
| | | | | | | | | | | | | | | the 4 byte length isn't included in the length :-). We now have working NTLMSSP transport encryption with sign+seal. W00t! Jeremy. | |||||
| * | r21902: Don't free the thing you're trying to set in the cli state. | Jeremy Allison | 2007-03-21 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r21901: Don't use fstrcat when you mean fstrcpy. Doh ! | Jeremy Allison | 2007-03-21 | 1 | -3/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | r21900: Token exchange now seems to work, now why does the | Jeremy Allison | 2007-03-21 | 1 | -1/+1 | |
| | | | | | | | | | | client encrypt fail ? Jeremy. | |||||
| * | r21899: At least we're getting to stage 2 of the blob | Jeremy Allison | 2007-03-21 | 1 | -4/+10 | |
| | | | | | | | | | | exchange. Still not working but closer. Jeremy. | |||||
| * | r21898: Added test command, fixed first valgrind bugs. | Jeremy Allison | 2007-03-21 | 3 | -5/+49 | |
| | | | | | | | | | | Now to investigate why it doesn't work :-). Jeremy. | |||||
| * | r21897: Add in a basic raw NTLM encrypt request. Now | Jeremy Allison | 2007-03-21 | 7 | -20/+200 | |
| | | | | | | | | | | for testing. Jeremy. | |||||
| * | r21894: Some refactoring of server side encryption context. Support | Jeremy Allison | 2007-03-20 | 3 | -29/+149 | |
| | | | | | | | | | | "raw" NTLM auth (no spnego). Jeremy. | |||||
| * | r21893: Update comments so they actually reflect reality... | Rafal Szczesniak | 2007-03-20 | 1 | -3/+3 | |
| | | | | | | | | rafal | |||||
| * | r21892: Mini-Patch from Michael | Volker Lendecke | 2007-03-20 | 1 | -2/+0 | |
| | | ||||||
| * | r21891: Finish server-side NTLM-SPNEGO negotiation support. | Jeremy Allison | 2007-03-20 | 1 | -33/+75 | |
| | | | | | | | | | | Now for the client part, and testing. Jeremy. | |||||
| * | r21888: Add the osname and osver options to 'net ads join' as discussed | Gerald Carter | 2007-03-20 | 1 | -1/+94 | |
| | | | | | | | | | | | | | | | | on the samba-technical ml. I'll add a 'net ads set attribute=value' utility later rather than the original 'net ads setmachineupn' patch that was also posted to the tech ml. |