summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * r12096: Change uint32_t to uint32. Jerry, please pick this change up forJeremy Allison2005-12-061-1/+1
| | | | | | | | | | 3.0.21 final. Jeremy.
| * r12081: r10674@cabra: derrell | 2005-12-05 13:31:28 -0500Derrell Lipman2005-12-051-19/+0
| | | | | | | | get rid of temporary #if 0 blocks
| * r12080: r10673@cabra: derrell | 2005-12-05 13:22:34 -0500Derrell Lipman2005-12-051-0/+32
| | | | | | | | | | | | Correct some memory and file descriptor leaks. This should fix bugs 3257, 3267 and 3273.
| * r12077: Add configure switch to disable libmsrpc build. Add new Makefile targetLars Müller2005-12-052-27/+77
| | | | | | | | | | | | | | | | installlibmsrpc. This works the same way as we're already doing it for libsmbclient. Default is to build it. Add a soname to libmsrpc as we do it for libsmbclient. We already had the MAJOR and MINOR variable in the Makefile.
| * r12076: Ensure setmntent() returns with != NULL in the disk_quotas() LinuxLars Müller2005-12-051-1/+3
| | | | | | | | | | | | | | version. The IRIX 6.2 version is still without this check as I'm not sure if setmntent() is implemented in the same way.
| * r12055: More cruftVolker Lendecke2005-12-031-23/+0
| |
| * r12054: We only have one more warning at -O6. That will takeJeremy Allison2005-12-031-9/+17
| | | | | | | | | | some more restructuring to fix.... Coming soon. Jeremy.
| * r12052: Remove unused typedefsVolker Lendecke2005-12-031-43/+0
| |
| * r12051: Merge across the lookup_name and lookup_sid work. Lets see how the ↵Volker Lendecke2005-12-0319-614/+999
| | | | | | | | | | | | | | | | build farm reacts :-) Volker
| * r12046: Fix typoVolker Lendecke2005-12-031-1/+1
| |
| * r12045: More warning fixes... Just a few more to go.Jeremy Allison2005-12-034-3/+5
| | | | | | | | Jeremy.
| * r12043: It's amazing the warnings you find when compiling on a 64-bitJeremy Allison2005-12-0319-65/+100
| | | | | | | | | | | | | | | | | | | | | | box with gcc4 and -O6... Fix a bunch of C99 dereferencing type-punned pointer will break strict-aliasing rules errors. Also added prs_int32 (not uint32...) as it's needed in one place. Find places where prs_uint32 was being used to marshall/unmarshall a time_t (a big no no on 64-bits). More warning fixes to come. Thanks to Volker for nudging me to compile like this. Jeremy.
| * r12040: merging packaging fixes from release branchGerald Carter2005-12-031-3/+2
| |
| * r12038: This file is no longer used, and no one noticed....Jeremy Allison2005-12-031-86/+0
| | | | | | | | Jeremy.
| * r12031: Added net idmap to common help list.John Terpstra2005-12-021-2/+3
| |
| * r12027: changing version to 3.0.22pre1 since 3.0.21 is frozen nowGerald Carter2005-12-021-2/+2
| |
| * 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.
| * 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.