summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-01-11No point having this for both parts of the 'if' statement.Andrew Bartlett1-4/+2
2003-01-11typo from mergeGerald Carter1-1/+1
2003-01-11fix tdb_append() prototypeGerald Carter1-1/+1
2003-01-11[merge] make sure to updatre print queue cache during timeout_processing() to...Gerald Carter4-18/+64
2003-01-11Added new message_send_pid() code that uses tdb append to reduce lockingJeremy Allison1-54/+55
2003-01-11Added tdb_append() call. Efficiently adds to an entry. Used by new messagingJeremy Allison3-12/+148
2003-01-10First part of efficiency fixes for message sending to pid's (cutting downJeremy Allison1-48/+95
2003-01-10Fix lpq_cache time check (missed from yesterday).Jeremy Allison1-4/+4
2003-01-09a 0 length printer data value is not a memory allocation error; fix CR601Gerald Carter1-2/+10
2003-01-09tdb_chainlock_with_timeout: Add TODO: If we time out waiting for aMartin Pool1-0/+4
2003-01-09Remove read_with_timeout() and replaced its only caller (the passwd chatTim Potter2-84/+8
2003-01-09Remove dead function.Tim Potter1-19/+0
2003-01-09Moved smbd process counting functions from smbd/server.c to smbd/process.cTim Potter2-30/+26
2003-01-09Correct misleading comment: winbindd_lookupname gets the SID for aMartin Pool1-1/+3
2003-01-08Ensure we return disk full by default on short writes.Jeremy Allison1-6/+6
2003-01-08Ensure we don't get an invalid number for total smbd's if the tdb updateJeremy Allison2-6/+18
2003-01-08reran autoconfHerb Lewis1-8976/+18858
2003-01-08Some fixes to editreg. Clientgen should not be touched, and an update to conf...Richard Sharpe1-3/+0
2003-01-08Fix erroneous free of SAM_ACCOUNT (make clearer when allocatedJeremy Allison1-15/+8
2003-01-08Removed pointless null statement in signal handler.Tim Potter1-2/+0
2003-01-08Display an error message when the server cannot be resolved when running atTim Potter1-1/+1
2003-01-08Fix open problem with changing attributes on an existing file - basedJeremy Allison2-8/+45
2003-01-07Fix memory leak. Thanks, Herb!Volker Lendecke1-0/+1
2003-01-07this makes it compile, but I'm not sure if it is correct. Are we reallyHerb Lewis1-1/+1
2003-01-07cannot make assignments to const values.Herb Lewis1-1/+1
2003-01-07add and escape before $( in regex string so it is not interpreted as theHerb Lewis1-1/+1
2003-01-07Create a machine account correctly if the unix account exists.Volker Lendecke1-4/+14
2003-01-07Added code to the handling of the -M option to ensure that we default toChristopher R. Hertel1-4/+10
2003-01-07Rename a local variable to avoid a warning.Tim Potter1-9/+9
2003-01-07'index' is the name of a libc function. Rename to 'ndx' to avoid compilerTim Potter1-4/+4
2003-01-07Remove unused variable.Tim Potter2-2/+0
2003-01-06Fix memory leaks in pdb_ code.Jeremy Allison1-1/+13
2003-01-06add $(LDFLAGS) to libsmbclientGerald Carter1-1/+1
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