summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* r12576: r12115@cabra: derrell | 2005-12-29 11:16:03 -0500Derrell Lipman2007-10-102-7/+41
| | | | | bug (enhancement) #2651: add option to log debug messages to stderr instead of stdout (This used to be commit 4182eb99af5b343291a661a87d08edd91fd09a7a)
* r12570: r12084@cabra: derrell | 2005-12-29 10:05:16 -0500Derrell Lipman2007-10-101-25/+56
| | | | | do not open connection when only looking for cached connection; also, fix crash caused by missing initialization following recent locale changes (This used to be commit 0070d816ab53eba047c009604d02f7e088290978)
* r12569: r12083@cabra: derrell | 2005-12-29 09:39:45 -0500Derrell Lipman2007-10-101-255/+526
| | | | | fix line length and make formatting/indentation more consistent (This used to be commit 3d45023368e651315ff5620345c755c103c91065)
* r12564: Ensure load_case_tables is always done first.Jeremy Allison2007-10-102-2/+4
| | | | | Jeremy. (This used to be commit addb5095292d6b201cc85f6acab5ec8e6f8f4404)
* r12555: Fix more load_case_table swegfaults. Arggg.Jeremy Allison2007-10-1011-0/+18
| | | | | | What I'd give for a global constructor... Jeremy. (This used to be commit c970d7d0a5ba225465dfb0980989b8817b17c643)
* r12544: Fix segfaults in winbind, smbpasswd and netVolker Lendecke2007-10-103-0/+6
| | | | (This used to be commit 9ca8edc26e66887d6333943bc6a9776352c657fc)
* r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison2007-10-1013-39/+89
| | | | | | | and replace calls to isupper/islower/toupper/tolower with ASCII equivalents (mapping into _w variants). Jeremy. (This used to be commit c2752347eb2deeb2798c580ec7fc751a847717e9)
* r12491: End profile fixes from SATOH Fumiyasu <fumiya@samba.gr.jp>.Jeremy Allison2007-10-102-2/+1
| | | | | Jeremy. (This used to be commit 2187502732e41690bf266f229312bb9c7177cf22)
* r12485: r12044@cabra: derrell | 2005-12-25 16:46:47 -0500Derrell Lipman2007-10-101-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.) (This used to be commit 85e4cab1d949f1ab9ce04b96de0b8d1c8113df67)
* r12477: Remove a gcc -O6 warningVolker Lendecke2007-10-101-0/+2
| | | | (This used to be commit dd39a37f8e6ab7dad46b180959636f5e402c136d)
* r12476: Apply some constVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit a3f102f6c3ada10e74d72944e767b9b263fe83dd)
* r12475: Actually configure with profile support this time ...Volker Lendecke2007-10-101-4/+4
| | | | (This used to be commit 9cd4b894ea1e5c0ccfd50f8d2f84180c702d97ee)
* r12474: Fix a warningVolker Lendecke2007-10-101-5/+9
| | | | (This used to be commit e361f4a5c55ed88b706cfc348907a899d8970445)
* r12472: r12040@cabra: derrell | 2005-12-24 23:26:55 -0500Derrell Lipman2007-10-101-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. (This used to be commit ded5fceef1e9086dcdaba1959f812810f04fe8bc)
* r12471: r12038@cabra: derrell | 2005-12-24 23:17:16 -0500Derrell Lipman2007-10-101-0/+5
| | | | | libsmbclient was not loading the global configuration file. This should fix 3336. (This used to be commit 6d7a9ce7a7060b9b397ae77b8b54d3cf25e50e5a)
* r12466: r12028@cabra: derrell | 2005-12-24 20:25:38 -0500Derrell Lipman2007-10-102-7/+9
| | | | | parse dates correctly. w_time and m_time were reversed. (This used to be commit 481abfbab40209e087c82eadc15c3697eae0ae5b)
* r12460: Fixes for bug 3349Volker Lendecke2007-10-103-2/+16
| | | | (This used to be commit 040eda6bf0517204d5650702eea7e1d1c5eeb3d5)
* r12441: Fix python build.Günther Deschner2007-10-101-1/+3
| | | | | Guenther (This used to be commit e33a20c222948414a9cf92fe6f63e655aebb6b06)
* r12438: Remove an unused functionVolker Lendecke2007-10-101-28/+0
| | | | (This used to be commit 561e351d25b58fda4b050525aa03d18e4d88cc6c)
* r12415: Forgot newlines.Günther Deschner2007-10-102-2/+2
| | | | | Guenther (This used to be commit c727a1a330e50b0919ff705d9ebc55c72d8fdee4)
* r12414: Remove the unnecessary SMB_STRDUP in server_role_str() + reuse the roleGünther Deschner2007-10-103-55/+24
| | | | | | | translation elsewhere. Guenther (This used to be commit 6c4a6da3dc7cecce09890a0da7d97b9d1bb47827)
* r12407: Fix returning wrong error codes and better sort out errors and stdoutGünther Deschner2007-10-101-41/+49
| | | | | | | messages. Guenther (This used to be commit 3ca735f7ad5bee53cd778f13347d48a76008d6e4)
* r12406: Since w2k3 sp1 we fail to create user accounts using e.g. "net ads userGünther Deschner2007-10-101-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 (This used to be commit fd5da5875cdc47fc6ef6ba1615a9635f9f157589)
* r12400: one line patch for Sun LDAP libs pointed out by Nicholas Brealey ↵Gerald Carter2007-10-101-1/+1
| | | | | | <nick@brealey.org> (This used to be commit 5121d3806992da79d194717ef7a9da810b5ff679)
* r12398: adding Guenther's account policy migration fixGerald Carter2007-10-103-20/+145
| | | | (This used to be commit be32f10609f2274903cb3b2c6b84c9aa62962151)
* r12393: cleaning up swat bugs. *no one* tests swat it seems. This has been ↵Gerald Carter2007-10-103-118/+48
| | | | | | broken since r10656 (This used to be commit 85ea7afd8bd30e0a2bcbc7181f75fde63b016a34)
* r12387: Make string_to_sid a little more silent.Jeremy Allison2007-10-101-2/+2
| | | | | Jeremy. (This used to be commit 7ccff8071abf2bd85f4022abace1f96c7f7f0d29)
* r12376: Second patch from Martin Koeppe <mkoeppe@gmx.de>Jeremy Allison2007-10-101-2/+2
| | | | | | for #3287. Jeremy. (This used to be commit 8680eebbba220eea257c9ea093d5a463afe7bd94)
* r12341: add DEBUG statement.Günther Deschner2007-10-101-1/+3
| | | | | Guenther (This used to be commit d50098518d77f9559457f558df7d11d3f026833e)
* r12338: add ifdef DEBUG_PASSWORD before printing clear text password.Günther Deschner2007-10-101-0/+2
| | | | | Guenther (This used to be commit e0be0e052380b38235d4f34d366f48707ed59df7)
* r12313: Introduce yet another copy of the string_sub function:Volker Lendecke2007-10-104-21/+101
| | | | | | | | | | | talloc_string_sub. Someone with time on his hands could convert all the callers of all_string_sub to this. realloc_string_sub is *only* called from within substitute.c, it could be moved there I think. Volker (This used to be commit be6c9012da174d5d5116e5172a53bbe6486d6c38)
* r12312: Reformatting and a trivial change: is_share_read_only_for_user only usesVolker Lendecke2007-10-101-14/+22
| | | | | | | conn->service, so there's no point in passing down the whole conn struct. Volker (This used to be commit 39041297c771795efaa4292bc6e8020c1a047f32)
* r12311: ReformattingVolker Lendecke2007-10-101-15/+23
| | | | (This used to be commit 23f5be1dcbb9e5a1e7f24813c67009056b07d59c)
* r12308: ReformattingVolker Lendecke2007-10-101-4/+2
| | | | (This used to be commit 97acfa12e52e889c97d0f7ce72c1a7f863cb0665)
* r12307: Reformatting plus a trivial if/else simplification. There's no point ↵Volker Lendecke2007-10-101-72/+122
| | | | | | | | | in doing an else branch that only returns NULL. Volker (This used to be commit ef4d9d96de3f1a242d26ae2f8033103bbdb7a2dc)
* r12306: ReformattingVolker Lendecke2007-10-101-38/+69
| | | | (This used to be commit 3f1dad5fdbd104dc0c03a6a9488bd619b8915c83)
* r12305: ReformattingVolker Lendecke2007-10-101-8/+20
| | | | (This used to be commit f574e980aac5bae5e1e3cc23ec648b69a87eb04a)
* r12303: Move split_domain_and_name to util_getent.c and make it static there.Volker Lendecke2007-10-102-28/+31
| | | | | Volker (This used to be commit e7f348fcf871e8559ecf4e3e597627a78187d1da)
* r12291: Make getgroups_user static.Volker Lendecke2007-10-101-2/+2
| | | | | | | | Jeremy, there's a #ifdef'ed 0 call to this in your usershare code. We need to talk about what exactly what you intend to do here and in what scenarios. Volker (This used to be commit 95094ef758089cfc62700509d45b53bc0980654d)
* r12290: TypoVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit de839cc1658b6394e153a1f027c29524b301625b)
* r12281: adding a note about WINS and NetLogon not being remotely manageableGerald Carter2007-10-101-2/+2
| | | | (This used to be commit b86528865abae7380e80a8a18f9fb53ac77d6472)
* r12279: unix_mask_match has been broken for *ever*... (How).Jeremy Allison2007-10-104-5/+6
| | | | | | | | | Ensure it returns a BOOL. Jerry (and anyone else) please check this, I think all uses are now correct but could do with another set of eyes. Essential for 3.0.21 release. Jeremy. (This used to be commit 0c7b8a7637e760fcb6629092f36b610b8c71f5c9)
* r12275: Fix memory leak found by Mikhail Kshevetskiy <kl@laska.dorms.spbu.ru>Jeremy Allison2007-10-102-2/+16
| | | | | | and followed up by derrell@samba.org. Jeremy. (This used to be commit 5cab88f1444177129bb5521ccc4afd8869e9bf25)
* r12273: Fix copy paste error.Günther Deschner2007-10-101-2/+2
| | | | | Guenther (This used to be commit 266f5fc9af6a07bc1f1432e716e6c528e9048533)
* r12262: * patch from Brian Moran to fix segv in eventlogadm when not eventlogsGerald Carter2007-10-102-3/+9
| | | | | | are listed in smb.conf * initialize the local group description in set_alias_info() (This used to be commit 58f8b42069a69c0b61da2609e5706a6c0d512e09)
* r12250: Patch from Martin Koeppe <mkoeppe@gmx.de> for #3287Jeremy Allison2007-10-101-6/+6
| | | | | | | | | to make the dev/inode numbers match what SFU expects. If we're using 8 byte inodes we'll lose the top 4 bytes and replace them with a dev_t instead, but this seem reasonable to ensure uniqueness. Jeremy. (This used to be commit e53574d0b43e5525029c89e56331701399013d91)
* r12245: eDirectory returns LDAP_UNWILLING_TO_PERFORM if theJeremy Allison2007-10-101-0/+9
| | | | | | | | account is disabled. If we get this we can't check the password so have to tell the client the account was disabled. Jeremy. (This used to be commit 43c2d545ab98fef341c7e22d3b82c98bd0afebc2)
* r12236: r11740@cabra: derrell | 2005-12-14 13:16:58 -0500Derrell Lipman2007-10-101-1/+1
| | | | | check in the DEBUG message referenced in the previous commit (This used to be commit 6c04a8f9adfcd40fb0f1e1fcd4e22056ee463046)
* r12235: r11738@cabra: derrell | 2005-12-14 13:15:14 -0500Derrell Lipman2007-10-101-0/+2
| | | | | | | | | | | | Ensure that when libsmbclient copies a cli, it prevents the cli from later being freed, by turning off the 'allocated' flag. Change a DEBUG message in pipe_open code from level 0 to level 1 since libsmbclient is now regularly attempting to open a pipe for share enumeration, and falling back to RAP if RPC is unavailable (e.g. win98). We don't want the debug message to display when the pipe open fails, under these normal circumstances. (This used to be commit 965025c057d9e00fb68ea0819e675fcf9ad2f819)
* r12234: Reduce the race condition for renames by holding the lockJeremy Allison2007-10-102-20/+34
| | | | | | | longer. Instigated by complaints on the fix for #3303 from SATOH Fumiyasu <fumiyas@miraclelinux.com>. Jeremy. (This used to be commit 855f5f8c32aa530dbad244805a40200824724618)