summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r11508: Removed incorrect patch hunk. Thanks to AndrewJeremy Allison1-2/+0
2007-10-10r11506: Added description of ACL in usage message.Jeremy Allison1-1/+2
2007-10-10r11504: Added Andrew Bartletts removal of another NTLMSSP implementationJeremy Allison2-85/+91
2007-10-10r11494: Finally fix #3192 - remember iDiskfreeCacheTime isJeremy Allison1-1/+1
2007-10-10r11492: Fix bug #3224 (I hope). Correctly use machine_account_nameJeremy Allison7-24/+35
2007-10-10r11491: If we get a reject ensure we're printing out the server/domain/machineJeremy Allison1-2/+2
2007-10-10r11482: Arrg. Can't believe this code was in this state. If youJeremy Allison1-1/+3
2007-10-10r11464: Allow smbcacls to modify a SD on W2K3. This may fix severalJeremy Allison1-1/+14
2007-10-10r11460: Improve error messages in parsing security descriptors.Jeremy Allison1-5/+38
2007-10-10r11454: Last 2 uninitialized warnings.Jeremy Allison1-17/+11
2007-10-10r11451: Fix -O1 "might be using uninitialized" errors.Jeremy Allison3-3/+3
2007-10-10r11448: Move decl before code.Jeremy Allison1-1/+2
2007-10-10r11446: Remove unused fn. Remove unneeded strncpy use.Jeremy Allison2-33/+2
2007-10-10r11443: Fix error code returns on client spoolss code. Fix themJeremy Allison1-117/+280
2007-10-10r11435: Allow the hash size of the tdb open (locking) databaseJeremy Allison2-3/+6
2007-10-10r11433: Fix for bug #3223 - ensure we're root before doingJeremy Allison1-5/+53
2007-10-10r11428: Fix bug #3192 by actually hooking up the dfree cachingJeremy Allison3-5/+5
2007-10-10r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We canJeremy Allison8-90/+150
2007-10-10r11389: Attempt to fix bug #3212 - ignore bogus OS/2 EA set values onJeremy Allison1-4/+25
2007-10-10r11383: Patch from Alex Masterov <alex@infobit.ru> to fixJeremy Allison1-3/+83
2007-10-10r11381: Correctly connect to 445 and 139 after a successful getdcname.Volker Lendecke1-3/+10
2007-10-10r11379: Remove external dependencies from sharemodes library.Jeremy Allison1-4/+20
2007-10-10r11375: Update to the latest config.guess and config.sub files.Paul Green2-328/+364
2007-10-10r11368: Remove a memleak that just cost me half an hour: If we terminate insi...Volker Lendecke1-1/+1
2007-10-10r11346: Fix for bug found by Dina Fine. If in case sensitive mode thenJeremy Allison1-1/+10
2007-10-10r11344: I don't think share mode conflicts occur on deletingJeremy Allison2-20/+10
2007-10-10r11341: Put directory opens into the share mode db so weJeremy Allison3-8/+70
2007-10-10r11338: Move knowledge of \\ needed into rpc_client/cli_netlogonJeremy Allison2-8/+4
2007-10-10r11336: Start to get my control back :-). Volker, I thinkJeremy Allison2-22/+62
2007-10-10r11332: eventlog API uses NTSTATUS, not WERROR for return codesGerald Carter3-46/+45
2007-10-10r11328: Actually verify that the bind on a pipe succeeded with a samr_connect orVolker Lendecke1-167/+196
2007-10-10r11327: Make user domain settable by pdbeditVolker Lendecke1-2/+9
2007-10-10r11326: Fix alignment in getdc responseVolker Lendecke1-0/+3
2007-10-10r11324: Re-formatting before I can get a very *narrow* focus on the bugs in h...Volker Lendecke1-59/+61
2007-10-10r11323: Fix usage of rpccli_netlogon_getdcname. Add some debug messages.Volker Lendecke1-3/+18
2007-10-10r11320: Fix error handling for rpccli_netlogon_getdcname. Jeremy, the other f...Volker Lendecke1-2/+2
2007-10-10r11319: read_buf_len and write_buf_len are no longer used, remove them.Volker Lendecke2-6/+3
2007-10-10r11301: why would you look for printf in -lnsl[_s]? Fixing configure checksGerald Carter1-2/+2
2007-10-10r11296: removing unused variable and ifdef'd out codeGerald Carter1-14/+0
2007-10-10r11295: new service hashing code has assumign that the serviceGerald Carter1-12/+40
2007-10-10r11292: Missed merge from Samba 2.2 many years ago....Gerald Carter1-5/+0
2007-10-10r11286: Fix a potential segfaultVolker Lendecke1-7/+10
2007-10-10r11283: Move to using sival_int from sival_ptr. Part of bug #2922.Jeremy Allison1-4/+10
2007-10-10r11280: BUG 3201: make sure request structure is cleared prior to sending the...Gerald Carter1-0/+3
2007-10-10r11275: patch from Chris to remove the empty struct in libmsrpc.h (fix build ...Gerald Carter1-4/+0
2007-10-10r11269: Ensure the new canonicalize_servicename() is mb safe.Jeremy Allison1-1/+1
2007-10-10r11266: Speed up loading smb.conf for large numbers of share definitions. The...Volker Lendecke1-26/+111
2007-10-10r11256: Remove use of long long and strtoll in libsmbclient (weJeremy Allison2-32/+30
2007-10-10r11253: Fix an annoying timeout when no nmbd is aroundVolker Lendecke1-8/+8
2007-10-10r11251: Fix a commentVolker Lendecke1-7/+5