summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * r12015: When smbspool tries to connect to a printer shared on a standaloneGünther Deschner2005-12-021-1/+14
| | | | | | | | | | | | | | Windows XP box, smbspool has to mimic smbclient behaviour and also send a password-less NTLMSSP session setup. Guenther
| * r12002: patch from marcin to allow for the creation of a File value in the ↵Gerald Carter2005-12-011-0/+8
| | | | | | | | eventlog registry keys so that file properties can be displayed
| * r11999: Re-add "passdb expand explicit".Volker Lendecke2005-12-014-6/+35
| | | | | | | | | | | | | | We came to the conclusion that changing the default is something that has to wait one or two more releases, but it will happen one way or the other. Volker
| * r11998: Add lookupname to rpcclient query_user as a fallback, we now accept ↵Volker Lendecke2005-12-011-1/+22
| | | | | | | | | | | | | | | | both rid and username. Volker
| * r11985: Move to LGPL as per tridge's Samba4 change.Jeremy Allison2005-12-012-25/+45
| | | | | | | | Jeremy.
| * r11978: Volker's fix for #3292 (smbclient spins if server terminatesJeremy Allison2005-11-301-1/+5
| | | | | | | | | | connection). Jeremy.
| * r11976: (Slightly modified) Volker fix for #3293. Use SMBecho instead ofJeremy Allison2005-11-302-1/+40
| | | | | | | | | | chkpath to keep a connection alive. Jeremy.
| * r11975: Fix valgrind error -- bug 3291Volker Lendecke2005-11-301-0/+1
| |
| * r11966: fix the build\n\nGuentherGünther Deschner2005-11-301-1/+1
| |
| * r11964: rename flag to password_properties in SAM_UNK_INFO_1 because that's whatGünther Deschner2005-11-293-11/+29
| | | | | | | | | | | | it is. (SAM_UNK_INFO_1 should get a better name as well). Guenther
| * r11963: add rpccli_samr_chgpasswd3 from samba4.Günther Deschner2005-11-293-1/+299
| | | | | | | | Guenther
| * r11962: Bring talloc up to date with Samba4, re-add theJeremy Allison2005-11-294-55/+229
| | | | | | | | | | | | | | | | | | talloc_describe_all() function. Fix smbcontrol <pid> pool-usage as we desparately need it working in the field to track down memory leaks. Seriously, when new functionality like the Samba4 talloc is added, don't just disable working functionality like "pool-usage", fix the damn thing first ! Jeremy.
| * r11960: add 'wbinfo --separator' to get the currently active winbind_separator.Günther Deschner2005-11-291-2/+19
| | | | | | | | | | | | Needed for KDM/GDM login masks. Guenther
| * r11950: If we got a connection oriented cancel pdu we would spin processing it.Jeremy Allison2005-11-293-12/+148
| | | | | | | | | | | | Fix that, and also add in comments for all possible CL and CO PDU types. Make sure we process them correctly. Jeremy.
| * r11947: Back out passdb:expand_explicit until we find consensus. I'll file ↵Volker Lendecke2005-11-282-28/+6
| | | | | | | | | | | | | | | | this as a bugzilla entry. Volker
| * r11945: Make us follow the newly documented pathname processing rules:Jeremy Allison2005-11-281-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | "As a special case for directories with large numbers of files, if the case options are set as follows, "case sensitive = yes", "case preserve = no", "short preserve case = no" then the "default case" option will be applied and will modify all filenames sent from the client when accessing this share." This is needed as fixing the case preserve rules to only apply to new filenames broke the large directory fix. Glad we caught this before release. Thanks to jht for this one. Jeremy.
| * r11943: Don't reset attrs to zero in EA get - we are addingJeremy Allison2005-11-281-1/+2
| | | | | | | | | | to the attr list not resetting it. Jeremy.
| * r11942: patch from Marcin to fix the mkdir() in perfcount daemonGerald Carter2005-11-281-3/+3
| |
| * r11938: Fix cifs to handle non-numeric uid and gid parameters and merge ↵Steve French2005-11-281-42/+122
| | | | | | | | | | | | | | trunk and SAMBA_3 versions of mount.cifs and cleanup cifs vfs help. Modified version of patch from Olaf Kirch <okir at SuSE dot de> for Novell Bug 120601
| * r11936: Fix bug in returning remote time found by Thomas Bork <tombork@web.de>.Jeremy Allison2005-11-271-1/+4
| | | | | | | | | | | | get_time_zone() was overwriting static buffer returned by gmtime(). Lars - this is a mandatory fix for the next patch... Jeremy.
| * r11927: No users or groups to return in BUILTIN domain.Jeremy Allison2005-11-271-0/+14
| | | | | | | | Jeremy.
| * r11924: Added Volkers's (C) to srv_samr_nt.c, removed separate "builtin"Jeremy Allison2005-11-272-26/+55
| | | | | | | | | | | | | | | | | | | | | | | | search enumeration, fixed count of groups and users to return zero if we're getting domain info on the builtin domain (need to fix the enumgroup and enumuser calls also). Added count_sam_aliases to return the correct alias count. Need to push the SID arg down into the group mapping interface so we only return the correct aliases. Upped passdb version numer for Volkers changes. SAM-MYSQL guys - you will need to fix your backend now. More tests needed. Jeremy.
| * r11923: Add samr_lookup_rids for the builtin domain. Doing it this way feels ↵Volker Lendecke2005-11-263-27/+41
| | | | | | | | | | | | | | | | a bit wrong, but so far we don't have proper multi-domain support in passdb yet... Volker
| * r11922: Looks bigger than it is: There's no point in allocating arrays inVolker Lendecke2005-11-264-49/+30
| | | | | | | | | | | | | | samr_lookup_rids twice. It was done in the srv_samr_nt.c code as well as in the pdb module. Remove the latter, this might happen more often. Volker
| * r11921: samr_open_domain can only open "our" domain and BUILTIN.Volker Lendecke2005-11-261-0/+5
| | | | | | | | Volker
| * r11920: Rename local_lookup_rid to lookup_global_sam_rid, add ↵Volker Lendecke2005-11-263-20/+62
| | | | | | | | | | | | lookup_builtin_rid. Volker
| * r11919: The generic mappings in srv_samr_nt.c are only used there -- make themVolker Lendecke2005-11-264-50/+63
| | | | | | | | | | | | | | | | | | static. One long overdue simplification: Change local_lookup_sid to local_lookup_rid its responsible for "our" domain only, in fact it checked for it. Volker
| * r11918: Remove two unused variablesVolker Lendecke2005-11-261-2/+0
| |
| * r11917: Move nt_token_to_group_list to srv_netlog_nt.c. srv_util.c is empty now.Volker Lendecke2005-11-263-30/+30
| | | | | | | | Volker
| * r11916: auth_get_sam_account is only used in auth_rhosts.c -- move it thereVolker Lendecke2005-11-262-30/+30
| |
| * r11915: Remove unused extern declarationsVolker Lendecke2005-11-261-4/+0
| |
| * r11914: After talking to Jeremy, implement passdb:expand_explicit with a ↵Volker Lendecke2005-11-262-6/+28
| | | | | | | | | | | | | | | | | | | | | | | | default of no. This changes our default behaviour. Sorry, Ingo, this *is* a bug that needs fixing. Jerry, you might want to put a marker into the WHATSNEW.txt when this is due. Volker
| * r11909: Implement 'reset on zero vc'. This kills other connections when a ↵Volker Lendecke2005-11-253-1/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | session setup comes in with the vc (virtual connection) field set to zero. This is done by Windows, probably you can tweak that by some registry key. This boolean option controls whether an incoming session setup should kill other connections coming from the same IP. This matches the default Windows 2003 behaviour. Setting this parameter to yes becomes necessary when you have a flaky network and windows decides to reconnect while the old connection still has files with share modes open. These files become inaccessible over the new connection. The client sends a zero VC on the new connection, and Windows 2003 kills all other connections coming from the same IP. This way the locked files are accessible again. Please be aware that enabling this option will kill connections behind a masquerading router. Volker
| * r11898: Add a missing become_root().Volker Lendecke2005-11-251-0/+7
| | | | | | | | Volker
| * r11886: Fix 3187: logon hours restrictions were off corresponding to our ↵Jim McDonough2005-11-231-2/+3
| | | | | | | | | | | | | | offset from GMT. Use gmtime() instead of localtime() in the calc, but still use localtime() in displaying it.
| * r11876: When we are using START_TLS to secure the LDAP connection, we *have* toGünther Deschner2005-11-231-3/+12
| | | | | | | | | | | | | | call START_TLS again after rebinding to another LDAP server. (ldaps:// uri's are handled at by recent versions of OpenLDAP). Guenther
| * r11875: Allow to use START_TLS (by manually setting "ldap ssl = start_tls") forGünther Deschner2005-11-231-0/+5
| | | | | | | | | | | | LDAP connections to ADS (Windows 2003). Guenther
| * r11874: Merge LDAP connection setup in lib/smbldap.c and pdb_nds.c.Günther Deschner2005-11-232-104/+142
| | | | | | | | | | | | | | Also allow to use START_TLS in the pdb_nds_update_login_attempts function when doing simple binds to eDir. Guenther
| * r11867: attempt at fixing the compile issue with nss_winbind.so on HP-UX ↵Gerald Carter2005-11-221-1/+3
| | | | | | | | caused by Solaris specific return codes
| * r11865: The only way to stop multiple LDAP searches is to agressively cacheJeremy Allison2005-11-221-30/+36
| | | | | | | | | | | | | | results. We now cache them for 10 seconds, down from 30 seconds (however each re-use will refresh the idle timeout). Any set calls will flush the cache. Jeremy.
| * r11864: fix build breakage with solaris LDAP patch (my fault)Gerald Carter2005-11-221-2/+2
| |
| * r11863: BUG 3196: patch from Alex Deiter <tiamat@komi.mts.ru> to compile ↵Gerald Carter2005-11-224-6/+52
| | | | | | | | against the Sun LDAP client libs. But not for AD support; just ldap support
| * r11861: Fix inspired by Thomas Neumann <t.neumann@iku-ag.de> to ensure thatJeremy Allison2005-11-221-10/+8
| | | | | | | | | | | | default case applies only to new files and correctly examines 8.3 and long names. Jeremy.
| * r11860: BUG 3156: don't use find_service() when explicitly looking for a ↵Gerald Carter2005-11-222-15/+26
| | | | | | | | printer as the username map might get in the way
| * r11859: Another place where the SE_GROUP constants read better then "7".Günther Deschner2005-11-221-1/+1
| | | | | | | | Guenther
| * r11858: Fill in the clientside TRUSTED_DOMAIN_INFO_EX query.Günther Deschner2005-11-222-1/+57
| | | | | | | | Guenther
| * r11857: Fix the build.Günther Deschner2005-11-221-1/+1
| | | | | | | | Guenther
| * r11856: Replace unknown1 with group_attr.Günther Deschner2005-11-224-8/+21
| | | | | | | | | | | | Can anyone remember why we initialize groups only with 0x03 instead of 0x07 ? Guenther
| * r11855: patch from Aruna Prabakar for checking that the spooler si running ↵Gerald Carter2005-11-221-0/+29
| | | | | | | | on HP-UX
| * r11854: Remove unused DOM_SID.Günther Deschner2005-11-221-1/+1
| | | | | | | | Guenther