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