summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-14Fix warnings on SuSE 9.0.Stefan Metzmacher1-0/+8
2008-09-14Fix bug 5400Volker Lendecke1-2/+2
2008-09-14Fix out of tree build. Remove the embedded srcdir path from talloc and tdb.Stefan Metzmacher1-4/+4
2008-09-14libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headersStefan Metzmacher1-2/+3
2008-09-14using NGROUPS_MAX instead of 32 for the max group value in rep_initgroups() s...Yannick Bergeron1-1/+1
2008-09-14Solve an IBM XL C/C++ compiler error encountered in get_exit_code() auth_erro...Yannick Bergeron1-1/+2
2008-09-14Fix typo.Karolin Seeger2-2/+2
2008-09-14Correctly find a [u]int32_t replacementVolker Lendecke1-6/+15
2008-09-14Fix extra dash in command line flag.Jelmer Vernooij1-1/+1
2008-09-14Fix replacement getpass. If we ^C at the prompt echo was left off.Jeremy Allison1-5/+2
2008-09-13rpc_server: don't send auth trailers in level connectStefan Metzmacher2-89/+80
2008-09-13librpc/rpc: don't send auth trailers in level connectStefan Metzmacher1-113/+77
2008-09-13rpc_server: correctly calculate the auth paddingStefan Metzmacher1-3/+8
2008-09-13client free credentials when not needed anymoreStefan Metzmacher1-0/+7
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-12Comment the delay write time tests so I know what they'reJeremy Allison1-3/+41
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-12Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into manpageJelmer Vernooij1378-1836/+45
2008-09-12Revert "Add option for generating coverage data from python tests."Jelmer Vernooij1-8/+0
2008-09-12Remove ancient remains of first experimentations aboutSimo Sorce4-1781/+0
2008-09-12Fix spellings and file namesSimo Sorce2-32/+32
2008-09-12packaging: use "find" instead of "du" to find files... :-)Michael Adam1-1/+1
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-12rename packaging => packaging4Stefan Metzmacher6-0/+0
2008-09-12add '4' to the end of some filesnamesStefan Metzmacher6-0/+0
2008-09-12rename swat => swat2, so that we don't conflict with samba3Stefan Metzmacher1359-0/+0
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-12Fix failure to load the schema on read-only DB.Andrew Bartlett1-23/+13