summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge from HEAD:Andrew Bartlett2003-01-1418-75/+96
| | | | | | | | | | | | | | | | | | - fstring/pstring mixups - the detection code that found them (disabled) - a bit of whitespace - a static Andrew Bartlett
* | Merge from HEAD:Andrew Bartlett2003-01-142-12/+11
| | | | | | | | | | | | | | | | - remove useless #else - signed/unsigned fixes - use an fstring for LM hash buffer. Andrew Bartlett
* | Merge from HEAD - eliminated unused arguments.Andrew Bartlett2003-01-142-3/+2
| | | | | | | | Andrew Bartlett
* | Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.Andrew Bartlett2003-01-145-5/+11
| | | | | | | | Andrew Bartlett
* | merge alt_name patch from headAndrew Tridgell2003-01-142-2/+2
| |
* | Don't touch data after a free.Jeremy Allison2003-01-131-1/+0
| | | | | | | | Jeremy.
* | Merge of indirection fixes from HEAD.Jeremy Allison2003-01-131-5/+5
| | | | | | | | Jeremy
* | More janitorial duties. Pulling these in from samba-head.Richard Sharpe2003-01-131-0/+281
| |
* | Now that I am running config.developer, I decided to get rif of some warnings:Richard Sharpe2003-01-135-179/+267
| | | | | | | | | | | | | | | | | | 1. reboot in parse_reg and cli_reg was shadowing a definition on FreeBSD 4.3 from system includes. 2. Added a bit of const to places. 3. Made sure internal functions were declared where needed.
* | [merge] make sure to update print queue cache during timeout_processing() to ↵Gerald Carter2003-01-114-15/+61
| | | | | | | | send notify events; CR 1491
* | 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
| | | | | | | | | | contention on the messaging tdb. Jeremy.
* | Added tdb_append() call. Efficiently adds to an entry. Used by new messagingJeremy Allison2003-01-113-12/+148
| | | | | | | | | | code. Also added torture tests for it. Jeremy.
* | First part of efficiency fixes for message sending to pid's (cutting downJeremy Allison2003-01-101-48/+95
| | | | | | | | | | | | | | | | the amount of time we hold tdb locks). Gulp down all messages at once rather than reading/re-writing one at a time. NOTE: All dispatch routines *must* be able to cope with incoming message on *odd* byte boundaries (all current handlers do). Jeremy.
* | Don't delete jobs subitted after the lpq time.Jeremy Allison2003-01-101-4/+4
| | | | | | | | Jeremy.
* | 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
| | | | | | | | so that bin/vfstest can link. merge from head
* | Ensure we return disk full by default on short writes.Jeremy Allison2003-01-081-6/+6
| | | | | | | | Jeremy.
* | Ensure we don't get an invalid number for total smbd's if the tdb updateJeremy Allison2003-01-082-6/+18
| | | | | | | | | | fails. Jeremy.
* | Fix erroneous free of SAM_ACCOUNT (make clearer when allocatedJeremy Allison2003-01-081-15/+8
| | | | | | | | | | memory is being returned). Jeremy.
* | 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
| | | | | | | | | | on work by <steve@griffin.sio2.nl>. Jeremy.
* | Fix memory leak. Thanks, Herb!Volker Lendecke2003-01-071-0/+1
| | | | | | | | Volker
* | Merge from HEAD.Volker Lendecke2003-01-071-4/+14
| | | | | | | | Volker
* | Added code to the handling of the -M option to ensure that we default toChristopher R. Hertel2003-01-071-1/+7
| | | | | | | | | | port 139 for that option. The NetBIOS Messenger Service doesn't run on a non-NBT port.
* | Fix memory leaks in pdb_ code.Jeremy Allison2003-01-061-1/+13
| | | | | | | | Jeremy.
* | removed idpool from schema file (experimental) to remove the dependencyGerald Carter2003-01-062-7/+7
| | | | | | | | | | | | on nis.schema. add $(LDFLAGS) to libsmbclient build
* | Merge from HEAD - handle VFS module load failures, change some error returns toAndrew Bartlett2003-01-062-3/+9
| | | | | | | | | | | | avoid sending NT_STATUS_UNSUCCESSFUL. Andrew Bartlett
* | Fix from "Ken Cross" <kcross@nssolutions.com> for enumeratingJeremy Allison2003-01-061-1/+3
| | | | | | | | | | groups. Jeremy.
* | 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
| | | | | | | | Andrew Bartlett
* | Merge from HEAD - get the test the right way around, so that we can changeAndrew Bartlett2003-01-051-1/+1
| | | | | | | | | | | | | | | | passwords over RAP again. (found by the build farm) Andrew Bartlett
* | The last of the merge of idra's shutdown changes from head...Andrew Bartlett2003-01-041-2/+2
| | | | | | | | Andrew Bartlett
* | 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
| | | | | | | | | | | | case. Andrew Bartlett
* | The winbind in Samba 3.0 doesn't use the 'proof' for ntlm_auth_crap, so don'tAndrew Bartlett2003-01-041-1/+0
| | | | | | | | | | | | | | include it in the struct. (Important becouse it currently has the same version number as the one in HEAD, which also doesn't have this). Andrew Bartlett
* | Merge from HEAD - do an nt_errstr(nt_status) *after* assiging nt_status withAndrew Bartlett2003-01-041-1/+1
| | | | | | | | | | | | the actual error value :-) Andrew Bartlett
* | Make it clear that the credentials are being setup on the NETLOGON channel, andAndrew Bartlett2003-01-041-3/+3
| | | | | | | | | | | | may not be to our PDC (might be BDC, or trusted DC). Andrew Bartlett
* | Merge from HEAD - we already have one function for converting a unistr2 to aAndrew Bartlett2003-01-043-42/+25
| | | | | | | | | | | | static 'unix' string, so we don't need a second pdb specific version. Andrew Bartlett
* | Merge from HEAD - extract user's list of SIDs from their NT_TOKEN and returnAndrew Bartlett2003-01-042-10/+37
| | | | | | | | | | | | | | | | | | | | this as thier list of groups, rather than do a seperate lookup. This NT_TOKEN is originally initgroups() (or equiv) based. We currently send all sids in our domain, perhaps this should be further restricted, but this works for now. Andrew Bartlett
* | Merge from HEAD - don't base RID on a name being the lp_guest_account(), letAndrew Bartlett2003-01-041-2/+0
| | | | | | | | | | | | the actual passdb modules decide that. Andrew Bartlett
* | Merge from HEAD - baseless parinoia about never having a closed dbf (the debugAndrew Bartlett2003-01-041-2/+4
| | | | | | | | | | | | file pointer). Andrew Bartlett
* | Merge from HEAD - mimir's new gencache based namecache code.Andrew Bartlett2003-01-045-207/+359
| | | | | | | | Andrew Bartlett
* | Merge from HEAD - move user password changes into the NTSTATUS era, and addAndrew Bartlett2003-01-043-50/+89
| | | | | | | | suppport for the 'min password age' and 'min passwd len' concepts.
* | Missed from previous commit - merge from HEAD the changes to the remoteAndrew Bartlett2003-01-041-4/+8
| | | | | | | | shutdown struct - it's 2 byte-boolean flags, not 16 bits.
* | Merge from HEAD - idra's fix for the fact that the shutdown command takes two 1Andrew Bartlett2003-01-044-36/+22
| | | | | | | | | | | | byte boolean flags, not a 16 bit bitmask. Andrew Bartlett
* | 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
| | | | | | | | Jeremy.
* | patch to include support for daemontools from Michael HandlerGerald Carter2003-01-0320-155/+553
| |