summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-09-16Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij41-15535/+6
2008-09-15Fix aio on FreeBSD.Timur2-1/+31
2008-09-15Fix display of POSIX ACLs.Timur1-2/+2
2008-09-15Fix cut and paste error in quota code.Timur1-2/+2
2008-09-15Fixed "uninitilized variable" build warningSteven Danneman1-1/+1
2008-09-15Fixed "uninitialized variable" build warningSteven Danneman1-0/+1
2008-09-15Fix build warning on FreeBSDSteven Danneman1-2/+2
2008-09-15idmap_ad: Fix a segfault when calling nss_get_info() with a NULL ads structure.Gerald W. Carter1-12/+69
2008-09-15Fix bug 5761 "open of mangled directory name results in 'is a stream name'"Jeremy Allison1-3/+7
2008-09-15Fix standalone build.Jelmer Vernooij1-0/+4
2008-09-15Add flag for merged build.Jelmer Vernooij2-7/+8
2008-09-15Ignore generated build files.Jelmer Vernooij2-4/+4
2008-09-15Use new Samba 4 source location.Jelmer Vernooij4-19/+19
2008-09-15Import merged build patch.Jelmer Vernooij6-28/+474
2008-09-14lib/tdb: sync build system changes and python code from samba4Stefan Metzmacher16-415/+5308
2008-09-14lib/talloc: sync build system changes from samba4Stefan Metzmacher5-13/+27
2008-09-14Skip strcmp() on 2 NULL pointers.Andrew Bartlett1-1/+2
2008-09-14r26514: Revert the talloc.c part of r26511, as talloc.h already takes care of...Kai Blin1-3/+0
2008-09-14r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_vStefan Metzmacher1-2/+5
2008-09-14Update homepages for talloc, tdb and ldb subprojectsSimo Sorce3-34/+24
2008-09-14Adapt source code checkout information to git repo in talloc website.Michael Adam1-4/+5
2008-09-14Fix paths for talloc into unpacked directory (rsync commands).Michael Adam1-2/+2
2008-09-14Fix path to talloc guide. Noted by "teferi" on irc.Michael Adam1-1/+1
2008-09-14r25614: Add trivial tdb website.Jelmer Vernooij1-0/+44
2008-09-14libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headersStefan Metzmacher1-2/+3
2008-09-14Fix extra dash in command line flag.Jelmer Vernooij1-1/+1
2008-09-12mount.cifs: make local versions of strlcat and strlcpy staticJeff Layton1-2/+2
2008-09-12cifs.upcall: make most functions static and silence compiler warningsJeff Layton1-7/+11
2008-09-12Modify a comment to make things clearer.Jeremy Allison1-1/+3
2008-09-12Factor out validate_smb_cryptoVolker Lendecke1-41/+53
2008-09-12Fix "make test" -- gna...Volker Lendecke1-1/+1
2008-09-12Add a more explaining commentVolker Lendecke1-1/+3
2008-09-12remove a pointless empty lineVolker Lendecke1-1/+0
2008-09-12Add a paranoia check on incoming PDUsVolker Lendecke1-0/+7
2008-09-12netapi: fix NetUserGetLocalGroups.Günther Deschner1-2/+0
2008-09-12netapi: fix NetGroupGetUsers (only enumerates users).Günther Deschner1-1/+6
2008-09-12netapi: fix NetUserSetGroups.Günther Deschner1-20/+22
2008-09-12netapi: fix NetGroupSetUsers.Günther Deschner1-20/+22
2008-09-12doserr: add WERR_NO_SUCH_ALIAS.Günther Deschner2-0/+2
2008-09-12messaging: move types to IDL.Günther Deschner6-90/+280
2008-09-12Reorder defines for version for consistency with Samba 4.Jelmer Vernooij2-13/+16
2008-09-12fix nonempty blank linesVolker Lendecke1-98/+98
2008-09-11Use the given name, not the absolute pathname, when printing out ACL info.Jeremy Allison1-1/+1
2008-09-11Fix bug #5751 cannot show ACLs on DFS reported by SATOH Fumiyasu <fumiyas@oss...Jeremy Allison2-35/+56
2008-09-11Fix for bug 5571Simo Sorce3-1/+27
2008-09-11build: don't install the cifs.upcall binary twice.Günther Deschner1-1/+1
2008-09-11net: use netapi for NetFileEnum.Günther Deschner1-68/+32
2008-09-11net: use netapi for NetFileClose.Günther Deschner1-33/+13
2008-09-11netapi: implement NetFileEnum_r.Günther Deschner1-1/+93
2008-09-11netapi: add NetFileEnum example code.Günther Deschner2-1/+153