Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge from HEAD - eliminated unused arguments. | Andrew Bartlett | 2003-01-14 | 2 | -3/+2 | |
| | | | | | | | | Andrew Bartlett | |||||
* | | Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD. | Andrew Bartlett | 2003-01-14 | 5 | -5/+11 | |
| | | | | | | | | Andrew Bartlett | |||||
* | | merge alt_name patch from head | Andrew Tridgell | 2003-01-14 | 2 | -2/+2 | |
| | | ||||||
* | | Don't touch data after a free. | Jeremy Allison | 2003-01-13 | 1 | -1/+0 | |
| | | | | | | | | Jeremy. | |||||
* | | Merge of indirection fixes from HEAD. | Jeremy Allison | 2003-01-13 | 1 | -5/+5 | |
| | | | | | | | | Jeremy | |||||
* | | More janitorial duties. Pulling these in from samba-head. | Richard Sharpe | 2003-01-13 | 1 | -0/+281 | |
| | | ||||||
* | | Now that I am running config.developer, I decided to get rif of some warnings: | Richard Sharpe | 2003-01-13 | 5 | -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 Carter | 2003-01-11 | 4 | -15/+61 | |
| | | | | | | | | send notify events; CR 1491 | |||||
* | | fix tdb_append() prototype | Gerald Carter | 2003-01-11 | 1 | -1/+1 | |
| | | ||||||
* | | Added new message_send_pid() code that uses tdb append to reduce locking | Jeremy Allison | 2003-01-11 | 1 | -54/+55 | |
| | | | | | | | | | | contention on the messaging tdb. Jeremy. | |||||
* | | Added tdb_append() call. Efficiently adds to an entry. Used by new messaging | Jeremy Allison | 2003-01-11 | 3 | -12/+148 | |
| | | | | | | | | | | code. Also added torture tests for it. Jeremy. | |||||
* | | First part of efficiency fixes for message sending to pid's (cutting down | Jeremy Allison | 2003-01-10 | 1 | -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 Allison | 2003-01-10 | 1 | -4/+4 | |
| | | | | | | | | Jeremy. | |||||
* | | a 0 length printer data value is not a memory allocation error; fix CR601 | Gerald Carter | 2003-01-09 | 1 | -2/+10 | |
| | | ||||||
* | | Moved smbd process counting functions from smbd/server.c to smbd/process.c | Herb Lewis | 2003-01-09 | 2 | -30/+26 | |
| | | | | | | | | so that bin/vfstest can link. merge from head | |||||
* | | Ensure we return disk full by default on short writes. | Jeremy Allison | 2003-01-08 | 1 | -6/+6 | |
| | | | | | | | | Jeremy. | |||||
* | | Ensure we don't get an invalid number for total smbd's if the tdb update | Jeremy Allison | 2003-01-08 | 2 | -6/+18 | |
| | | | | | | | | | | fails. Jeremy. | |||||
* | | Fix erroneous free of SAM_ACCOUNT (make clearer when allocated | Jeremy Allison | 2003-01-08 | 1 | -15/+8 | |
| | | | | | | | | | | memory is being returned). Jeremy. | |||||
* | | cannot assign to const | Herb Lewis | 2003-01-08 | 1 | -1/+1 | |
| | | ||||||
* | | Fix open problem with changing attributes on an existing file - based | Jeremy Allison | 2003-01-08 | 2 | -9/+45 | |
| | | | | | | | | | | on work by <steve@griffin.sio2.nl>. Jeremy. | |||||
* | | Fix memory leak. Thanks, Herb! | Volker Lendecke | 2003-01-07 | 1 | -0/+1 | |
| | | | | | | | | Volker | |||||
* | | Merge from HEAD. | Volker Lendecke | 2003-01-07 | 1 | -4/+14 | |
| | | | | | | | | Volker | |||||
* | | Added code to the handling of the -M option to ensure that we default to | Christopher R. Hertel | 2003-01-07 | 1 | -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 Allison | 2003-01-06 | 1 | -1/+13 | |
| | | | | | | | | Jeremy. | |||||
* | | removed idpool from schema file (experimental) to remove the dependency | Gerald Carter | 2003-01-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | on nis.schema. add $(LDFLAGS) to libsmbclient build | |||||
* | | Merge from HEAD - handle VFS module load failures, change some error returns to | Andrew Bartlett | 2003-01-06 | 2 | -3/+9 | |
| | | | | | | | | | | | | avoid sending NT_STATUS_UNSUCCESSFUL. Andrew Bartlett | |||||
* | | Fix from "Ken Cross" <kcross@nssolutions.com> for enumerating | Jeremy Allison | 2003-01-06 | 1 | -1/+3 | |
| | | | | | | | | | | groups. Jeremy. | |||||
* | | Some more profiles merges from HEAD (cvsignore and a stray const). | Tim Potter | 2003-01-06 | 2 | -1/+2 | |
| | | ||||||
* | | Add profiles utility support to Samba 3.0.x | Richard Sharpe | 2003-01-06 | 2 | -2/+6 | |
| | | ||||||
* | | Merge from HEAD - updates to correctly recognise LMv2, and NT# in LM feild. | Andrew Bartlett | 2003-01-05 | 1 | -33/+58 | |
| | | | | | | | | Andrew Bartlett | |||||
* | | Merge from HEAD - get the test the right way around, so that we can change | Andrew Bartlett | 2003-01-05 | 1 | -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 Bartlett | 2003-01-04 | 1 | -2/+2 | |
| | | | | | | | | Andrew Bartlett | |||||
* | | Merge from HEAD - whitespace :-) | Andrew Bartlett | 2003-01-04 | 2 | -1/+1 | |
| | | ||||||
* | | Merge from HEAD - vl's fix to my const patch. Also update the 'not have_krb5' | Andrew Bartlett | 2003-01-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | case. Andrew Bartlett | |||||
* | | The winbind in Samba 3.0 doesn't use the 'proof' for ntlm_auth_crap, so don't | Andrew Bartlett | 2003-01-04 | 1 | -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 with | Andrew Bartlett | 2003-01-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | the actual error value :-) Andrew Bartlett | |||||
* | | Make it clear that the credentials are being setup on the NETLOGON channel, and | Andrew Bartlett | 2003-01-04 | 1 | -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 a | Andrew Bartlett | 2003-01-04 | 3 | -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 return | Andrew Bartlett | 2003-01-04 | 2 | -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(), let | Andrew Bartlett | 2003-01-04 | 1 | -2/+0 | |
| | | | | | | | | | | | | the actual passdb modules decide that. Andrew Bartlett | |||||
* | | Merge from HEAD - baseless parinoia about never having a closed dbf (the debug | Andrew Bartlett | 2003-01-04 | 1 | -2/+4 | |
| | | | | | | | | | | | | file pointer). Andrew Bartlett | |||||
* | | Merge from HEAD - mimir's new gencache based namecache code. | Andrew Bartlett | 2003-01-04 | 5 | -207/+359 | |
| | | | | | | | | Andrew Bartlett | |||||
* | | Merge from HEAD - move user password changes into the NTSTATUS era, and add | Andrew Bartlett | 2003-01-04 | 3 | -50/+89 | |
| | | | | | | | | suppport for the 'min password age' and 'min passwd len' concepts. | |||||
* | | Missed from previous commit - merge from HEAD the changes to the remote | Andrew Bartlett | 2003-01-04 | 1 | -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 1 | Andrew Bartlett | 2003-01-04 | 4 | -36/+22 | |
| | | | | | | | | | | | | byte boolean flags, not a 16 bit bitmask. Andrew Bartlett | |||||
* | | Fix another pstring/fstring typo | Andrew Bartlett | 2003-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | Fix problem with "hide unreadable". stat file opens are baaack :-). | Jeremy Allison | 2003-01-03 | 5 | -586/+544 | |
| | | | | | | | | Jeremy. | |||||
* | | patch to include support for daemontools from Michael Handler | Gerald Carter | 2003-01-03 | 7 | -18/+89 | |
| | | ||||||
* | | make sure we create the PIDDIR and LOCKDIR from installdirs | Gerald Carter | 2003-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 2003-01-03 | 131 | -1190/+1199 | |
| | | | | | | | | | | | | warnings. (Adds a lot of const). Andrew Bartlett |