summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* fix tdb_append() prototypeGerald Carter2003-01-111-1/+1
* Added new message_send_pid() code that uses tdb append to reduce lockingJeremy Allison2003-01-111-54/+55
* Added tdb_append() call. Efficiently adds to an entry. Used by new messagingJeremy Allison2003-01-113-12/+148
* First part of efficiency fixes for message sending to pid's (cutting downJeremy Allison2003-01-101-48/+95
* Don't delete jobs subitted after the lpq time.Jeremy Allison2003-01-101-4/+4
* a 0 length printer data value is not a memory allocation error; fix CR601Gerald Carter2003-01-091-2/+10
* Moved smbd process counting functions from smbd/server.c to smbd/process.cHerb Lewis2003-01-092-30/+26
* Ensure we return disk full by default on short writes.Jeremy Allison2003-01-081-6/+6
* Ensure we don't get an invalid number for total smbd's if the tdb updateJeremy Allison2003-01-082-6/+18
* Fix erroneous free of SAM_ACCOUNT (make clearer when allocatedJeremy Allison2003-01-081-15/+8
* cannot assign to constHerb Lewis2003-01-081-1/+1
* Fix open problem with changing attributes on an existing file - basedJeremy Allison2003-01-082-9/+45
* Fix memory leak. Thanks, Herb!Volker Lendecke2003-01-071-0/+1
* Merge from HEAD.Volker Lendecke2003-01-071-4/+14
* Added code to the handling of the -M option to ensure that we default toChristopher R. Hertel2003-01-071-1/+7
* Fix memory leaks in pdb_ code.Jeremy Allison2003-01-061-1/+13
* removed idpool from schema file (experimental) to remove the dependencyGerald Carter2003-01-061-1/+1
* Merge from HEAD - handle VFS module load failures, change some error returns toAndrew Bartlett2003-01-062-3/+9
* Fix from "Ken Cross" <kcross@nssolutions.com> for enumeratingJeremy Allison2003-01-061-1/+3
* Some more profiles merges from HEAD (cvsignore and a stray const).Tim Potter2003-01-062-1/+2
* Add profiles utility support to Samba 3.0.xRichard Sharpe2003-01-062-2/+6
* Merge from HEAD - updates to correctly recognise LMv2, and NT# in LM feild.Andrew Bartlett2003-01-051-33/+58
* Merge from HEAD - get the test the right way around, so that we can changeAndrew Bartlett2003-01-051-1/+1
* The last of the merge of idra's shutdown changes from head...Andrew Bartlett2003-01-041-2/+2
* Merge from HEAD - whitespace :-)Andrew Bartlett2003-01-042-1/+1
* Merge from HEAD - vl's fix to my const patch. Also update the 'not have_krb5'Andrew Bartlett2003-01-041-1/+1
* The winbind in Samba 3.0 doesn't use the 'proof' for ntlm_auth_crap, so don'tAndrew Bartlett2003-01-041-1/+0
* Merge from HEAD - do an nt_errstr(nt_status) *after* assiging nt_status withAndrew Bartlett2003-01-041-1/+1
* Make it clear that the credentials are being setup on the NETLOGON channel, andAndrew Bartlett2003-01-041-3/+3
* Merge from HEAD - we already have one function for converting a unistr2 to aAndrew Bartlett2003-01-043-42/+25
* Merge from HEAD - extract user's list of SIDs from their NT_TOKEN and returnAndrew Bartlett2003-01-042-10/+37
* Merge from HEAD - don't base RID on a name being the lp_guest_account(), letAndrew Bartlett2003-01-041-2/+0
* Merge from HEAD - baseless parinoia about never having a closed dbf (the debugAndrew Bartlett2003-01-041-2/+4
* Merge from HEAD - mimir's new gencache based namecache code.Andrew Bartlett2003-01-045-207/+359
* Merge from HEAD - move user password changes into the NTSTATUS era, and addAndrew Bartlett2003-01-043-50/+89
* Missed from previous commit - merge from HEAD the changes to the remoteAndrew Bartlett2003-01-041-4/+8
* Merge from HEAD - idra's fix for the fact that the shutdown command takes two 1Andrew Bartlett2003-01-044-36/+22
* Fix another pstring/fstring typoAndrew Bartlett2003-01-041-1/+1
* Fix problem with "hide unreadable". stat file opens are baaack :-).Jeremy Allison2003-01-035-586/+544
* patch to include support for daemontools from Michael HandlerGerald Carter2003-01-037-18/+89
* make sure we create the PIDDIR and LOCKDIR from installdirsGerald Carter2003-01-031-1/+1
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-03131-1190/+1199
* Fixed some simple typos, including one that would cause the wrong valueChristopher R. Hertel2003-01-031-2/+2
* Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions.Andrew Bartlett2003-01-037-7/+18
* Merge from HEAD - tridge's new timegm() that actually works on solaris.Andrew Bartlett2003-01-031-18/+15
* Merge from HEAD - remove silly 'NT or LM# as password' stuff from pam_smbpass.Andrew Bartlett2003-01-031-19/+0
* pstring/fstring missmatches found by Andrew Bartlett.Jeremy Allison2003-01-021-5/+5
* Typo..Jeremy Allison2003-01-021-1/+1
* Merge Andrew Bartletts (size_t)-1 checks.Jeremy Allison2003-01-022-4/+4
* WITH_SENDFILE #ifdef merged from SAMBA_2_2Gerald Carter2003-01-021-1/+1