summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-01-06Fix from "Ken Cross" <kcross@nssolutions.com> for enumeratingJeremy Allison1-1/+3
2003-01-06Fix a segfault when we don't correctly load a VFS module (don't keep it inAndrew Bartlett2-3/+9
2003-01-05Clear up the auth_sam password checking code (the core of our password checkingAndrew Bartlett1-33/+58
2003-01-05Even when I can't manage to do QA, at least the build farm will catch some ofAndrew Bartlett1-1/+1
2003-01-03Fix problem with "hide unreadable". stat file opens are baaack :-).Jeremy Allison5-586/+544
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter7-18/+89
2003-01-03make sure we create the PIDDIR and LOCKDIR from installdirsGerald Carter1-1/+1
2003-01-03Fixed some simple typos, including one that would have resulted in aChristopher R. Hertel1-2/+2
2003-01-02pstring/fstring missmatches found by Andrew Bartlett.Jeremy Allison1-5/+5
2003-01-02WITH_SENDFILE #ifdef merged from SAMBA_2_2Gerald Carter1-1/+1
2003-01-02We already have one function to move unistr2 -> multibyte-static, so weAndrew Bartlett3-44/+25
2003-01-02Becouse these functions return a size_t, they can't return negitive numbers.Andrew Bartlett2-4/+4
2003-01-02debugparse is a seperate utility, no need to include it in the main ubiqxAndrew Bartlett1-1/+1
2003-01-02Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids inAndrew Bartlett7-7/+18
2003-01-02Call me parinoid, but I don't like the idea that we could ever have dbf pointAndrew Bartlett1-2/+4
2003-01-02Add a dash of static.Andrew Bartlett1-3/+3
2003-01-02One more const. Andrew, you seem to have krb5 :-)Volker Lendecke1-1/+1
2003-01-02BIG patch...Andrew Bartlett138-1215/+1225
2003-01-01Document the size constraints on a write request.Richard Sharpe1-2/+5
2003-01-01Move our password change code along a little - use NTSTATUS, and implmenetAndrew Bartlett3-50/+89
2002-12-31fix for bad check spotted by Ray Simard <ray@sylvan-glade.com>Simo Sorce1-1/+1
2002-12-31ignore tdbsam2_parse_info.hSimo Sorce1-0/+1
2002-12-30Catching up with old patches. Add define for VERITAS quota support.Jeremy Allison2-0/+10
2002-12-30fix also net rpc shutdownSimo Sorce1-10/+1
2002-12-30the shutdown call does not have a 16 bit flags, but 2 byte representing booleansSimo Sorce5-32/+31
2002-12-30Port the fix to cli_setup_write to handle offsets greater than 32-bits fromRichard Sharpe1-2/+12
2002-12-30Add a new VFS module, that just fiddles the file permissions. Still need toAndrew Bartlett2-1/+478
2002-12-29Add msdfs proxy functionality to HEAD.Shirish Kalele3-24/+59
2002-12-28Revert by Simo's request. HEAD and 3.0 should be in sync forJeremy Allison1-10/+2
2002-12-28some more work on gums.Simo Sorce3-36/+533
2002-12-28Patch for coredump with missing arg from "Bradley W. Langhorst" <brad@langhor...Jeremy Allison1-1/+8
2002-12-27For some reason, the configure tests for sendfile support in FreeBSDRichard Sharpe2-741/+740
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison14-30/+29
2002-12-23the 'padding' field in the query domain info reply is not a paddingAndrew Tridgell1-2/+8
2002-12-22talloc_init_named -> talloc_init.Jeremy Allison9-18/+18
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison40-84/+179
2002-12-20Fixed bug in debug statement when tconX fails.Tim Potter1-1/+1
2002-12-19Protect nmbd against malformed reply packets. Some reports on the lists showingJeremy Allison1-1/+10
2002-12-19merge from 2.2 fix for smbclient large filesHerb Lewis2-19/+27
2002-12-19merge from 2.2Herb Lewis1-0/+2
2002-12-17app_head merge for get_friendly_nt_err()Gerald Carter1-2/+2
2002-12-17fix make proto to work with SGI smakeHerb Lewis1-4/+9
2002-12-17* fix memory leak when constructing an driver_level_6 structureGerald Carter1-1/+7
2002-12-17Start adding code to allow the in memory version of the registry treeRichard Sharpe1-23/+168
2002-12-17it's getting comic ...Simo Sorce2-1/+60
2002-12-16Uhmm a bad day to commit changes :-((Simo Sorce1-0/+2
2002-12-16merge smbtar fixes from 2.2Herb Lewis1-6/+8
2002-12-16oh god, I will forgot my name one of these days :-/Simo Sorce1-0/+78
2002-12-16forgont genstruct.pl is needed to build new include files for genparseSimo Sorce1-0/+298
2002-12-16fix usage messageGerald Carter1-2/+3