Age | Commit message (Expand) | Author | Files | Lines |
2008-09-16 | Merge branch 'singlesw' into single | Jelmer Vernooij | 6 | -2113/+1 |
2008-09-16 | Merge branch 'singlereplace' into single | Jelmer Vernooij | 78 | -14664/+14 |
2008-09-16 | Merge branch 'singletdb' into single | Jelmer Vernooij | 41 | -15535/+6 |
2008-09-16 | Use single copy of socket_wrapper in Samba 3 and Samba 4. | Jelmer Vernooij | 7 | -2114/+2 |
2008-09-16 | Make Samba 3 and Samba 4 both use the same single copy of libreplace. | Jelmer Vernooij | 78 | -14664/+14 |
2008-09-16 | Use single copy of tdb in both samba3 and samba4. | Jelmer Vernooij | 41 | -15535/+6 |
2008-09-16 | Share talloc source code between Samba 3 and Samba 4. | Jelmer Vernooij | 24 | -8050/+4 |
2008-09-15 | Fix aio on FreeBSD. | Timur | 2 | -1/+31 |
2008-09-15 | Fix display of POSIX ACLs. | Timur | 1 | -2/+2 |
2008-09-15 | Fix cut and paste error in quota code. | Timur | 1 | -2/+2 |
2008-09-15 | Fixed "uninitilized variable" build warning | Steven Danneman | 1 | -1/+1 |
2008-09-15 | Fixed "uninitialized variable" build warning | Steven Danneman | 1 | -0/+1 |
2008-09-15 | Fix build warning on FreeBSD | Steven Danneman | 1 | -2/+2 |
2008-09-15 | idmap_ad: Fix a segfault when calling nss_get_info() with a NULL ads structure. | Gerald W. Carter | 1 | -12/+69 |
2008-09-15 | Fix bug 5761 "open of mangled directory name results in 'is a stream name'" | Jeremy Allison | 1 | -3/+7 |
2008-09-15 | Fix standalone build. | Jelmer Vernooij | 1 | -0/+4 |
2008-09-15 | Add flag for merged build. | Jelmer Vernooij | 2 | -7/+8 |
2008-09-15 | Ignore generated build files. | Jelmer Vernooij | 2 | -4/+4 |
2008-09-15 | Use new Samba 4 source location. | Jelmer Vernooij | 4 | -19/+19 |
2008-09-15 | Import merged build patch. | Jelmer Vernooij | 6 | -28/+474 |
2008-09-14 | lib/tdb: sync build system changes and python code from samba4 | Stefan Metzmacher | 16 | -415/+5308 |
2008-09-14 | lib/talloc: sync build system changes from samba4 | Stefan Metzmacher | 5 | -13/+27 |
2008-09-14 | Skip strcmp() on 2 NULL pointers. | Andrew Bartlett | 1 | -1/+2 |
2008-09-14 | r26514: Revert the talloc.c part of r26511, as talloc.h already takes care of... | Kai Blin | 1 | -3/+0 |
2008-09-14 | r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_v | Stefan Metzmacher | 1 | -2/+5 |
2008-09-14 | Update homepages for talloc, tdb and ldb subprojects | Simo Sorce | 3 | -34/+24 |
2008-09-14 | Adapt source code checkout information to git repo in talloc website. | Michael Adam | 1 | -4/+5 |
2008-09-14 | Fix paths for talloc into unpacked directory (rsync commands). | Michael Adam | 1 | -2/+2 |
2008-09-14 | Fix path to talloc guide. Noted by "teferi" on irc. | Michael Adam | 1 | -1/+1 |
2008-09-14 | r25614: Add trivial tdb website. | Jelmer Vernooij | 1 | -0/+44 |
2008-09-14 | libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headers | Stefan Metzmacher | 1 | -2/+3 |
2008-09-14 | Fix extra dash in command line flag. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-12 | mount.cifs: make local versions of strlcat and strlcpy static | Jeff Layton | 1 | -2/+2 |
2008-09-12 | cifs.upcall: make most functions static and silence compiler warnings | Jeff Layton | 1 | -7/+11 |
2008-09-12 | Modify a comment to make things clearer. | Jeremy Allison | 1 | -1/+3 |
2008-09-12 | Factor out validate_smb_crypto | Volker Lendecke | 1 | -41/+53 |
2008-09-12 | Fix "make test" -- gna... | Volker Lendecke | 1 | -1/+1 |
2008-09-12 | Add a more explaining comment | Volker Lendecke | 1 | -1/+3 |
2008-09-12 | remove a pointless empty line | Volker Lendecke | 1 | -1/+0 |
2008-09-12 | Add a paranoia check on incoming PDUs | Volker Lendecke | 1 | -0/+7 |
2008-09-12 | netapi: fix NetUserGetLocalGroups. | Günther Deschner | 1 | -2/+0 |
2008-09-12 | netapi: fix NetGroupGetUsers (only enumerates users). | Günther Deschner | 1 | -1/+6 |
2008-09-12 | netapi: fix NetUserSetGroups. | Günther Deschner | 1 | -20/+22 |
2008-09-12 | netapi: fix NetGroupSetUsers. | Günther Deschner | 1 | -20/+22 |
2008-09-12 | doserr: add WERR_NO_SUCH_ALIAS. | Günther Deschner | 2 | -0/+2 |
2008-09-12 | messaging: move types to IDL. | Günther Deschner | 6 | -90/+280 |
2008-09-12 | Reorder defines for version for consistency with Samba 4. | Jelmer Vernooij | 2 | -13/+16 |
2008-09-12 | fix nonempty blank lines | Volker Lendecke | 1 | -98/+98 |
2008-09-11 | Use the given name, not the absolute pathname, when printing out ACL info. | Jeremy Allison | 1 | -1/+1 |
2008-09-11 | Fix bug #5751 cannot show ACLs on DFS reported by SATOH Fumiyasu <fumiyas@oss... | Jeremy Allison | 2 | -35/+56 |