summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2008-09-11netapi: add NetFileEnum to public header.Günther Deschner1-0/+31
2008-09-11netapi: add NetFileEnum skeleton.Günther Deschner3-0/+88
2008-09-11re-run make idl.Günther Deschner3-1/+78
2008-09-11netapi: add NetFileEnum to IDL.Günther Deschner1-0/+16
2008-09-11netapi: add NetFileGetInfo example code.Günther Deschner2-1/+119
2008-09-11netapi: add NetFileGetInfo to public header.Günther Deschner1-0/+32
2008-09-11netapi: implement NetFileGetInfo_r.Günther Deschner1-1/+93
2008-09-11netapi: add NetFileGetInfo skeleton.Günther Deschner3-0/+72
2008-09-11re-run make idl.Günther Deschner3-1/+66
2008-09-11netapi: add IDL for NetFileGetInfo.Günther Deschner1-0/+23
2008-09-11netapi: implement NetFileClose_r.Günther Deschner1-1/+27
2008-09-11netapi: add NetFileClose example code.Günther Deschner2-1/+90
2008-09-11netapi: add NetFileClose to public header.Günther Deschner1-0/+16
2008-09-11netapi: add NetFileClose skeleton.Günther Deschner4-1/+93