Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r13511: Fix bug in the samr dispinfo enumeration code. | Gerald Carter | 2006-02-15 | 1 | -0/+11 | |
| | | | | | | | | | | | | Make sure to associate the DOMAIN dispinfo cache with a User/Group SAMR handle (not the SID of the user or group). Ensure that enumeration after deleting a user works. | |||||
| * | r13510: plug memory leak in WINS server code. | Gerald Carter | 2006-02-15 | 1 | -0/+5 | |
| | | ||||||
| * | r13509: remove unnecessary sql flags | Gerald Carter | 2006-02-15 | 1 | -2/+0 | |
| | | ||||||
| * | r13502: Fix error messages for usershares when smbd is not | Jeremy Allison | 2006-02-15 | 4 | -20/+53 | |
| | | | | | | | | | | | | running. More generic error return cleanup in libsmb/ needs doing (everything returning NTSTATUS not BOOL). Jeremy | |||||
| * | r13500: Fix ordering of FD_* arguments. | James Peach | 2006-02-15 | 1 | -10/+6 | |
| | | ||||||
| * | r13498: Fix the kernel oplocks code for IRIX. Should fix #3515. | Jeremy Allison | 2006-02-14 | 3 | -23/+39 | |
| | | | | | | | | Jeremy. | |||||
| * | r13497: Fix #3508 from jason@ncac.gwu.edu | Jeremy Allison | 2006-02-14 | 1 | -4/+8 | |
| | | | | | | | | Jeremy. | |||||
| * | r13495: Derell, I'm removing that double setup_logging(), just a typo. | Günther Deschner | 2006-02-14 | 1 | -1/+0 | |
| | | | | | | | | Guenther | |||||
| * | r13494: Merge the stuff I've done in head the last days. | Volker Lendecke | 2006-02-13 | 17 | -1467/+1066 | |
| | | | | | | | | Volker | |||||
| * | r13493: module_name and module_location are the same string. Fix a valgrind | Volker Lendecke | 2006-02-13 | 1 | -1/+3 | |
| | | | | | | | | | | | | error. Volker | |||||
| * | r13492: As noone objected on the mailing-list: | Günther Deschner | 2006-02-13 | 5 | -12/+61 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix parse_domain_user to fail when splitting a full name like "DOM\user" when "winbind use default domain" and "winbind trusted domains only" are not enabled. This allows pam_winbind to behave correctly when more modules are stacked in the "account" or "password" PAM facility. pam_winbindd calls WINBINDD_GETPWNAM which can decide whether or not a user is a winbind user and return correct PAM error codes. Guenther | |||||
| * | r13491: Fix bug # 3498 from jason@ncac.gwu.edu. Unsigned comparison | Jeremy Allison | 2006-02-13 | 1 | -2/+2 | |
| | | | | | | | | | | with < 0. Jeremy. | |||||
| * | r13489: Fix #3496 from jason@ncac.gwu.edu. Variable set but never used. | Jeremy Allison | 2006-02-13 | 1 | -5/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | r13486: Two more -- fix bug 3503 | Volker Lendecke | 2006-02-13 | 2 | -0/+4 | |
| | | ||||||
| * | r13484: Add missing semi-colon. | James Peach | 2006-02-13 | 1 | -1/+1 | |
| | | ||||||
| * | r13482: Push the FAM notification file descriptor into the select | James Peach | 2006-02-13 | 7 | -28/+60 | |
| | | | | | | | | set to avoid unnecessary polling. | |||||
| * | r13477: Fix code before declaration | Volker Lendecke | 2006-02-12 | 1 | -1/+2 | |
| | | ||||||
| * | r13475: Fix erroneous initialization caused by my renaming types. | Jeremy Allison | 2006-02-12 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r13473: Back port r13470, r13471, r13472 from Samba4. Thanks Andrew: | Jeremy Allison | 2006-02-12 | 2 | -29/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ----------------------------------- Thanks to a report from VL: We were causing mayhem by weakening the keys at the wrong point in time. I think this is the correct place to do it. The session key for SMB signing, and the 'smb session key' (used for encrypting password sets) is never weakened. The session key used for bulk data encryption/signing is weakened. This also makes more sense, when we look at the NTLM2 code. Andrew Bartlett ----------------------------------- With more 'try all options' testing, I found this 'simple' but in the NTLM2 signing code. Andrew Bartlett ----------------------------------- After Volker's advise, try every combination of parameters. This isn't every parameter on NTLMSSP, but it is most of the important ones. This showed up that we had the '128bit && LM_KEY' case messed up. This isn't supported, so we must look instead at the 56 bit flag. Andrew Bartlett ----------------------------------- We should now try retesting with NT4. This should be standalone enough to port into a SAMBA_3_0_RELEASE branch fix. Jeremy. | |||||
| * | r13460: by popular demand.... | Gerald Carter | 2006-02-11 | 14 | -1508/+344 | |
| | | | | | | | | | | | | | | | | | | * remove pdb_context data structure * set default group for DOMAIN_RID_GUEST user as RID 513 (just like Windows) * Allow RID 513 to resolve to always resolve to a name * Remove auto mapping of guest account primary group given the previous 2 changes | |||||
| * | r13458: Add parsing functions - but stub internals for lookupnames3 and 4. | Jeremy Allison | 2006-02-11 | 4 | -5/+455 | |
| | | | | | | | | Jeremy. | |||||
| * | r13456: Add lsa_lookup_names2. | Jeremy Allison | 2006-02-11 | 3 | -1/+122 | |
| | | | | | | | | Jeremy. | |||||
| * | r13455: Prepare to add lookupnames2. | Jeremy Allison | 2006-02-11 | 5 | -27/+221 | |
| | | | | | | | | Jeremy. | |||||
| * | r13451: Fix build warning. | Günther Deschner | 2006-02-11 | 1 | -6/+1 | |
| | | | | | | | | Guenther | |||||
| * | r13449: Ensure we don't crash if no dc struct on pipe. | Jeremy Allison | 2006-02-11 | 3 | -1/+9 | |
| | | | | | | | | Jeremy. | |||||
| * | r13448: Fix the build (again). | Günther Deschner | 2006-02-10 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | r13447: Added LSA_LOOKUPSIDS2 and LSA_LOOKUPSIDS3. | Jeremy Allison | 2006-02-10 | 5 | -88/+631 | |
| | | | | | | | | Jeremy. | |||||
| * | r13445: We already made the decision whether to include the dominfo and | Günther Deschner | 2006-02-10 | 1 | -9/+7 | |
| | | | | | | | | | | | | changereject. Guenther | |||||
| * | r13444: Add REJECT_REASON_OTHER for samr_chgpasswd_user3 | Günther Deschner | 2006-02-10 | 3 | -1/+13 | |
| | | | | | | | | Guenther | |||||
| * | r13443: Fix the build. | Günther Deschner | 2006-02-10 | 1 | -2/+2 | |
| | | | | | | | | Guenther | |||||
| * | r13442: Implement samr_chgpasswd_user3 server-side. | Günther Deschner | 2006-02-10 | 8 | -76/+295 | |
| | | | | | | | | Guenther | |||||
| * | r13439: Fix NET_SAM_LOGON_EX. | Jeremy Allison | 2006-02-10 | 4 | -3/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | r13436: Add in NET_SAM_LOGON_EX. Still needs testing. | Jeremy Allison | 2006-02-10 | 1 | -12/+54 | |
| | | | | | | | | Jeremy | |||||
| * | r13434: Add stub for NET_SAM_LOGON_EX. | Jeremy Allison | 2006-02-10 | 2 | -1/+43 | |
| | | | | | | | | Jeremy. | |||||
| * | r13433: Get ready to implement NET_SAM_LOGON_EX. | Jeremy Allison | 2006-02-10 | 2 | -0/+128 | |
| | | | | | | | | Jeremy. | |||||
| * | r13427: Fix ctime -> st_ctime. | Jeremy Allison | 2006-02-10 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r13425: Revert all the "clever" compiler options checks. They broke | James Peach | 2006-02-10 | 4 | -1178/+93 | |
| | | | | | | | | | | the build on Solaris, AIX and S390. The fundamental problem is that macros like AX_CFLAGS_IRIX_OPTION can spuriously succeed. | |||||
| * | r13424: Don't attempt to use cc -O2. This breaks the solaris build. | James Peach | 2006-02-10 | 1 | -5/+5 | |
| | | ||||||
| * | r13423: Write wrapper functions (and configure tests) so we can | Jeremy Allison | 2006-02-10 | 3 | -19/+145 | |
| | | | | | | | | | | | | | | always assume we can get a struct timespec out of a stat struct. This will allow us to portably move to nsec timestamps on files and directories in the file server code in future. Jeremy. | |||||
| * | r13420: Support profile-guided optimisation in the build system. This is | James Peach | 2006-02-09 | 2 | -19/+139 | |
| | | | | | | | | implemented for gcc 3.x, gcc 4.x and MIPSPro compilers. | |||||
| * | r13418: Formalise support for checking compiler options. | James Peach | 2006-02-09 | 3 | -75/+1040 | |
| | | ||||||
| * | r13417: Add .2 to the SONAME as version suffix if we link the nss modules on | Lars Müller | 2006-02-09 | 2 | -2/+5 | |
| | | | | | | | | | | | | linux. Heads up: This might be required on other OS using glibc too. | |||||
| * | r13416: Remove superfluous -lc while linking libnss_wins.so and pam_winbind.so. | Lars Müller | 2006-02-09 | 1 | -2/+2 | |
| | | ||||||
| * | r13412: Don't use arbitrary uint32 size for uid and gid storage. Use | Jeremy Allison | 2006-02-09 | 1 | -23/+22 | |
| | | | | | | | | | | | | correct system size. Fixed a bug that was accidentally introduced by use of uint32 - uid was stored twice, not uid and gid. Jeremy. | |||||
| * | r13411: Sync with the latest fix I've made to package 3.0.21b | Simo Sorce | 2006-02-09 | 6 | -66/+54 | |
| | | ||||||
| * | r13410: Dump a netbootGUID as a GUID. | Günther Deschner | 2006-02-09 | 2 | -0/+2 | |
| | | | | | | | | Guenther | |||||
| * | r13409: No functional changes, just some DEBUG cleanup. | Günther Deschner | 2006-02-09 | 5 | -9/+7 | |
| | | | | | | | | Guenther | |||||
| * | r13408: Remove C++ comments (# 3494) | Günther Deschner | 2006-02-09 | 1 | -2/+2 | |
| | | | | | | | | Guenther | |||||
| * | r13407: Change the credentials code to be more like the Samba4 structure, | Jeremy Allison | 2006-02-09 | 7 | -72/+84 | |
| | | | | | | | | | | | | | | | | makes fixes much easier to port. Fix the size of dc->sess_key to be 16 bytes, not 8 bytes - only store 8 bytes in the inter-smbd store in secrets.tdb though. Should fix some uses of the dc->sess_key where we where assuming we could read 16 bytes. Jeremy. | |||||
| * | r13399: Get closer to passing RPC-SCHANNEL test. | Jeremy Allison | 2006-02-09 | 5 | -15/+77 | |
| | | | | | | | | Jeremy. |