Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r15425: Use dynamic buffers in the IRIX nsswithch module to prevent truncation | James Peach | 1 | -78/+182 |
2007-10-10 | r15424: Implement a "stacktrace" smbcontrol option using libunwind's remote | James Peach | 3 | -4/+238 |
2007-10-10 | r15423: Correct comparison logic so that libunwind can be correctly detected. | James Peach | 1 | -1/+1 |
2007-10-10 | r15419: Never write the same function twice :-). In a traversal | Jeremy Allison | 1 | -62/+60 |
2007-10-10 | r15417: Don't use cached credentials when changing passwords. | Günther Deschner | 1 | -1/+5 |
2007-10-10 | r15411: Small debug fixes for the PAM module. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r15404: Check for WRITE_THOUGH before calling lp_ fn. I hate | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r15402: Fix for bug #3587. Dead entries can be left in the locking | Jeremy Allison | 2 | -1/+103 |
2007-10-10 | r15399: Fix the build, sorry, Jerry :) | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r15398: Attempt to send the correct warning when a password change was attempted | Günther Deschner | 3 | -13/+38 |
2007-10-10 | r15396: Cleanup credential caches from winbind's linked list. | Günther Deschner | 2 | -1/+18 |
2007-10-10 | r15393: remove extra call to fallback user creation on member servers; it's h... | Gerald Carter | 1 | -7/+2 |
2007-10-10 | r15392: In most cases, this mapping is more appropriate. (I know, it is still a | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r15386: Missed some functions in my last commit. | Deryck Hodge | 1 | -4/+4 |
2007-10-10 | r15385: Some work to bring the python code up to date with the | Deryck Hodge | 9 | -17/+17 |
2007-10-10 | r15380: default eventlog tdbs to mode 0660 to allow easier access by BUILTIN\... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r15368: Remove some dead code. -- paulg | Paul Green | 1 | -8/+0 |
2007-10-10 | r15360: Fix bug # 3741. One more place where the algorithmic mapping needs to... | Volker Lendecke | 1 | -5/+24 |
2007-10-10 | r15359: Fix typo | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r15341: Ok I give up, I've been beaten by bug reports. People | Jeremy Allison | 2 | -14/+83 |
2007-10-10 | r15336: Unknown escape sequence: '\305' - should have been '\n'. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r15334: Fix warning. This table and function not used anymore. Jerry please | Jeremy Allison | 1 | -17/+0 |
2007-10-10 | r15333: Paulg broke the function prototyping of decl_static_XX. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r15320: default "passdb expand explicit" to no | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r15311: look at the NT password (not lanman one) when determining if smbpassw... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r15310: only store lanman passwords on a change if 'lanman auth = yes' | Gerald Carter | 1 | -7/+8 |
2007-10-10 | r15309: normalize printing keys when deleting | Gerald Carter | 2 | -22/+3 |
2007-10-10 | r15308: Fix the build, sorry. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r15307: Ignore builtin groups we're a member of on the DC as those memberships | Günther Deschner | 1 | -1/+6 |
2007-10-10 | r15306: Be consistent between rpc and ads winbind backend: let the ads backend | Günther Deschner | 3 | -20/+60 |
2007-10-10 | r15305: Let winbind search by sid directly (or in windows terms: "bind to a | Günther Deschner | 6 | -111/+144 |
2007-10-10 | r15299: Fix import of Python modules. Fixes Bug #3567. | Deryck Hodge | 2 | -2/+11 |
2007-10-10 | r15293: Don't ever set O_SYNC on open unless "strict sync = yes". | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r15289: Put references to $PICFLAGS in quotes. Fixes #3725. | Tim Potter | 1 | -2/+2 |
2007-10-10 | r15285: Fix the build. | Paul Green | 1 | -1/+2 |
2007-10-10 | r15283: Oh yeah. The build farm doesn't do much with head. OK, here is the p... | Paul Green | 8 | -3/+15 |
2007-10-10 | r15269: Fix incorrect boolean in assert to make POSIX lock tests | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r15266: Fix bug 3720. I wonder why -O1 compiles did not catch this... | Volker Lendecke | 3 | -6/+6 |
2007-10-10 | r15255: Add return statement after abort to placate fussy compilers. Closes ... | Tim Potter | 1 | -0/+2 |
2007-10-10 | r15251: Adding PreWin2kAccess builtin sid. | Günther Deschner | 2 | -0/+3 |
2007-10-10 | r15250: dump some more sids. | Günther Deschner | 1 | -0/+2 |
2007-10-10 | r15244: Fix debug typo. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r15243: Sorry for the breakage: | Günther Deschner | 2 | -1/+14 |
2007-10-10 | r15240: Correctly disallow unauthorized access when logging on with the | Günther Deschner | 9 | -4/+164 |
2007-10-10 | r15229: Save useless roundtrips in pam_auth (fallback to samlogon) when we know | Günther Deschner | 1 | -1/+3 |
2007-10-10 | r15228: Fix -n winbind option which has become meaningless with the persistent | Günther Deschner | 1 | -0/+6 |
2007-10-10 | r15227: Fix a valgrind error. We are marshalling here, not unmarshalling. | Volker Lendecke | 1 | -2/+1 |
2007-10-10 | r15218: Update Makefile.in to avoid building libmsrpc.so on systems that do n... | Paul Green | 1 | -3/+3 |
2007-10-10 | r15216: Fix the build for machines without krb5. Oops, sorry. | Jeremy Allison | 2 | -2/+10 |
2007-10-10 | r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name, | Jeremy Allison | 6 | -51/+120 |