summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-06-13Veto files fix.Jeremy Allison1-275/+273
2002-06-13Merge in mangle fixes from 2.2.Jeremy Allison7-371/+376
2002-06-13Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett14-113/+183
2002-06-13a useful script for finding global variables or functions that couldAndrew Tridgell1-0/+59
2002-06-12Spelling.Tim Potter1-1/+1
2002-06-12Ignore winbindd_proto.hTim Potter1-0/+1
2002-06-12Spelling fixes.Tim Potter1-1/+1
2002-06-12Removed eff_name field from cli_struct as it wasn't being used anywhere.Tim Potter2-2/+2
2002-06-11few fixes from Elrond(elrond@samba-tng.org) and Billy O'Connor(billy@oconnoro...Simo Sorce3-13/+24
2002-06-11merge from 2.2Gerald Carter1-0/+1
2002-06-10Merge of Jerry's fix from 2.2.Jeremy Allison2-8/+18
2002-06-10Remove "sids.h" as it really wasn't being used anywhere, and was exportingAndrew Bartlett6-44/+1
2002-06-10With this file being automaticly regenerated, and cleaned up with 'make clean'Andrew Bartlett1-142/+0
2002-06-09Fix up comment on netbios scopes, and remove paragraph about internationalAndrew Bartlett1-12/+2
2002-06-09This paragraph is irrelevent and misleading (needs fix for 2.2 as well)Andrew Bartlett1-6/+0
2002-06-09This (hopefully) fixes a bug reported by Kai Krueger <kai@kruegernetz.de>Andrew Bartlett2-17/+10
2002-06-07Ensure when allowing fchown with write access and dos filemodes thatJeremy Allison1-7/+7
2002-06-07Merge pidfile fix.Jeremy Allison1-3/+3
2002-06-07Fix commentAndrew Bartlett1-1/+1
2002-06-07Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett14-87/+91
2002-06-07Move the code from lib/util_sid.c that deals with the global_sam_sid intoAndrew Bartlett3-242/+282
2002-06-07Add flags2 for security signituresAndrew Bartlett1-0/+1
2002-06-07A couple of updates for the SmbEncrypt code, and some of its users.Andrew Bartlett2-14/+32
2002-06-07Allow sd_len to be zero on NT_TRANSACT_CREATE but not for set sd (helpsJeremy Allison1-4/+7
2002-06-06Overly complex but neccessary fix for kernel oplock problems. The issueJeremy Allison3-21/+55
2002-06-06enable building of shared libsmbclientGerald Carter1-2/+1
2002-06-06Fix compile error - doh!Tim Potter2-4/+4
2002-06-06Moved some notify related constants into srv_spoolss_nt.c sinceTim Potter2-4/+11
2002-06-06Fixed out of date comment for _spoolss_rffpcnex()Tim Potter1-4/+2
2002-06-05Fix typo.Shirish Kalele1-1/+1
2002-06-05merge from 2.2Gerald Carter1-4/+10
2002-06-05merge 390 kernel workaround from SAMBA_2_2.Jim McDonough2-2/+2
2002-06-05Spelling fix.Tim Potter1-1/+1
2002-06-05Store cache entry keys that have RID values in decimal to beTim Potter1-6/+6
2002-06-05Remove blocksignals call as it's never going to bloody work right...Jeremy Allison1-1/+0
2002-06-05Fix for Linux kernel bug where signal mask set within a signal handlerJeremy Allison2-34/+82
2002-06-04Update the SAMR pipe for more use of NTSTATUS and to talloc the stored list ofAndrew Bartlett1-96/+141
2002-06-04Store the key for a name to sid cache entry in upper case rather thanTim Potter1-4/+12
2002-06-04Fixed compiler warning.Tim Potter1-1/+0
2002-06-04Fixed some formatting.Tim Potter1-3/+4
2002-06-04Fix long list scrolling bug.Tim Potter1-4/+3
2002-06-03Move session gathering routine back into session.c so it can be called eitherJim McDonough2-53/+53
2002-06-03Fix netsessenum RPC. Correctly respond with as much info as we can.Jim McDonough1-5/+12
2002-06-03Add user name to netsessenum RPC to stop 1783 messages. Also fix where usern...Jim McDonough1-5/+13
2002-06-03Add user name to netsessenum RPC to stop 1783 messagesJim McDonough2-5/+9
2002-06-03Since includes.h isn't included here, VA_COPY has to be defined here. I don'tJim McDonough1-0/+8
2002-06-03Added tdb_delete_by_string() function.Tim Potter1-0/+14
2002-06-03Add VFS SupportJohn Terpstra1-0/+15
2002-06-03Removed unused function.Tim Potter1-46/+0
2002-06-03put the ifdef for HAVE_VA_COPY in one place rather than in lots ofAndrew Tridgell7-46/+30