Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |||||
| * | r12400: one line patch for Sun LDAP libs pointed out by Nicholas Brealey ↵ | Gerald Carter | 2005-12-20 | 1 | -1/+1 | |
| | | | | | | | | <nick@brealey.org> | |||||
| * | r12398: adding Guenther's account policy migration fix | Gerald Carter | 2005-12-20 | 3 | -20/+145 | |
| | | ||||||
| * | r12393: cleaning up swat bugs. *no one* tests swat it seems. This has been ↵ | Gerald Carter | 2005-12-20 | 3 | -118/+48 | |
| | | | | | | | | broken since r10656 | |||||
| * | r12387: Make string_to_sid a little more silent. | Jeremy Allison | 2005-12-20 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r12376: Second patch from Martin Koeppe <mkoeppe@gmx.de> | Jeremy Allison | 2005-12-19 | 1 | -2/+2 | |
| | | | | | | | | | | for #3287. Jeremy. | |||||
| * | r12341: add DEBUG statement. | Günther Deschner | 2005-12-19 | 1 | -1/+3 | |
| | | | | | | | | Guenther | |||||
| * | r12338: add ifdef DEBUG_PASSWORD before printing clear text password. | Günther Deschner | 2005-12-19 | 1 | -0/+2 | |
| | | | | | | | | Guenther | |||||
| * | r12336: A couple of fixes and enhancements for adssearch.pl (espc. to debug | Günther Deschner | 2005-12-19 | 1 | -76/+293 | |
| | | | | | | | | | | | | | | | | GPOs). sid2string fix from Michael James <michael@james.st>. Guenther | |||||
| * | r12313: Introduce yet another copy of the string_sub function: | Volker Lendecke | 2005-12-18 | 4 | -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 | |||||
| * | r12312: Reformatting and a trivial change: is_share_read_only_for_user only uses | Volker Lendecke | 2005-12-18 | 1 | -14/+22 | |
| | | | | | | | | | | | | conn->service, so there's no point in passing down the whole conn struct. Volker | |||||
| * | r12311: Reformatting | Volker Lendecke | 2005-12-18 | 1 | -15/+23 | |
| | | ||||||
| * | r12308: Reformatting | Volker Lendecke | 2005-12-17 | 1 | -4/+2 | |
| | | ||||||
| * | r12307: Reformatting plus a trivial if/else simplification. There's no point ↵ | Volker Lendecke | 2005-12-17 | 1 | -72/+122 | |
| | | | | | | | | | | | | | | | | in doing an else branch that only returns NULL. Volker | |||||
| * | r12306: Reformatting | Volker Lendecke | 2005-12-17 | 1 | -38/+69 | |
| | | ||||||
| * | r12305: Reformatting | Volker Lendecke | 2005-12-17 | 1 | -8/+20 | |
| | | ||||||
| * | r12303: Move split_domain_and_name to util_getent.c and make it static there. | Volker Lendecke | 2005-12-17 | 2 | -28/+31 | |
| | | | | | | | | Volker | |||||
| * | r12291: Make getgroups_user static. | Volker Lendecke | 2005-12-16 | 1 | -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 | |||||
| * | r12290: Typo | Volker Lendecke | 2005-12-16 | 1 | -1/+1 | |
| | | ||||||
| * | r12281: adding a note about WINS and NetLogon not being remotely manageable | Gerald Carter | 2005-12-16 | 1 | -2/+2 | |
| | | ||||||
| * | r12279: unix_mask_match has been broken for *ever*... (How). | Jeremy Allison | 2005-12-16 | 4 | -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. | |||||
| * | r12275: Fix memory leak found by Mikhail Kshevetskiy <kl@laska.dorms.spbu.ru> | Jeremy Allison | 2005-12-16 | 2 | -2/+16 | |
| | | | | | | | | | | and followed up by derrell@samba.org. Jeremy. | |||||
| * | r12273: Fix copy paste error. | Günther Deschner | 2005-12-16 | 1 | -2/+2 | |
| | | | | | | | | Guenther | |||||
| * | r12262: * patch from Brian Moran to fix segv in eventlogadm when not eventlogs | Gerald Carter | 2005-12-15 | 2 | -3/+9 | |
| | | | | | | | | | | are listed in smb.conf * initialize the local group description in set_alias_info() | |||||
| * | r12250: Patch from Martin Koeppe <mkoeppe@gmx.de> for #3287 | Jeremy Allison | 2005-12-14 | 1 | -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. |