Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r12922: Fix typo. | Jeremy Allison | 2006-01-13 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r12920: Fix for #3401 from Andrew Bartlett. Original fix from | Jeremy Allison | 2006-01-13 | 1 | -0/+5 | |
| | | | | | | | | | | Yau Lam Yiu <yiuext@cs.ust.hk>. Jeremy. | |||||
| * | r12916: use rpcstr_pull() instead of unistr_to_ascii() when validating share ↵ | Gerald Carter | 2006-01-13 | 2 | -8/+4 | |
| | | | | | | | | names | |||||
| * | r12915: protect against changing the SCM security descriptor | Gerald Carter | 2006-01-13 | 1 | -0/+5 | |
| | | ||||||
| * | r12914: adding query/set ops for security descriptors on services. | Gerald Carter | 2006-01-13 | 5 | -3/+324 | |
| | | ||||||
| * | r12913: missed merge to fix BUG 3391; ensure we can lookup account policies | Gerald Carter | 2006-01-13 | 1 | -2/+5 | |
| | | ||||||
| * | r12912: patch from Tony Mountifield <tony@softins.co.uk> for BUG 3327 (fix ↵ | Gerald Carter | 2006-01-13 | 2 | -1/+7 | |
| | | | | | | | | bad access to gencache.tdb after fork() in smbmount | |||||
| * | r12904: Fix #3264, allow to load idmap_ad with "idmap backend = ad". | Günther Deschner | 2006-01-13 | 3 | -7/+6 | |
| | | | | | | | | | | | | | | Finally cleanup the way idmap modules are build and loaded, idmap_rid now will have to be loaded without prefix, just "rid". Guenther | |||||
| * | r12901: Fix netfileenum returning WERR_BUF_TOO_SMALL. | Günther Deschner | 2006-01-13 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | r12900: Merge from trunk: | Günther Deschner | 2006-01-13 | 2 | -1/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correctly handle the case where users logon with an expired password. In that case pam_sm_authenticate has to return PAM_SUCESS instead of PAM_NEW_AUTHTOK_REQD or PAM_AUTHTOK_EXPIRED and pam_sm_acct_mgmt has to take care of requesting an immediate password change. (see the Linux PAM documentation). Fixes Bugzilla #1524, #3205. Tested with login, sshd, kdm and gdm on Linux. Thanks to Scott Barker <Scott_Barker@mtechIT.com>. Guenther | |||||
| * | r12889: BUG 3380: fix crash when changing printer drivers caused by ↵ | Gerald Carter | 2006-01-13 | 1 | -0/+2 | |
| | | | | | | | | accessing a previously freed pointer | |||||
| * | r12885: Oops. Missed last part of correct patch for #3348. | Jeremy Allison | 2006-01-13 | 1 | -1/+0 | |
| | | | | | | | | | | Caught by Samba4 oplock torture tester. Jeremy. | |||||
| * | r12878: Don't use non-static array initialisers. | James Peach | 2006-01-13 | 1 | -1/+2 | |
| | | ||||||
| * | r12877: Stop passing structs around in smb messages, instead | Jeremy Allison | 2006-01-12 | 8 | -75/+245 | |
| | | | | | | | | | | | | | | | | | | always linearize into little-endian. Should fix all Solaris issues with this, plus provide a cleaner base moving forward for cluster-aware Samba where smbd's can communicate across different compilers/architectures (eventually these message will have to go cross-machine). Jeremy. | |||||
| * | r12871: Merge Volkers rev 12667 from trunk as his analysis hit the nail on the | Lars Müller | 2006-01-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | head. Volker: Thanks for poking me last week. | |||||
| * | r12870: fixing net rpc registry enumerate from overwritnig the open subkey ↵ | Gerald Carter | 2006-01-12 | 1 | -1/+0 | |
| | | | | | | | | handle | |||||
| * | r12855: Remove erroneous commenting out of valgrind fix. | Jeremy Allison | 2006-01-11 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r12853: Fix segfault in "net rpc vampire|samdump" (Bugzilla #3390). | Günther Deschner | 2006-01-11 | 2 | -6/+20 | |
| | | | | | | | | | | | | | | The session key, after beeing set, was zeroed later on by the prs_init in the CLI_DO_RPC macro. Guenther | |||||
| * | r12852: r12150@cabra: derrell | 2006-01-11 13:21:14 -0500 | Derrell Lipman | 2006-01-11 | 1 | -30/+15 | |
| | | | | | | | | Although RTLD_NEXT was not working properly a number of years ago, it seems to be now. Replace dlopen(/lib/libc...) with direct use of RTLD_NEXT | |||||
| * | r12840: Add -W to smbpasswd. Thanks to William Jojo <jojowil@hvcc.edu>. | Volker Lendecke | 2006-01-11 | 1 | -1/+9 | |
| | | | | | | | | Volker | |||||
| * | r12839: - apply changes from svn r4963 also for VFS configure - KRB5_CONFIG ↵ | Volker Lendecke | 2006-01-11 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | should not be used - rename it to KRB5CONFIG Thanks to Björn Jacke <bj@sernet.de> Volker | |||||
| * | r12837: - configure check for Tru64 EA functions (not yet implemented) | Volker Lendecke | 2006-01-11 | 1 | -11/+23 | |
| | | | | | | | | | | | | | | | | - find Tru64 AIO lib in configure Thanks to Björn Jacke <bj@sernet.de> Volker | |||||
| * | r12802: Fix for bugzilla #3389 from William Jojo. This fixes failures on ↵ | Tim Potter | 2006-01-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | AIX in linking smbd when the symbol table for ld exceeds 65536 bytes. | |||||
| * | r12794: BUG 3340: patch from William JoJo <jojowil@hvcc.edu> to fix ↵ | Gerald Carter | 2006-01-09 | 1 | -1/+1 | |
| | | | | | | | | automatic inclusion of aio support on AIX | |||||
| * | r12788: Since we have agreed on the case of winbindd names, we can store a | Günther Deschner | 2006-01-09 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | sid_to_name lookup result already after doing a sucessfull name_to_sid lookup. Guenther | |||||
| * | r12787: Revert last commit that removed our logic of memorizing negative | Günther Deschner | 2006-01-09 | 1 | -3/+1 | |
| | | | | | | | | | | | | name_to_sid lookups in the cache. Guenther | |||||
| * | r12781: Support the level parameter for lsa_lookupsids. | Volker Lendecke | 2006-01-08 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | Simplify the interfaces to domain trusts a bit: Nothing outside secrets.c needs to know we're storing stuff in ucs2. Volker | |||||
| * | r12771: Apply patch from bug 3374, attempt to fix build on tru64. | Volker Lendecke | 2006-01-08 | 2 | -0/+5 | |
| | | | | | | | | | | | | Thanks to "The Written Word" -- whoever that is :-) Volker | |||||
| * | r12760: Fix bug 3384 | Volker Lendecke | 2006-01-07 | 1 | -0/+30 | |
| | | ||||||
| * | r12759: r12128@cabra: derrell | 2006-01-07 15:34:01 -0500 | Derrell Lipman | 2006-01-07 | 10 | -287/+479 | |
| | | | | | | | | Incorporate a number of changes suggested by David Collier-Brown Thanks, David! | |||||
| * | r12758: r12127@cabra: derrell | 2006-01-03 15:22:18 -0500 | Derrell Lipman | 2006-01-07 | 1 | -5/+1 | |
| | | | | | | | | remove old superfluous comment and ifdef | |||||
| * | r12757: r12126@cabra: derrell | 2006-01-03 15:21:36 -0500 | Derrell Lipman | 2006-01-07 | 1 | -2/+11 | |
| | | | | | | | | added flag to not request authentication information | |||||
| * | r12742: Don't write null sid mappings into the winbindd_cache.tdb. | Günther Deschner | 2006-01-06 | 1 | -1/+3 | |
| | | | | | | | | Guenther | |||||
| * | r12735: After talking to Tridge and Jeremy... This needs to be made more generic | Volker Lendecke | 2006-01-06 | 7 | -209/+7 | |
| | | | | | | | | | | | | before it goes in. Volker | |||||
| * | r12721: GPFS 2.4 on Linux will contain some windows semantics, ie share ↵ | Volker Lendecke | 2006-01-05 | 7 | -7/+209 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modes and oplocks across the cluster. Adapt Samba to it. The gpfs API is called via libgpfs.so. This code is written with dlopen(), so that you can compile on a system with gpfs installed and later on run on systems without gpfs available. So to actually make Samba call gpfs share mode calls you need to compile with gpfs.h and libgpfs.so around and set 'gpfs share = yes' on the shares you export from GPFS. Volker | |||||
| * | r12714: Fix segfault in pdb_nds.c. | Günther Deschner | 2006-01-04 | 2 | -5/+5 | |
| | | | | | | | | Guenther | |||||
| * | r12713: Remove use of uint8_t -> uint8. | Jeremy Allison | 2006-01-04 | 4 | -11/+11 | |
| | | | | | | | | Jeremy. | |||||
| * | r12678: One more | Volker Lendecke | 2006-01-02 | 1 | -0/+2 | |
| | | ||||||
| * | r12663: Fix a memleak | Volker Lendecke | 2006-01-01 | 1 | -0/+4 | |
| | | ||||||
| * | r12660: Happy New Year! | Stefan Metzmacher | 2006-01-01 | 1 | -1/+1 | |
| | | | | | | | | metze | |||||
| * | r12653: Patch from SATOH Fumiyasu <fumiyas@miraclelinux.com> | Jeremy Allison | 2006-01-01 | 1 | -2/+7 | |
| | | | | | | | | | | | | for bug #3348. Don't assume owning sticky bit directory means write access allowed. Jeremy. | |||||
| * | r12645: Fix some memleaks. This will also be in the trunk checkin that comes ↵ | Volker Lendecke | 2005-12-31 | 1 | -0/+9 | |
| | | | | | | | | | | | | next. Volker | |||||
| * | r12603: NO, I'm not claiming maintainership of this. | Volker Lendecke | 2005-12-30 | 1 | -7/+6 | |
| | | | | | | | | | | | | Fix bug 3351. Volker | |||||
| * | r12593: packaging fixes missed from the 3.0.21 build | Gerald Carter | 2005-12-29 | 2 | -7/+7 | |
| | | ||||||
| * | r12581: And another one :-) | Volker Lendecke | 2005-12-29 | 1 | -0/+2 | |
| | | ||||||
| * | r12579: r12122@cabra: derrell | 2005-12-29 12:03:00 -0500 | Derrell Lipman | 2005-12-29 | 2 | -2/+10 | |
| | | | | | | | | allow for arbitrary option value types | |||||
| * | r12576: r12115@cabra: derrell | 2005-12-29 11:16:03 -0500 | Derrell Lipman | 2005-12-29 | 3 | -19/+75 | |
| | | | | | | | | bug (enhancement) #2651: add option to log debug messages to stderr instead of stdout | |||||
| * | r12570: r12084@cabra: derrell | 2005-12-29 10:05:16 -0500 | Derrell Lipman | 2005-12-29 | 1 | -25/+56 | |
| | | | | | | | | do not open connection when only looking for cached connection; also, fix crash caused by missing initialization following recent locale changes | |||||
| * | r12569: r12083@cabra: derrell | 2005-12-29 09:39:45 -0500 | Derrell Lipman | 2005-12-29 | 1 | -255/+526 | |
| | | | | | | | | fix line length and make formatting/indentation more consistent | |||||
| * | r12564: Ensure load_case_tables is always done first. | Jeremy Allison | 2005-12-29 | 2 | -2/+4 | |
| | | | | | | | | Jeremy. |