| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleaned up whitespace issues in sharesec.c | Steven Danneman | 2008-12-28 | 1 | -35/+39 |
| * | Fix Samba 3 merged build - include tevent. | Jelmer Vernooij | 2008-12-28 | 1 | -0/+11 |
| * | Fix some tevent includes, trying to fix the build | Kai Blin | 2008-12-26 | 3 | -4/+4 |
| * | Try to fix the build by fixing some typos in the vfs code | Kai Blin | 2008-12-26 | 1 | -3/+3 |
| * | Fix bug #5990 - strict allocate should be checked before ftruncate | Jeremy Allison | 2008-12-25 | 1 | -0/+14 |
| * | s3:idmap: Remove passd check from idmap_backends_unixid_to_sid(). | Michael Adam | 2008-12-25 | 1 | -9/+0 |
| * | s:Fix uid_to_sid mapping when the idmap cache is empty. | Michael Adam | 2008-12-25 | 1 | -8/+7 |
| * | lib/tevent: libtevent will change a lot until it's version 1.0.0 | Stefan Metzmacher | 2008-12-24 | 2 | -2/+2 |
| * | Fix accidental condition inversion. | Jelmer Vernooij | 2008-12-24 | 1 | -1/+1 |
| * | Rename samba-socket -> samba_socket to fix a couple more compiler | Jelmer Vernooij | 2008-12-24 | 10 | -16/+16 |
| * | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-12-23 | 1 | -5/+15 |
| |\ |
|
| | * | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-12-23 | 57 | -276/+586 |
| | |\ |
|
| | * | | pytalloc: Add some comments, use talloc object location in repr rather | Jelmer Vernooij | 2008-12-23 | 1 | -5/+15 |
| * | | | s4: Fix make clean to remove gen_ndr objects. | Jelmer Vernooij | 2008-12-23 | 1 | -1/+1 |
| * | | | Fix more compiler warnings. | Jelmer Vernooij | 2008-12-23 | 10 | -36/+33 |
| * | | | Use 32-bit smbpid in interface as required by SMB2, in line with | Jelmer Vernooij | 2008-12-23 | 3 | -8/+8 |
| * | | | Fix more compiler warnings in various places. | Jelmer Vernooij | 2008-12-23 | 12 | -53/+43 |
| * | | | Install tevent_internal.h, as Samba 4 needs it. | Jelmer Vernooij | 2008-12-23 | 1 | -0/+1 |
| | |/
|/| |
|
| * | | Fix compiler warnings in libnet. | Jelmer Vernooij | 2008-12-23 | 6 | -18/+9 |
| * | | Fix use of "time offset" parameter, and add test to make sure I don't break i... | Jelmer Vernooij | 2008-12-23 | 5 | -5/+23 |
| * | | Fix more asprintf warnings and some error path errors. | Jeremy Allison | 2008-12-23 | 7 | -30/+44 |
| * | | More asprintf warning fixes. | Jeremy Allison | 2008-12-23 | 3 | -8/+28 |
| * | | More asprintf warning fixes. | Jeremy Allison | 2008-12-23 | 2 | -13/+21 |
| * | | Fix more asprintf errors and error code paths. | Jeremy Allison | 2008-12-23 | 3 | -12/+36 |
| * | | Add missing includes, required for use of gensec by 3rd-party | Matthias Dieter Wallnöfer | 2008-12-23 | 1 | -0/+3 |
| * | | pytevent: Add missing file. | Jelmer Vernooij | 2008-12-23 | 1 | -0/+10 |
| * | | Allow using external libtevent. | Jelmer Vernooij | 2008-12-23 | 4 | -14/+12 |
| * | | standalone: Use more variables, preparing to include these files from main | Jelmer Vernooij | 2008-12-23 | 3 | -14/+17 |
| * | | Merge branch 'master' of ssh://jra@git.samba.org/data/git/samba | Jeremy Allison | 2008-12-23 | 5 | -6/+3 |
| |\ \ |
|
| | * \ | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-12-23 | 2 | -25/+67 |
| | |\ \ |
|
| | * | | | Move Samba4-specific file out of common libtevent. | Jelmer Vernooij | 2008-12-23 | 5 | -6/+3 |
| * | | | | Fix more ‘asprintf’, declared with attribute warn_unused_result. | Jeremy Allison | 2008-12-23 | 2 | -11/+18 |
| | |/ /
|/| | |
|
| * | | | Fix more "warning: ignoring return value of ‘asprintf’, declared with | Jeremy Allison | 2008-12-23 | 1 | -23/+62 |
| * | | | Fix another "format not a string literal and no format arguments" warning. | Jeremy Allison | 2008-12-23 | 1 | -2/+5 |
| |/ / |
|
| * | | Fix silly typo. | Jelmer Vernooij | 2008-12-23 | 1 | -1/+1 |
| * | | pyldb: Provide replacement for sizeargfunc, not available before Python2.5. | Jelmer Vernooij | 2008-12-23 | 1 | -0/+1 |
| * | | samba.tests.samdb: Fix test after merger of samba.security and | Jelmer Vernooij | 2008-12-23 | 1 | -1/+1 |
| * | | python: Define Py_ssize_t if the Python library doesn't. | Jelmer Vernooij | 2008-12-23 | 2 | -0/+12 |
| * | | s3: Fix stream marshalling to return the correct streaminfo status | Tim Prouty | 2008-12-23 | 1 | -10/+1 |
| * | | pyldb: Fix segfault because of incorrect reference counting. | Jelmer Vernooij | 2008-12-23 | 3 | -8/+22 |
| * | | pyldb: Avoid use of pytalloc, as it may not be available. | Jelmer Vernooij | 2008-12-23 | 2 | -77/+213 |
| * | | In gcc version 4.3.2 we get warnings for functions declared with | Jeremy Allison | 2008-12-22 | 2 | -4/+11 |
| * | | ldb: Include tevent.h rather than events.h. | Jelmer Vernooij | 2008-12-23 | 3 | -3/+3 |
| * | | ldb: Fix linking against tevent library (rather than events) | Jelmer Vernooij | 2008-12-23 | 4 | -13/+14 |
| * | | python/tevent: Remove use of pytalloc.h. | Jelmer Vernooij | 2008-12-23 | 1 | -8/+21 |
| |/ |
|
| * | pidl: Fix typelist test after addition of type origin tracking. | Jelmer Vernooij | 2008-12-23 | 1 | -0/+1 |
| * | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 2008-12-23 | 1 | -3/+0 |
| |\ |
|
| | * | merged build: Remove shared-build related variables, as they are already set ... | Jelmer Vernooij | 2008-12-23 | 1 | -3/+0 |
| * | | Use make variable for Samba 4 shared library output directory. | Jelmer Vernooij | 2008-12-23 | 6 | -12/+12 |
| |/ |
|
| * | Fix prefixing swig library directory with prefix. | Jelmer Vernooij | 2008-12-23 | 1 | -2/+2 |