summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #5052 - not work cancel inheritance on share. We wereJeremy Allison2008-09-101-3/+10
* When requesting UNIX info levels on findfirst/findnext, don't play games with...Jeremy Allison2008-09-101-1/+5
* Fix blocker bug 5745 kerberos authentication with (lib)smbclient is broken.Jeremy Allison2008-09-101-8/+13
* Fix calculation of useable_space for trans2 and nttrans repliesVolker Lendecke2008-09-082-18/+19
* smbd: some write time fixesStefan Metzmacher2008-09-082-8/+8
* When setting an NFSv4 ACL, map generic bitsVolker Lendecke2008-09-081-0/+4
* Fix debug message to show correct function name.Jeremy Allison2008-09-051-1/+1
* Write times code update.Jeremy Allison2008-09-056-41/+110
* Remove unecessary msync.Jeremy Allison2008-09-051-4/+0
* Fix a memleakQiao Yang2008-09-051-1/+2
* Do proper error handling if the socket is closedVolker Lendecke2008-09-051-2/+8
* run "make idl" after after idl change "Handle arbitrary new PAC types"Michael Adam2008-09-052-16/+6
* Handle arbitrary new PAC typesAndrew Tridgell2008-09-051-1/+1
* re-run make idl after Jelmer's "poperly cast array lengths" pidl change.Michael Adam2008-09-0516-124/+124
* fixed an errno handling bug that could lead to an infinite loopAndrew Tridgell2008-09-051-2/+2
* fixed tsmsm_sendfile(). The logic was totally broken.Andrew Tridgell2008-09-051-4/+7
* configure: fix typo in GNU ld version-script test.Michael Adam2008-09-051-1/+1
* Fix winbindd crash bug with trusted domains. Bug #5736James Ding2008-09-041-0/+2
* get rid of unneeded argument for get_alloc_methods as wellHerb Lewis2008-09-041-9/+5
* get rid of unneeded argument for get_methodsHerb Lewis2008-09-041-14/+10
* Cleanup of DC enumeration in get_dcs()Steven Danneman2008-09-042-29/+90
* kerberos: fix indent of enc type lines in generated krb5.conf files.Günther Deschner2008-09-041-3/+3
* Fix bug #5729. Explicitly allow "-valid".Jeremy Allison2008-09-031-1/+1
* The msync manpage reports that msync *must* be called before munmap. Failure ...Simo Sorce2008-09-032-2/+8
* Fix Coverity ID 587Volker Lendecke2008-09-021-1/+1
* Deal with systems that don't initialize birthtime correctly.Jeremy Allison2008-08-291-4/+10
* Add st_birthtime and friends for accurate create times on systems that suppor...Jeremy Allison2008-08-283-13/+124
* winbindd: fix invalid sid copy (hit when enumerating sibling domains).Günther Deschner2008-08-281-1/+1
* Fix the wcache_invalidate_samlogon calls.Jeremy Allison2008-08-272-3/+24
* Correct the netsamlogon_clear_cached_user function.Ephi Dror2008-08-271-36/+18
* Be explicit about setting perms for the ldb. Helps others who may use this api.Jeremy Allison2008-08-271-0/+3
* ldb: Fix permissions of new ldg files.Karolin Seeger2008-08-271-1/+1
* ldb: Fix permissions of group_mapping.ldb.Andrew Tridgell2008-08-271-1/+7
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testSteve French2008-08-2673-674/+1332
|\
| * become root for AIO operationsAndrew Tridgell2008-08-261-1/+7
| * EINVAL is also a valid error return, meaning "this filesystemAndrew Tridgell2008-08-261-2/+3
| * Avoid a race condition in glibc between AIO and setresuid().Andrew Tridgell2008-08-261-11/+13
| * Fix bug 4516, no IPv6 on Solaris 2.6.David Leonard2008-08-251-3/+22
| * cifs.upcall: bump SPNEGO msg version number and don't reject old versionsJeff Layton2008-08-242-3/+3
| * Don't re-initialize a token when we already have one. This fixes the build fa...Jeremy Allison2008-08-222-10/+16
| * winbindd: Fix crash in cm_connect_sam()Gerald (Jerry) Carter2008-08-221-2/+7
| * cifs.upcall: fix build warningJeff Layton2008-08-211-1/+2
| * Fix Bug #5710 and make machine account password changing work again.Günther Deschner2008-08-211-23/+52
| * re-run make idl.Günther Deschner2008-08-214-14/+40
| * IDL: fix IDL for netr_ServerPasswordSet2().Günther Deschner2008-08-211-3/+3
| * Fix bug 5698 - mixup of TALLOC/malloc. Spotted by Douglas Wegscheid <Douglas_...Jeremy Allison2008-08-211-2/+3
| * build: fix bug #5590 by not linking in the static libs but the objects.Michael Adam2008-08-201-1/+1
| * build: fall down to the same place when using an internal lib statically.Michael Adam2008-08-201-1/+1
| * build: rename LIBNETAPI_OBJ1 to LIBNETAPI_OBJ0 for consistency.Michael Adam2008-08-201-4/+4
| * fix build warning.Günther Deschner2008-08-201-1/+1