Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r15460: Prefer to use the indexed objectCategory attribute (instead of | Günther Deschner | 2 | -4/+4 |
2007-10-10 | r15455: Add rpccli_samr_query_dom_info2() and return the comment string in | Günther Deschner | 2 | -0/+45 |
2007-10-10 | r15454: As testing, documentation and samba4 idl indicate that there is no known | Günther Deschner | 1 | -126/+10 |
2007-10-10 | r15453: Process all the supported info levels in the samr_query_domain_info2 | Günther Deschner | 1 | -0/+16 |
2007-10-10 | r15452: Again purely cosmetic reformat of the samr query domain info calls. | Günther Deschner | 4 | -41/+42 |
2007-10-10 | r15451: Rewrite AC_LIBTESTFUNC so that it works like the callers | James Peach | 1 | -12/+24 |
2007-10-10 | r15450: Change profiling data macros to use stack variables rather than | James Peach | 8 | -60/+122 |
2007-10-10 | r15449: Remove unused function get_nttime_max (which claims it | James Peach | 1 | -6/+0 |
2007-10-10 | r15448: New autoconf macro to test for sysconf variables. | James Peach | 4 | -17/+31 |
2007-10-10 | r15447: Teach "smbd -b" to emit the sizes of a few more types that | James Peach | 1 | -8/+15 |
2007-10-10 | r15446: Tidy up the formatting of locking debug messages and make it more | James Peach | 4 | -20/+28 |
2007-10-10 | r15444: Fix from Jim to ensure we do a wildcard search for SID's | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r15443: Purely cosmetic reformat, no functional changes. | Günther Deschner | 2 | -227/+225 |
2007-10-10 | r15442: Add some more client rpc for the querydominfo calls (from samba4 idl). | Günther Deschner | 4 | -16/+219 |
2007-10-10 | r15441: cleanup older unused padding. | Günther Deschner | 2 | -4/+0 |
2007-10-10 | r15438: Fix samrQueryDomainInfo level 5 where we returned our netbios | Günther Deschner | 3 | -9/+9 |
2007-10-10 | r15428: Add "smbcontrol winbind onlinestatus" for debugging purpose. | Günther Deschner | 5 | -0/+114 |
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 |