summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* provision: Remove unnecessary whitespace.Jelmer Vernooij2010-03-281-6/+1
|
* selftest: Update locations in README.Jelmer Vernooij2010-03-281-1/+1
|
* selftest: Remove unused BuildFarm output file (now using subunit)Jelmer Vernooij2010-03-281-65/+0
|
* selftest: Remove html subunit formatter; it's too simple and really belongs ↵Jelmer Vernooij2010-03-283-512/+3
| | | | in subunit or testrepository upstream.
* Remove extension from format-subunit.Jelmer Vernooij2010-03-283-6/+2
|
* s3: Slightly simplify unmap_unix_groupVolker Lendecke2010-03-281-4/+1
|
* Attempt to fix the build on AIX, that system seems to have a #define for s_typeVolker Lendecke2010-03-281-18/+35
|
* s3: Remove unused bitmap_[allocate|free]Volker Lendecke2010-03-282-38/+0
|
* s3: Use bitmap_talloc in vfs_full_audit.cVolker Lendecke2010-03-281-40/+20
| | | | This also simplifies the calling convention for init_bitmap() slightly
* s3: Use bitmap_talloc for smb1 server tconsVolker Lendecke2010-03-281-3/+3
|
* s3: Use bitmap_talloc in init_dptrsVolker Lendecke2010-03-281-1/+2
|
* s3: Use bitmap_talloc in files.cVolker Lendecke2010-03-281-1/+2
|
* s3: Use bitmap_talloc in loadparmVolker Lendecke2010-03-281-5/+6
|
* s3: A NULL context might be perfectly valid for bitmap_tallocVolker Lendecke2010-03-281-2/+0
|
* s3: Fix a memleak in bitmap_tallocVolker Lendecke2010-03-281-0/+1
|
* s3: Use TALLOC_ZERO_ARRAY in bitmap_tallocVolker Lendecke2010-03-281-4/+1
|
* s3: Fix the memory hierarchy in bitmap_tallocVolker Lendecke2010-03-281-1/+1
|
* s3: Slightly simplify logic in conv_str_sizeVolker Lendecke2010-03-281-29/+33
|
* s3: Fix indentation in conv_str_sizeVolker Lendecke2010-03-281-2/+2
|
* s3: Fix some nonempty blank linesVolker Lendecke2010-03-281-20/+19
|
* s3: Use tdb_transaction_start_nonblock in gencache_stabilizeVolker Lendecke2010-03-281-1/+10
| | | | | This avoids the thundering herd problem when 5000 smbds exit simultaneously because the network went down.
* Revert "s3: Optimize gencache for smbd exit"Volker Lendecke2010-03-281-75/+14
| | | | | | This reverts commit 5ca63676dc59e83ffd9560fdcfa26063f267f283. That does not fully fix the problem, adding a tdb_transaction_start_nonblock to fix it.
* s3: Fix typos in a debug message in vfs_init_customVolker Lendecke2010-03-281-1/+2
|
* s4-selftest: use CONFIG_H environment variable to find config.hAndrew Tridgell2010-03-281-1/+4
|
* s4:heimdal Use correct variable to advance past -- options in kpasswdAndrew Bartlett2010-03-271-2/+2
| | | | | | | This bug was introduced when kpasswd was migrated to a local getarg() call, in Heimdal commit 7dd146072cd9b56d660a01f4aa20f8d81be356e8 Andrew Bartlett
* s4:heimdal_build Remove forced HAVE_STRERROR_RAndrew Bartlett2010-03-271-4/+0
| | | | This just causes warnings, now upstream has a more complete fix.
* s4:heimal Update generated files (cp from Heimdal)Andrew Bartlett2010-03-275-477/+459
|
* s4:testprogs Update test to match current HeimdalAndrew Bartlett2010-03-271-1/+1
|
* s4:heimdal: import lorikeet-heimdal-201003262338 (commit ↵Andrew Bartlett2010-03-2739-257/+381
| | | | f4e0dc17709829235f057e0e100d34802d3929ff)
* s4:testprogs Fix kinit test for updated HeimdalAndrew Bartlett2010-03-271-2/+2
|
* s4:heimdal New files and supporting logic for heimdal updateAndrew Bartlett2010-03-2710-2/+1388
|
* s4:heimdal: import lorikeet-heimdal-201001120029 (commit ↵Andrew Bartlett2010-03-27222-1939/+4091
| | | | a5e675fed7c5db8a7370b77ed0bfa724196aa84d)
* Fix bug #7240 - Net usershare is not case sensitive.Jeremy Allison2010-03-264-56/+90
| | | | | | | | Updates usershare files in a backwards compatible way. I don't intend to back port this fix to 3.5.x as it depends on a version upgrade in the share_info.tdb share security database. Jeremy.
* s3-selftest: set "lpq cache time = 0" in server configuration.Günther Deschner2010-03-261-0/+1
| | | | | | | This fixes currently broken spoolss tests. (make test variant). Guenther
* s3-selftest: set "lpq cache time = 0" in server configuration.Günther Deschner2010-03-261-0/+1
| | | | | | This fixes currently broken spoolss tests. Guenther
* s4-smbtorture: more JobInfo testing.Günther Deschner2010-03-261-28/+42
| | | | Guenther
* s3 ntlm_auth: Don't malloc data that will be talloc_free()dKai Blin2010-03-261-12/+12
| | | | | This fixes bug #7290 Thanks to Mohan <mohann@silver-peak.com> for the bug report.
* tdb: update exports and signatures filesSimo Sorce2010-03-262-0/+2
|
* tdb: Add a non-blocking version of tdb_transaction_startVolker Lendecke2010-03-267-9/+25
|
* s4:auth/credentials/credentials.c - initialise more contentMatthias Dieter Wallnöfer2010-03-261-0/+3
| | | | Now all data should be initialised
* Revert the part of bug fix #7233 - print fails with jobs >4GB from Win7 clients.Jeremy Allison2010-03-261-22/+4
| | | | | | | Submitter reports print file corruption after 2GB when SMBwrite etc. always write at EOF. Still working on the fix. Jeremy.
* s3-util_sock: Rise debug level for getpeername failed messages.Karolin Seeger2010-03-261-4/+6
| | | | | | | | Don't show all getpeername failed messages in debug level 0 and 1. Karolin Signed-off-by: Volker Lendecke <vl@samba.org>
* s3-smbd: Don't close stdout if we want to log to stdout.Andreas Schneider2010-03-267-12/+14
|
* s4-smbtorture: fail spoolss test on SetJob failure.Günther Deschner2010-03-261-22/+61
| | | | Guenther
* s3-spoolss: return info for the correct printjob in _spoolss_GetJob().Günther Deschner2010-03-261-4/+6
| | | | Guenther
* s3-printing: avoid mixing cups backend code with nt_printing code in ↵Günther Deschner2010-03-263-26/+40
| | | | | | cups_pull_comment_location. Guenther
* s3-event: switch s3 to using tevent_re_initialise()Andrew Tridgell2010-03-263-9/+2
| | | | | | This correctly initialises the event backend, and checks for errors (thanks to Metze for suggesting this)
* s4-smbd: use tevent_re_initialise()Andrew Tridgell2010-03-261-2/+6
| | | | This fixes a crash bug on startup
* tevent: added tevent_re_initialise()Andrew Tridgell2010-03-262-0/+17
| | | | | | | | | | This allows us to re-initialise a tevent context without destroying the pointer. That means that if someone keeps a long term ptr to the event context across a fork it will still work. This also brings the memory handling in single and standard process models much closer together, which means less bugs that we don't find with make test.
* util: on FreeBSD true is in /usr/bin. Use execvp to find itAndrew Tridgell2010-03-262-2/+2
|