summaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Fix printf warnings found on systems where time_t <> long int.Jeremy Allison2009-02-202-9/+10
* Fix printf type warning.Jeremy Allison2009-02-201-2/+2
* Fix a O(n^2) algorithm in regdb_fetch_keys()Volker Lendecke2009-02-201-5/+27
* Backport the semantics of when to delete alternate data streams on a file tru...Jeremy Allison2009-02-203-1/+16
* Fix a buffer handling bug when adding lots of registry keysVolker Lendecke2009-02-201-9/+24
* s3-libnet: fix coverity #848 (UNINIT).Günther Deschner2009-02-201-1/+1
* Gah, typo :-(. Sorry.Jeremy Allison2009-02-191-1/+1
* Fix coverity CID-602. Possible use of uninitialized var.Jeremy Allison2009-02-191-1/+1
* Don't miss an absolute pathname as a kerberos keytab path. From Glenn Machin ...Jeremy Allison2009-02-181-0/+5
* Fix bug #6117 - Samba 3.3.0: pdbedit -a core dumps.Jeremy Allison2009-02-181-1/+12
* s3: remove duplicate prototypes for generated rpc server functions.Günther Deschner2009-02-182-758/+7
* s3:make: use pidl/pidl for 'make idl'Stefan Metzmacher2009-02-181-1/+3
* fix proto.h after idl changesStefan Metzmacher2009-02-181-3/+3
* librpc: rerun 'PIDL=pidl/pidl make idl'Stefan Metzmacher2009-02-187-42/+271
* s3:netlogon: implement _netr_LogonGetCapabilities() with NT_STATUS_NOT_IMPLEM...Stefan Metzmacher2009-02-181-4/+3
* netlogon.idl: add idl for netr_LogonGetCapabilities()Stefan Metzmacher2009-02-181-1/+12
* s3-accessmask: re-run make samba3-idl and remove duplicate copies.Günther Deschner2009-02-172-15/+6
* s3: re-run make idl.Günther Deschner2009-02-178-374/+336
* pidl: add copy of pidl to 3-3-test in order to regenerate librpc code.Günther Deschner2009-02-1765-0/+21167
* Make sharesec utility part of the default binary install.Steven Danneman2009-02-161-1/+1
* Fix bug 5920Yasuma Takeda2009-02-161-1/+1
* Attempt to fix bug #6099. According to MicrosoftJeremy Allison2009-02-161-17/+26
* Remove compiler warnings about unknown structure pointerDerrell Lipman2009-02-161-0/+1
* s3 vfs: Fix SMB_VFS_RECVFILE/SENDFILE macrosTim Prouty2009-02-161-4/+4
* remove accidental white spaceDerrell Lipman2009-02-161-1/+0
* enums are traditionally signed. Avoid use of high bit in bit flags.Derrell Lipman2009-02-161-3/+3
* Get rid of the warnings I had for testingDerrell Lipman2009-02-161-5/+0
* It seems some systems use f_flags instead of f_flag. Use the appropriate one.Derrell Lipman2009-02-162-4/+38
* Ensure consistency of values on stack (caught by AIX compiler)Derrell Lipman2009-02-161-16/+16
* Check for the right error return valueDerrell Lipman2009-02-161-2/+3
* Enable total anonymization in vfs_smb_traffic_analyzer, by mapping any user n...Holger Hetterich2009-02-161-5/+16
* Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensureJeremy Allison2009-02-163-1/+56
* Noted by Vericode analysis. Correctly use chroot().Jeremy Allison2009-02-161-2/+9
* Fix Coverity ID 740 (RESOURCE_LEAK)Volker Lendecke2009-02-161-0/+2
* Fix Coverity IDs 879 and 880 (RESOURCE_LEAK, REVERSE_INULL)Volker Lendecke2009-02-161-4/+7
* Fix Coverity ID 742 (RESOURCE_LEAK)Volker Lendecke2009-02-161-6/+3
* Fix Coverity ID 744Volker Lendecke2009-02-161-1/+1
* s3:auth: only create_local_token() should add S-1-22-X-Y sidsStefan Metzmacher2009-02-161-27/+0
* s3:auth: add S-1-22-X-Y sids to the local tokenStefan Metzmacher2009-02-161-0/+38
* Fix Coverity ID 745 (RESOURCE_LEAK)Volker Lendecke2009-02-161-3/+5
* Fix double free caused by incorrect talloc_steal usage.Dan Sledz2009-02-161-2/+2
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-166-3/+111
* Fix bug #6098 - When the DNS server is invalid, the ads_find_dc() does not wo...Yasuma Takeda2009-02-161-2/+2
* enable IPv6 support for NetBSD, FreeBSDBjörn Jacke2009-02-161-0/+1
* s3:build: some implementations of "ln" are picky about the order of argumentsMichael Adam2009-02-161-13/+13
* Fix resume handle for _samr_EnumDomainGroupsVolker Lendecke2009-02-161-2/+0
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-164-0/+226
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-162-14/+23
* s3-spoolss: fix memleak in get_remote_printer_publishing_data().Günther Deschner2009-02-161-2/+8
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-161-2/+25