summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix use of streams modules with CIFSFS client.Jeremy Allison2009-03-272-4/+25
* Allow set attributes on a stream fnum to be redirected to the base filename.Jeremy Allison2009-03-271-3/+14
* Fix guest mountsSteve French2009-03-271-1/+3
* cifs mount fix for handling -V parameterSteve French2009-03-271-4/+22
* prefer gssapi header files from subdirectoryBjörn Jacke2009-03-272-6/+6
* all BSDs use this evironment variableBjörn Jacke2009-03-271-1/+1
* s3/docs: Fix typo in man mount.cifs.Karolin Seeger2009-03-271-1/+1
* Fix bug #6133 - Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem.Jeremy Allison2009-03-271-1/+6
* s3/docs: Fix several typos.Karolin Seeger2009-03-2719-27/+24
* Backport the semantics of when to delete alternate data streams on a file tru...Jeremy Allison2009-03-272-1/+15
* Fix a O(n^2) algorithm in regdb_fetch_keys()Volker Lendecke2009-03-271-5/+27
* Fix a buffer handling bug when adding lots of registry keysVolker Lendecke2009-03-271-9/+24
* Gah, typo :-(. Sorry.Jeremy Allison2009-03-271-1/+1
* Fix coverity CID-602. Possible use of uninitialized var.Jeremy Allison2009-03-271-1/+1
* Don't miss an absolute pathname as a kerberos keytab path. From Glenn Machin ...Jeremy Allison2009-03-271-0/+5
* s3:make: use pidl/pidl for 'make idl'Stefan Metzmacher2009-03-271-1/+3
* librpc: rerun 'PIDL=pidl/pidl make idl'Stefan Metzmacher2009-03-277-42/+271
* s3:netlogon: implement _netr_LogonGetCapabilities() with NT_STATUS_NOT_IMPLEM...Stefan Metzmacher2009-03-271-4/+3
* netlogon.idl: add idl for netr_LogonGetCapabilities()Stefan Metzmacher2009-03-271-1/+12
* Properly cast array length in print functions. (This used to be commit f32124...Jelmer Vernooij2009-03-272-37/+37
* pidl: add pidl in order to be able to regenerate librpc functions.Günther Deschner2009-03-2761-0/+20213
* Fix bug 5920Yasuma Takeda2009-03-271-1/+1
* Attempt to fix bug #6099. According to MicrosoftJeremy Allison2009-03-271-7/+26
* s3 vfs: Fix SMB_VFS_RECVFILE/SENDFILE macrosTim Prouty2009-03-271-4/+4
* Oops. Fix the build (don't use 3.3 references in 3.2 :-).Jeremy Allison2009-03-271-2/+1
* Enable total anonymization in vfs_smb_traffic_analyzer, by mappingHolger Hetterich2009-03-272-4/+27
* Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensureJeremy Allison2009-03-273-1/+56
* Noted by Vericode analysis. Correctly use chroot().Jeremy Allison2009-03-271-2/+9
* Fix Coverity IDs 879 and 880 (RESOURCE_LEAK, REVERSE_INULL)Volker Lendecke2009-03-271-4/+7
* Fix Coverity ID 742 (RESOURCE_LEAK)Volker Lendecke2009-03-271-6/+3
* Fix Coverity ID 744Volker Lendecke2009-03-271-1/+1
* s3:auth_util.c: fix the buildStefan Metzmacher2009-03-271-2/+2
* s3:auth: only create_local_token() should add S-1-22-X-Y sidsStefan Metzmacher2009-03-271-27/+0
* s3:auth: add S-1-22-X-Y sids to the local tokenStefan Metzmacher2009-03-271-8/+40
* Fix Coverity ID 745 (RESOURCE_LEAK)Volker Lendecke2009-03-271-3/+5
* Fix double free caused by incorrect talloc_steal usage.Dan Sledz2009-03-271-2/+2
* Fix bug #6098 - When the DNS server is invalid, the ads_find_dc() does not wo...Yasuma Takeda2009-03-271-2/+2
* s3:packaging: fix parsing of include.h in fill-templatesMichael Adam2009-03-271-3/+3
* s3:packaging: fix path to calling update-pkginfo after pushd in fill-templatesMichael Adam2009-03-271-1/+1
* s3:packaging: paths cosmetics in fill-templatesMichael Adam2009-03-271-1/+1
* enable IPv6 support for NetBSD, FreeBSDBjörn Jacke2009-03-271-0/+1
* s3:build: some implementations of "ln" are picky about the order or argumentsMichael Adam2009-03-271-13/+13
* Fix resume handle for _samr_EnumDomainGroupsVolker Lendecke2009-03-271-2/+0
* packaging: make update-pkginfo callable from any directoryMichael Adam2009-03-271-1/+6
* packaging: use "find" instead of "du" to find files... :-)Michael Adam2009-03-271-1/+1
* packaging: remove commented out stuff from update-pkginfoMichael Adam2009-03-271-2/+0
* packaging: don't clutter the output of fillup-templates with popd outputMichael Adam2009-03-271-2/+2
* packaging: fix fill-templates call to update-pkginfo to pushd appropriately f...Michael Adam2009-03-271-1/+2
* packaging: add script fill-templatesMichael Adam2009-03-271-0/+46
* s3-spoolss: fix memleak in get_remote_printer_publishing_data().Günther Deschner2009-03-271-2/+8