summaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Make 3.0.x in sync with 3.2 here.samba-3.0.29Jeremy Allison2008-05-211-2/+2
* Don't error out on xflush if there's no buffer.Jeremy Allison2008-05-211-2/+2
* Remove -test from version string for releaseGerald W. Carter2008-05-211-1/+1
* Set version to 3.0.29 for releaseGerald W. Carter2008-05-201-3/+3
* Restructuring of code to fix #5460. Remove searchJeremy Allison2008-05-192-36/+13
* Fix Bug #5461 and implement a very basic _samr_GetDisplayEnumerationIndex().Günther Deschner2008-05-162-3/+160
* Re-add samr getdispinfoindex parsing which got lost in the glue commit.Günther Deschner2008-05-162-1/+82
* lm_session_key is only 8 bytes. Don't confuse developers (ie. me :-)Jeremy Allison2008-05-142-3/+3
* Fix two "this will never be null" warnings.Jeremy Allison2008-05-141-2/+2
* Fix a "may be used uninitialized" error.Jeremy Allison2008-05-141-1/+1
* Fix bug #5464. Pointed out by Herb @ Connectathon. In fork_domain_child() we ...Jeremy Allison2008-05-141-3/+3
* Ensure we don't keep searching for sharename if it'sJeremy Allison2008-05-141-3/+3
* Combination patch back port of :Jeremy Allison2008-05-132-10/+62
* Enable winbind child processes to do something with signals,Jim McDonough2008-05-132-10/+25
* Fix signing problem in the client with transs requestsVolker Lendecke2008-05-131-0/+3
* Revert "Fix signing bug found by Volker. That one was *subtle*."Volker Lendecke2008-05-132-5/+88
* Don't free memory from getpass. Fix for bug reported byJeremy Allison2008-05-091-4/+24
* Fix from Martin Zielinski <mz@seh.de>. Don't delete files whenJeremy Allison2008-05-061-7/+20
* Merge 3fc1ab210b8772ee9f867499c0b1a7bb4bcdd285 from 3.2.Jeremy Allison2008-05-062-3/+13
* Don't use const as this gives a warning for 3.0.x.Jeremy Allison2008-05-061-1/+1
* Fix bug #5095, "Manage Documents privilege is not functional".Jeremy Allison2008-05-062-15/+29
* This code is the same in 3.0.x winbindd.Jeremy Allison2008-04-301-0/+4
* makefile: remove $(GPLIBS). what and why-ever this was here...Günther Deschner2008-04-301-1/+1
* pam_winbind: Fix Bug #5430 (patch from fumiyas@osstech.co.jp).Günther Deschner2008-04-302-1/+3
* BUG 5107: Fix handling of large DNS replies on AIX and Solaris.Gerald W. Carter2008-04-301-11/+43
* r24853: Rename function as Jerry asked.Rafal Szczesniak2008-04-292-5/+5
* net: fix post join verification.Rafal Szczesniak2008-04-293-7/+42
* Fix bug 5419Volker Lendecke2008-04-262-2/+26
* fix alignment bug hitting Solaris with "reset in zero vc" activatedBjörn Jacke2008-04-211-5/+8
* Fix build with glibc 2.8Jim McDonough2008-04-141-0/+1
* Fix bug #5386, don't keep printing the same waitingJeremy Allison2008-04-111-3/+6
* Janitor for Michael :-).Jeremy Allison2008-04-111-1/+1
* Fix bug 5366Volker Lendecke2008-04-111-1/+6
* Fix the last reported debian problem with nmbd not waitingJeremy Allison2008-04-101-10/+22
* objectclass -> objectClassKarolin Seeger2008-04-101-3/+3
* Fix some more typos.Karolin Seeger2008-04-094-4/+4
* Remove trailing whitespace.Karolin Seeger2008-04-091-1/+1
* Fix typos.Karolin Seeger2008-04-096-7/+7
* Try anonymous session setupVolker Lendecke2008-04-091-1/+3
* Check x_fflush returns.Jeremy Allison2008-04-081-4/+8
* Rewrite the wrap checks to deal with gcc 4.x optimisations.Jeremy Allison2008-04-073-76/+130
* Fix comment.Karolin Seeger2008-04-071-1/+1
* Only cache password policy results that worked, otherwise weBo Yang2008-04-071-1/+3
* When using plaintext ucs2 passwords clistr_push calls ucs2_align, which causesJeremy Allison2008-04-041-4/+9
* Fix bug #5372. With a large CUPS installation with a remote server, contactingJeremy Allison2008-04-042-9/+40
* Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner2008-04-049-17/+21
* Fix trusted users on a DC that uses the old idmap syntax. There was no defaul...Simo Sorce2008-04-031-0/+70
* Fix MSDFS bug noticed by Ofir Azoulay <Ofir.Azoulay@expand.com>.Jeremy Allison2008-04-021-27/+0
* Fix bug #5326 - OS/2 servers give strange "high word" replies for print jobs.Jeremy Allison2008-03-281-2/+6
* Fix for termination problems when no interfaces found - bug #5267.Jeremy Allison2008-03-271-6/+15