Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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. | |||||
| * | r12555: Fix more load_case_table swegfaults. Arggg. | Jeremy Allison | 2005-12-28 | 11 | -0/+18 | |
| | | | | | | | | | | What I'd give for a global constructor... Jeremy. | |||||
| * | r12544: Fix segfaults in winbind, smbpasswd and net | Volker Lendecke | 2005-12-28 | 3 | -0/+6 | |
| | | ||||||
| * | r12541: patch from Oliver Schulze L. <oliver@samera.com.py> to check for rpm ↵ | Gerald Carter | 2005-12-28 | 1 | -1/+1 | |
| | | | | | | | | v4.3 (CentOS) | |||||
| * | r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C") | Jeremy Allison | 2005-12-27 | 13 | -39/+89 | |
| | | | | | | | | | | | | and replace calls to isupper/islower/toupper/tolower with ASCII equivalents (mapping into _w variants). Jeremy. | |||||
| * | r12497: add a simplex option | Simo Sorce | 2005-12-26 | 1 | -8/+17 | |
| | | | | | | | | better usage message | |||||
| * | r12495: Crackcheck utility enhancement based on patch sent by Tom Geissler | Simo Sorce | 2005-12-26 | 1 | -2/+71 | |
| | | ||||||
| * | r12491: End profile fixes from SATOH Fumiyasu <fumiya@samba.gr.jp>. | Jeremy Allison | 2005-12-26 | 2 | -2/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | r12485: r12044@cabra: derrell | 2005-12-25 16:46:47 -0500 | Derrell Lipman | 2005-12-25 | 1 | -73/+87 | |
| | | | | | | | | | | | | | | | | | | When enumerating what could be a server name or a workgroup name, first check for an existing server structure. If none exists, then go through the previous determination of whether it's a serrver or a workgroup. This should avoid doing a NetBIOS name query each time, if we've already connected to the specified server. (While we're at it, clean up indenting and line length in this area of code.) | |||||
| * | r12477: Remove a gcc -O6 warning | Volker Lendecke | 2005-12-25 | 1 | -0/+2 | |
| | | ||||||
| * | r12476: Apply some const | Volker Lendecke | 2005-12-25 | 1 | -1/+1 | |
| | | ||||||
| * | r12475: Actually configure with profile support this time ... | Volker Lendecke | 2005-12-25 | 1 | -4/+4 | |
| | | ||||||
| * | r12474: Fix a warning | Volker Lendecke | 2005-12-25 | 1 | -5/+9 | |
| | | ||||||
| * | r12472: r12040@cabra: derrell | 2005-12-24 23:26:55 -0500 | Derrell Lipman | 2005-12-25 | 1 | -7/+2 | |
| | | | | | | | | revert immediately previous change and fix problem correctly. Interfaces were being loaded before all configuration files had been read. *This* should fix byg 3336. | |||||
| * | r12471: r12038@cabra: derrell | 2005-12-24 23:17:16 -0500 | Derrell Lipman | 2005-12-25 | 1 | -0/+5 | |
| | | | | | | | | libsmbclient was not loading the global configuration file. This should fix 3336. | |||||
| * | r12468: r12033@cabra: derrell | 2005-12-24 21:03:45 -0500 | Derrell Lipman | 2005-12-25 | 1 | -0/+72 | |
| | | | | | | | | actually add the new test program | |||||
| * | r12467: r12029@cabra: derrell | 2005-12-24 20:25:59 -0500 | Derrell Lipman | 2005-12-25 | 2 | -1/+6 | |
| | | | | | | | | add another libsmbclient test program | |||||
| * | r12466: r12028@cabra: derrell | 2005-12-24 20:25:38 -0500 | Derrell Lipman | 2005-12-25 | 2 | -7/+9 | |
| | | | | | | | | parse dates correctly. w_time and m_time were reversed. | |||||
| * | r12460: Fixes for bug 3349 | Volker Lendecke | 2005-12-24 | 3 | -2/+16 | |
| | | ||||||
| * | r12452: Fix Bug #3053 to allow esp. older eDirectory releases to load our LDAP | Günther Deschner | 2005-12-23 | 4 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | schema. Maybe "Base64 encoded user parameter string" is not much clearer then "munged dial" - anyone got a better description ? Guenther | |||||
| * | r12441: Fix python build. | Günther Deschner | 2005-12-22 | 1 | -1/+3 | |
| | | | | | | | | Guenther | |||||
| * | r12438: Remove an unused function | Volker Lendecke | 2005-12-22 | 1 | -28/+0 | |
| | | ||||||
| * | r12415: Forgot newlines. | Günther Deschner | 2005-12-21 | 2 | -2/+2 | |
| | | | | | | | | Guenther | |||||
| * | r12414: Remove the unnecessary SMB_STRDUP in server_role_str() + reuse the role | Günther Deschner | 2005-12-21 | 3 | -55/+24 | |
| | | | | | | | | | | | | translation elsewhere. Guenther | |||||
| * | r12407: Fix returning wrong error codes and better sort out errors and stdout | Günther Deschner | 2005-12-21 | 1 | -41/+49 | |
| | | | | | | | | | | | | messages. Guenther | |||||
| * | r12406: Since w2k3 sp1 we fail to create user accounts using e.g. "net ads user | Günther Deschner | 2005-12-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | add" with "Server is unwilling to perform". Seems we have to put in the same userAccountControl bits the server would pick when we wouldn't send them at all. Guenther | |||||
| * | r12403: Update url on the docs directory README. | Deryck Hodge | 2005-12-21 | 1 | -4/+3 | |
| | | | | | | | | deryck |