summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8916: should fix the valgrind invalid read of size 1 ontheGerald Carter1-8/+8
2007-10-10r8913: Fix memory leak in -r 8912: Free the right thing, rather than blob1 't...Andrew Bartlett1-1/+1
2007-10-10r8912: Samba 3.0 was failing from a Vista client, because it was using 'raw'Andrew Bartlett1-6/+39
2007-10-10r8911: cosmetic fixes.Günther Deschner3-15/+16
2007-10-10r8900: fix typo thyat broke compile in my last commitGerald Carter1-1/+1
2007-10-10r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...Gerald Carter4-7/+6
2007-10-10r8894: Fix a warning. Bugzilla #2939.Tim Potter1-3/+1
2007-10-10r8892: Fix #2942 - missing value in debug ! Doh !Jeremy Allison1-1/+1
2007-10-10r8889: Another warningVolker Lendecke1-1/+1
2007-10-10r8869: Get rid of a warning.Volker Lendecke1-1/+1
2007-10-10r8840: fix fedora packaging for FC4Gerald Carter1-0/+2
2007-10-10r8835: fixing SWAT install after docs changeGerald Carter1-36/+33
2007-10-10r8834: fixing SWAT install after docs changeswat/help/welcome.htmlGerald Carter1-2/+2
2007-10-10r8833: Fix some uninitialized variables.Volker Lendecke2-3/+3
2007-10-10r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds.Jeremy Allison4-128/+114
2007-10-10r8800: grr...get logic right when checking #defineGerald Carter1-2/+2
2007-10-10r8799: disabling schannel on samr and lsa until I figure outGerald Carter1-9/+15
2007-10-10r8798: Save one system call per SMB. smb_run_idle_events right now is only us...Volker Lendecke1-4/+0
2007-10-10r8797: avoid unset rids for builtin-aliases.Günther Deschner1-1/+2
2007-10-10r8796: disable schannel on the lsa client pipe for now to deal with Windows 2...Gerald Carter1-0/+7
2007-10-10r8795: fix our perpetual motion maching in strncpy_w()Gerald Carter1-1/+1
2007-10-10r8787: Make enumeration of builtin-aliases work again.Günther Deschner1-5/+41
2007-10-10r8786: Fix amazing and long-standing bug where user-accounts are just crippledGünther Deschner1-2/+1
2007-10-10r8782: Fix bug #2918. The problem was using Inbuffer to push a deferred open ...Jeremy Allison1-5/+7
2007-10-10r8762: Attempt to fix the winbindd crashing bug on Solaris (can't rememberJeremy Allison2-113/+258
2007-10-10r8757: Add debug messages so we can see what attributes and values are beingJeremy Allison1-0/+3
2007-10-10r8755: more malloc fixesGerald Carter1-3/+3
2007-10-10r8716: adding 'username map script' which if defined takes precendence overGerald Carter2-15/+57
2007-10-10r8704: Patch from Timur Bakeyev <timur@com.bat.ru> to fix typoJeremy Allison1-1/+1
2007-10-10r8697: BUG 2908: make sure to allow for the trailing NULLGerald Carter1-2/+1
2007-10-10r8695: Patch from James Peach for hires timestamps and efficientJeremy Allison2-4/+85
2007-10-10r8689: Fixes bugid #2889 for sure. Turns out the OS/2 dos box doesn't like tw...Jeremy Allison1-14/+21
2007-10-10r8686: Revert %LOGONSERVER%-substitution. The substition is done on the client,Günther Deschner3-12/+21
2007-10-10r8682: fix vfstest, thanks to Rainer Link for spotting this oneSimo Sorce1-0/+2
2007-10-10r8675: fix some compile warnings.Günther Deschner2-2/+2
2007-10-10r8673: merged from samba4Andrew Tridgell1-4/+15
2007-10-10r8657: Add -fPIC which is the case for all other Samba shared libs.Lars Müller1-1/+1
2007-10-10r8655: Still trying to fix #2889. We don't need the DPTR_MASK afterJeremy Allison1-9/+2
2007-10-10r8654: merging cli_spoolss_XX() updates from trunkGerald Carter10-2115/+1187
2007-10-10r8653: Fix bug #2659.Lars Müller1-1/+1
2007-10-10r8641: Fix bug #2262. Now we accept freebsd 5 till 9 as suggested by TimurLars Müller1-2/+2
2007-10-10r8617: Be very explicit if addprinterex is called that the "addprinter command"Jeremy Allison1-2/+7
2007-10-10r8615: Added "acl group control". Defaults to off. Docs to follow.Jeremy Allison2-34/+131
2007-10-10r8610: If I'm going to do a debug level zero, at least make it useful.Jeremy Allison1-1/+2
2007-10-10r8609: Fix for bugid #2889. I think the problem is that the top 16 bits of th...Jeremy Allison2-3/+11
2007-10-10r8607: BUG 2900 more compiler warningsGerald Carter1-9/+10
2007-10-10r8606: BUG 2899: fix compiler warning in regfio routineGerald Carter1-1/+1
2007-10-10r8604: BUG 2890: fix unitialized variable reported by Jason Mader <jason@ncac...Gerald Carter1-0/+1
2007-10-10r8597: Use UNI_STR_TERMINATE (an enum value) instead of STR_TERMINATE (aTim Potter1-1/+1
2007-10-10r8596: Don't wrap non-existent functions. Bugzilla #2895.Tim Potter1-45/+0