summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * r11504: Added Andrew Bartletts removal of another NTLMSSP implementationJeremy Allison2005-11-042-85/+91
| | | | | | | | | | patch. Jeremy.
| * r11494: Finally fix #3192 - remember iDiskfreeCacheTime isJeremy Allison2005-11-041-1/+1
| | | | | | | | | | an *integer*, not a pointer. Doh ! Jeremy.
| * r11492: Fix bug #3224 (I hope). Correctly use machine_account_nameJeremy Allison2005-11-047-24/+35
| | | | | | | | | | and client_name when doing netlogon credential setup. Jeremy.
| * r11491: If we get a reject ensure we're printing out the server/domain/machineJeremy Allison2005-11-031-2/+2
| | | | | | | | | | a/c we were asking for. Jeremy.
| * r11482: Arrg. Can't believe this code was in this state. If youJeremy Allison2005-11-021-1/+3
| | | | | | | | | | | | don't initialize the mask then setting "special" access gets set to *random* permissions ! Jeremy.
| * r11464: Allow smbcacls to modify a SD on W2K3. This may fix severalJeremy Allison2005-11-021-1/+14
| | | | | | | | | | | | bugzilla bugs - I need to go through and check. I also need to test against WNT/W2K and WXP. Jeremy.
| * r11460: Improve error messages in parsing security descriptors.Jeremy Allison2005-11-021-5/+38
| | | | | | | | Jeremy.
| * r11454: Last 2 uninitialized warnings.Jeremy Allison2005-11-021-17/+11
| | | | | | | | Jeremy.
| * r11451: Fix -O1 "might be using uninitialized" errors.Jeremy Allison2005-11-023-3/+3
| | | | | | | | Jeremy.
| * r11448: Move decl before code.Jeremy Allison2005-11-011-1/+2
| | | | | | | | Jeremy.
| * r11446: Remove unused fn. Remove unneeded strncpy use.Jeremy Allison2005-11-012-33/+2
| | | | | | | | Jeremy.
| * r11443: Fix error code returns on client spoolss code. Fix themJeremy Allison2005-11-011-117/+280
| | | | | | | | | | up a *lot*. Jeremy.
| * r11435: Allow the hash size of the tdb open (locking) databaseJeremy Allison2005-11-012-3/+6
| | | | | | | | | | | | | | | | to be set in local.h. Change from the default (131) to another prime (1049). Should this be an smb.conf tunable parameter based on the number of open file descriptors available ? If so what scaling factor ? More tests to follow. Jeremy.
| * r11433: Fix for bug #3223 - ensure we're root before doingJeremy Allison2005-10-311-5/+53
| | | | | | | | | | any potential lib/smbldap.c calls. Jeremy.
| * r11428: Fix bug #3192 by actually hooking up the dfree cachingJeremy Allison2005-10-313-5/+5
| | | | | | | | | | function. Oops. Jeremy.
| * r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We canJeremy Allison2005-10-318-90/+150
| | | | | | | | | | | | | | | | only tell at parse time from the wire if an incoming name has wildcards or not. If it's a mangled name and we demangle the demangled name may contain wildcard characters. Ensure these are ignored. Jeremy.
| * r11398: Keep s3 in sync with trunkSimo Sorce2005-10-2948-332/+4600
| |
| * r11395: Update the Debian packaging.Simo Sorce2005-10-29178-26/+10794
| | | | | | | | Move form stable to stable distribution names based hives.
| * r11389: Attempt to fix bug #3212 - ignore bogus OS/2 EA set values onJeremy Allison2005-10-291-4/+25
| | | | | | | | | | trans2_mkdir/trans2_open/trans2_setfilepathingo. Jeremy.
| * r11383: Patch from Alex Masterov <alex@infobit.ru> to fixJeremy Allison2005-10-281-3/+83
| | | | | | | | | | XATTR calls on *BSD systems (bug #3218). Jeremy.
| * r11381: Correctly connect to 445 and 139 after a successful getdcname.Volker Lendecke2005-10-281-3/+10
| | | | | | | | Volker
| * r11379: Remove external dependencies from sharemodes library.Jeremy Allison2005-10-281-4/+20
| | | | | | | | Jeremy.
| * r11375: Update to the latest config.guess and config.sub files.Paul Green2005-10-282-328/+364
| |
| * r11368: Remove a memleak that just cost me half an hour: If we terminate ↵Volker Lendecke2005-10-281-1/+1
| | | | | | | | | | | | | | | | | | inside a message handler, the list of messages from retrieve_all_messages is not properly freed. Not important, just confusing :-) Volker
| * r11346: Fix for bug found by Dina Fine. If in case sensitive mode thenJeremy Allison2005-10-281-1/+10
| | | | | | | | | | | | | | | | | | the mangle cache is no good (3 letter extension could be wrong case - so don't demangle in this case - leave as mangled and allow the mangling of the directory entry read (which is done case insensitively) to match instead. This will lead to more false positive matches but we fail completely without it. Jeremy.
| * r11344: I don't think share mode conflicts occur on deletingJeremy Allison2005-10-272-20/+10
| | | | | | | | | | | | a directory when you've got permissions. Need to write a smbtorture test for this. Jeremy.
| * r11341: Put directory opens into the share mode db so weJeremy Allison2005-10-273-8/+70
| | | | | | | | | | | | | | | | can treat them similarly to file opens (delete on close, share mode violations etc.). This fixes bug #3216 I will up the default hash size on the locking db in a later commit as this means more entries. Jeremy.
| * r11338: Move knowledge of \\ needed into rpc_client/cli_netlogonJeremy Allison2005-10-272-8/+4
| | | | | | | | | | | | | | | | (this is the way it's been done in other functions). Instead of moving this into the IDL, I think the best solution would be to write a wrapper function around any call that needs this (this is what we already do for many of the calls). Jeremy.
| * r11336: Start to get my control back :-). Volker, I thinkJeremy Allison2005-10-272-22/+62
| | | | | | | | | | | | Andrew Bartlett is right - making lsa code do it the netlogon way, not vica-versa. Jeremy.
| * r11332: eventlog API uses NTSTATUS, not WERROR for return codesGerald Carter2005-10-273-46/+45
| |
| * r11328: Actually verify that the bind on a pipe succeeded with a samr_connect orVolker Lendecke2005-10-271-167/+196
| | | | | | | | | | | | | | | | | | | | | | lsa_openpolicy and fall back appropriately. In particular an ntlmssp bind failure can not be detected before the first real rpc request, at least according to abartlet :-) Works for me against w2k3, w2k and nt4. Sooner or later I should test against samba4 ... :-) Volker
| * r11327: Make user domain settable by pdbeditVolker Lendecke2005-10-271-2/+9
| |
| * r11326: Fix alignment in getdc responseVolker Lendecke2005-10-271-0/+3
| |
| * r11324: Re-formatting before I can get a very *narrow* focus on the bugs in ↵Volker Lendecke2005-10-271-59/+61
| | | | | | | | | | | | | | | | | | | | here. ;-) We can only tell if the bind succeeded on the first real RPC call. So we have to decide according to success of samrconnect whether we have to fall back. Similarly for lsaopenpolicy. Volker
| * r11323: Fix usage of rpccli_netlogon_getdcname. Add some debug messages.Volker Lendecke2005-10-271-3/+18
| | | | | | | | Volker
| * r11320: Fix error handling for rpccli_netlogon_getdcname. Jeremy, the other ↵Volker Lendecke2005-10-271-2/+2
| | | | | | | | | | | | | | | | functions in cli_netlogon look similarly suspicious. Volker
| * r11319: read_buf_len and write_buf_len are no longer used, remove them.Volker Lendecke2005-10-272-6/+3
| | | | | | | | Volker
| * r11301: why would you look for printf in -lnsl[_s]? Fixing configure checksGerald Carter2005-10-261-2/+2
| |
| * r11296: removing unused variable and ifdef'd out codeGerald Carter2005-10-251-14/+0
| |
| * r11295: new service hashing code has assumign that the service Gerald Carter2005-10-251-12/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | name stored in the array was normalized. This was causing records to not be deleted on a reload. As a result, I was getting the wrong path for various services. Seems to be ok after this change. Also converted canonicalize_servicename() to just use strupper_m() rather than doing the conversion itself. Jeremy, i think this should be ok but please check. also cleaned up some things in the hash service code and added debug messages for sanity purposes.
| * r11292: Missed merge from Samba 2.2 many years ago....Gerald Carter2005-10-251-5/+0
| | | | | | | | | | | | Don't count open pipes in the num_files_open on a connection. conn_idle_all() handles this by looking for open rpc handles If there are no open handles, we can close the IPC$ share.
| * r11286: Fix a potential segfaultVolker Lendecke2005-10-251-7/+10
| |
| * r11283: Move to using sival_int from sival_ptr. Part of bug #2922.Jeremy Allison2005-10-251-4/+10
| | | | | | | | Jeremy.
| * r11280: BUG 3201: make sure request structure is cleared prior to sending ↵Gerald Carter2005-10-241-0/+3
| | | | | | | | the request to winbindd (prevents the WB_RECURSE flags from accidentially getting set
| * r11275: patch from Chris to remove the empty struct in libmsrpc.h (fix build ↵Gerald Carter2005-10-241-4/+0
| | | | | | | | with Sun compiler)
| * r11269: Ensure the new canonicalize_servicename() is mb safe.Jeremy Allison2005-10-231-1/+1
| | | | | | | | | | MB service names may contain embedded ' ' characters. Jeremy.
| * r11266: Speed up loading smb.conf for large numbers of share definitions. ↵Volker Lendecke2005-10-231-26/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem was a O(n^2) loop: Whenever a service definition was found, we linearly searched the already loaded share definitions, the patch adds an internal tdb for this. For a smb.conf with 2000 shares this speeds up loading by about a factor of 50. Might be a fix for bug #1117. Thanks to Michael Adam <ma@sernet.de>, Volker
| * r11256: Remove use of long long and strtoll in libsmbclient (weJeremy Allison2005-10-212-32/+30
| | | | | | | | | | | | | | | | can't assume long long is always there). Removed unused var in new a/c rename code. long long still used in eventlog code but Jerry has promised to fix that. Jeremy.
| * r11253: Fix an annoying timeout when no nmbd is aroundVolker Lendecke2005-10-211-8/+8
| |
| * r11251: Fix a commentVolker Lendecke2005-10-211-7/+5
| |