summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updating release notes for 3.0.31samba-3.0.31Gerald W. Carter2008-07-101-3/+126
* Fix from Volker. Fix a segfault in base64_encode_data_blobJeremy Allison2008-07-101-1/+3
* Setting version to 3.0.31Gerald W. Carter2008-07-101-3/+3
* man pages: Add missing whitespace.Karolin Seeger2008-07-101-1/+1
* Revert "tdbtool: fix off-by-one error in argument length. (bug #2344)"Michael Adam2008-07-091-1/+1
* tdbtool: fix off-by-one error in argument length. (bug #2344)Michael Adam2008-07-081-1/+1
* Allow authentication and memory credential refresh after password change from...Jeremy Allison2008-07-072-11/+38
* Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ...Jeremy Allison2008-07-034-23/+34
* Canonicalize servername in the printer functions to remove leading '\\' chara...Jeremy Allison2008-07-021-52/+58
* Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of strlc...Jeremy Allison2008-07-022-0/+6
* Ensure consistent use of pdb_get_nt_passwd instead of pdb_get_lanman_passwd.Jeremy Allison2008-07-021-8/+11
* Merge branch 'v3-0-test' of ssh://jra@git.samba.org/data/git/samba into v3-0-...Jeremy Allison2008-06-302-3/+3
|\
| * Return NULL in sitename_fetch() if gencache_init() fails. Not falseGerald W. Carter2008-06-281-1/+1
| * Fix gcc -O3 warnings.Jeremy Allison2008-06-261-2/+2
* | Fix usage message for net rpc trustdom add.Jeremy Allison2008-06-271-1/+1
|/
* Fix "variable might be used uninitialized" message.Jeremy Allison2008-06-261-1/+1
* Part of fix for #5551. Split out the group enumeration functions to a BUILTIN...Jeremy Allison2008-06-251-15/+27
* Merge branch 'v3-0-test' of ssh://jra@git.samba.org/data/git/samba into v3-0-...Jeremy Allison2008-06-253-37/+112
|\
| * Final (hopefully :-) part of fix for bug #5551. Allow passdb backend to enume...Jeremy Allison2008-06-251-23/+45
| * Fix for bug #5551, smbd recursing back into winbindd from a winbindd call.Jeremy Allison2008-06-241-12/+64
| * Fix bug #5555. Don't return NT_STATUS_PASSWORD_MUST_CHANGE error on machine a...Jeremy Allison2008-06-241-2/+3
* | Merge branch 'v3-0-test' of ssh://jra@git.samba.org/data/git/samba into v3-0-...Jeremy Allison2008-06-233-2/+156
|\ \ | |/
| * Samba3 HOWTO: Remove trailing whitespaces.Karolin Seeger2008-06-231-5/+5
| * man pages: Correct version in man winbindd again.Karolin Seeger2008-06-231-1/+1
| * Fixed publishing date info.John H Terpstra2008-06-231-1/+1
| * Added TDB File documentation requested by some users.John H Terpstra2008-06-232-0/+154
| * Clarification that hosts resolution is done by winbind only on IRIX, all othe...John H Terpstra2008-06-231-1/+1
* | Merge branch 'v3-0-test' of ssh://jra@git.samba.org/data/git/samba into v3-0-...Jeremy Allison2008-06-2117-37/+409
|\ \ | |/
| * Fix bug #5531 - fix conversion of ns units when converting from nttime to tim...Jeremy Allison2008-06-201-2/+6
| * Fix bug #5533. Winbindd fails to cope correctly with a workgroup name contain...Jeremy Allison2008-06-201-9/+3
| * Fixing net help info.John H Terpstra2008-06-191-4/+5
| * Merge branch 'v3-0-test' of git://git.samba.org/samba into v3-0-testJohn H Terpstra2008-06-194-0/+315
| |\
| | * ENODATA is not defined in freeBSD 4.6.2Herb Lewis2008-06-181-0/+4
| | * man pages: Move 'smbsh' man page to the examples directory.Karolin Seeger2008-06-173-0/+311
| * | Merge branch 'v3-0-test' of git://git.samba.org/samba into v3-0-testJohn H Terpstra2008-06-133-3/+10
| |\ \ | | |/
| | * We should use set_domain_offline(domain) function instead of just set staus t...Jeremy Allison2008-06-131-1/+5
| | * AIX build fix from William Jojo -- thanksVolker Lendecke2008-06-121-0/+1
| | * Add -brtl to the AIX linker flags, use bexpfull instead of bexpallVolker Lendecke2008-06-121-2/+4
| * | Merge branch 'v3-0-test' of git://git.samba.org/samba into v3-0-testJohn H Terpstra2008-06-111-0/+4
| |\ \ | | |/
| | * pam_winbind: Update cached creds during password change.Günther Deschner2008-06-111-0/+4
| * | Merge branch 'v3-0-test' of git://git.samba.org/samba into v3-0-testJohn H Terpstra2008-06-102-3/+5
| |\ \ | | |/
| | * man pages: Don't refer to numbered chapter of the HOWTO collection.Karolin Seeger2008-06-101-1/+2
| | * man pages: Fix broken smb.conf section about the 'get quota command'.Karolin Seeger2008-06-101-2/+3
| * | Merge branch 'v3-0-test' of git://git.samba.org/samba into v3-0-testJohn H Terpstra2008-06-093-3/+45
| |\ \ | | |/
| | * Don't reset password last set time just because the expired flagJim McDonough2008-06-091-3/+27
| | * man pages: Fix synonyms.Karolin Seeger2008-06-091-0/+3
| | * Bugfix noticed by Herb. On using the again: tag as aJeremy Allison2008-06-081-0/+15
| * | Merge branch 'v3-0-test' of git://git.samba.org/samba into v3-0-testJohn H Terpstra2008-06-064-44/+82
| |\ \ | | |/
| * | Merge branch 'v3-0-test' of git://git.samba.org/samba into v3-0-testJohn H Terpstra2008-06-057-39/+81
| |\ \
| * \ \ Merge branch 'v3-0-test' of git://git.samba.org/samba into v3-0-testJohn H Terpstra2008-05-319-132/+357
| |\ \ \