summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * r12129: Fix uninitialized variables.Volker Lendecke2005-12-082-1/+4
| | | | | | | | Volker
| * r12119: r10812@cabra: derrell | 2005-12-07 22:44:26 -0500Derrell Lipman2005-12-081-5/+0
| | | | | | | | sync to repository didn't work correctly...???
| * r12118: r10805@cabra: derrell | 2005-12-07 22:34:55 -0500Derrell Lipman2005-12-081-12/+101
| | | | | | | | first go at supporting long file names. seeems to work; requires more testing
| * r12111: Fix the "everything" build by re-adding debug2html. Oops.Jeremy Allison2005-12-063-2/+437
| | | | | | | | Jeremy.
| * r12110: We're using a tdb-based wins backend now. Thanks to theJeremy Allison2005-12-0615-5705/+0
| | | | | | | | | | | | ubiqx code, which has served us well for many a year.. "Well done, thou good and faithful servant". Jeremy.
| * r12107: Move to a tdb-based wins database. At the moment we stillJeremy Allison2005-12-0615-395/+891
| | | | | | | | | | | | use it as though it were an in-memory db and dump out to a flat file every 2 mins, but that can now change. Jeremy.
| * r12106: Fix return valueGünther Deschner2005-12-061-1/+1
| | | | | | | | Guenther
| * r12098: r10797@cabra: derrell | 2005-12-06 12:09:00 -0500Derrell Lipman2005-12-063-5/+228
| | | | | | | | fixed another memory leak and reverted an (incorrect) fix from yesterday
| * 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-052-75/+195
| | | | | | | | | | | | 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-034-13/+17
| |
| * 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.
| * 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