summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* lib/tdb: sync build system changes and python code from samba4v3-develStefan Metzmacher2008-09-1416-415/+5308
| | | | metze
* lib/talloc: sync build system changes from samba4Stefan Metzmacher2008-09-145-13/+27
| | | | metze
* Skip strcmp() on 2 NULL pointers.Andrew Bartlett2008-09-141-1/+2
| | | | | Andrew Bartlett (cherry picked from commit 7b9a647ebbbe9ec9e1b82b42e3a8916396f91273)
* r26514: Revert the talloc.c part of r26511, as talloc.h already takes care ↵Kai Blin2008-09-141-3/+0
| | | | | | | of thois. Thanks to metze for pointing this out (cherry picked from commit 4a5e1047fff0620aa534b147ac7e0bd0416a8fe7)
* r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_vStefan Metzmacher2008-09-141-2/+5
| | | | | | While at it, also add a PRINTF_ATTRIBUTE for talloc_vasprintf. (partialy cherry picked from commit 5b3a8c8ae195e6a98357a407a0699493f54a8b79) metze
* Update homepages for talloc, tdb and ldb subprojectsSimo Sorce2008-09-143-34/+24
| | | | (cherry picked from commit 8cb07814bc6627fc8eba228eafd13336e3ca3758)
* Adapt source code checkout information to git repo in talloc website.Michael Adam2008-09-141-4/+5
| | | | | Michael (cherry picked from commit 254be79799acc69db88a5500a2f755c84553f8ef)
* Fix paths for talloc into unpacked directory (rsync commands).Michael Adam2008-09-141-2/+2
| | | | | Michael (cherry picked from commit 2839d7f67a0d3ed5b4841bf3c12ce73972636b88)
* Fix path to talloc guide. Noted by "teferi" on irc.Michael Adam2008-09-141-1/+1
| | | | | Michael (cherry picked from commit bc4e03f2ddb669758e27e2a5c32e15c7d6c5257d)
* r25614: Add trivial tdb website.Jelmer Vernooij2008-09-141-0/+44
| | | | (cherry picked from commit 6f88c41c31271fd4b634b6393dc4ca44563a88d2)
* libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headersStefan Metzmacher2008-09-141-2/+3
| | | | | metze (partialy cherry picked from commit cffed8e19e22a1fa7b7a322b153df5d54e4c3be2)
* Fix extra dash in command line flag.Jelmer Vernooij2008-09-141-1/+1
| | | | (cherry picked from commit c823cfadb0b20a0782fc4a8a0b63dcb9116f82be)
* mount.cifs: make local versions of strlcat and strlcpy staticJeff Layton2008-09-121-2/+2
| | | | | | ...to silence -Wmissing-prototypes Signed-off-by: Jeff Layton <jlayton@redhat.com>
* cifs.upcall: make most functions static and silence compiler warningsJeff Layton2008-09-121-7/+11
| | | | | | | ...to silence -Wmissing-prototypes and some uninit'ed variable warnings. Thanks to GD for the extra-paranoid compiler flags. Signed-off-by: Jeff Layton <jlayton@redhat.com>
* Modify a comment to make things clearer.Jeremy Allison2008-09-121-1/+3
| | | | Jeremy.
* 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
|
* packaging: use "find" instead of "du" to find files... :-)Michael Adam2008-09-121-1/+1
| | | | Michael
* netapi: fix NetUserGetLocalGroups.Günther Deschner2008-09-121-2/+0
| | | | Guenther
* netapi: fix NetGroupGetUsers (only enumerates users).Günther Deschner2008-09-121-1/+6
| | | | Guenther
* netapi: fix NetUserSetGroups.Günther Deschner2008-09-121-20/+22
| | | | Guenther
* netapi: fix NetGroupSetUsers.Günther Deschner2008-09-121-20/+22
| | | | Guenther
* doserr: add WERR_NO_SUCH_ALIAS.Günther Deschner2008-09-122-0/+2
| | | | Guenther
* messaging: move types to IDL.Günther Deschner2008-09-126-90/+280
| | | | Guenther
* 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
| | | | | Make this match the non-ACL case. Jeremy.
* Fix bug #5751 cannot show ACLs on DFS reported by SATOH Fumiyasu ↵Jeremy Allison2008-09-112-35/+56
| | | | | | | <fumiyas@osstech.co.jp>. Fix for smbclient and libsmbclient. Jeremy.
* Fix for bug 5571Simo Sorce2008-09-113-1/+27
| | | | | Make sure that usernames are parsed using the correct separator. Otherwise group memeberships in winbind may be result broken.
* build: don't install the cifs.upcall binary twice.Günther Deschner2008-09-111-1/+1
| | | | Guenther
* net: use netapi for NetFileEnum.Günther Deschner2008-09-111-68/+32
| | | | Guenther
* net: use netapi for NetFileClose.Günther Deschner2008-09-111-33/+13
| | | | Guenther
* netapi: implement NetFileEnum_r.Günther Deschner2008-09-111-1/+93
| | | | Guenther
* netapi: add NetFileEnum example code.Günther Deschner2008-09-112-1/+153
| | | | Guenther
* netapi: add NetFileEnum to public header.Günther Deschner2008-09-111-0/+31
| | | | Guenther
* netapi: add NetFileEnum skeleton.Günther Deschner2008-09-113-0/+88
| | | | Guenther
* re-run make idl.Günther Deschner2008-09-113-1/+78
| | | | Guenther
* netapi: add NetFileEnum to IDL.Günther Deschner2008-09-111-0/+16
| | | | Guenther
* netapi: add NetFileGetInfo example code.Günther Deschner2008-09-112-1/+119
| | | | Guenther
* netapi: add NetFileGetInfo to public header.Günther Deschner2008-09-111-0/+32
| | | | Guenther
* netapi: implement NetFileGetInfo_r.Günther Deschner2008-09-111-1/+93
| | | | Guenther
* netapi: add NetFileGetInfo skeleton.Günther Deschner2008-09-113-0/+72
| | | | Guenther
* re-run make idl.Günther Deschner2008-09-113-1/+66
| | | | Guenther
* netapi: add IDL for NetFileGetInfo.Günther Deschner2008-09-111-0/+23
| | | | Guenther
* netapi: implement NetFileClose_r.Günther Deschner2008-09-111-1/+27
| | | | Guenther
* netapi: add NetFileClose example code.Günther Deschner2008-09-112-1/+90
| | | | Guenther
* netapi: add NetFileClose to public header.Günther Deschner2008-09-111-0/+16
| | | | Guenther