2008-12-29 |
Steven Danneman | Add -D option to sharesec util to delete the entire... |
commit | commitdiff | tree |
2008-12-29 |
Steven Danneman | Change error messages in sharesec util to go to stderr... |
commit | commitdiff | tree |
2008-12-29 |
Steven Danneman | Make sure share_info.tdb is open before attempting... |
commit | commitdiff | tree |
2008-12-29 |
Steven Danneman | Make sharesec utility part of the default binary install. |
commit | commitdiff | tree |
2008-12-29 |
Steven Danneman | Cleaned up whitespace issues in sharesec.c |
commit | commitdiff | tree |
2008-12-28 |
Jelmer Vernooij | Fix Samba 3 merged build - include tevent. |
commit | commitdiff | tree |
2008-12-26 |
Kai Blin | Fix some tevent includes, trying to fix the build |
commit | commitdiff | tree |
2008-12-26 |
Kai Blin | Try to fix the build by fixing some typos in the vfs... |
commit | commitdiff | tree |
2008-12-25 |
Jeremy Allison | Fix bug #5990 - strict allocate should be checked befor... |
commit | commitdiff | tree |
2008-12-25 |
Michael Adam | s3:idmap: Remove passd check from idmap_backends_unixid... |
commit | commitdiff | tree |
2008-12-25 |
Michael Adam | s:Fix uid_to_sid mapping when the idmap cache is empty. |
commit | commitdiff | tree |
2008-12-24 |
Stefan Metzmacher | lib/tevent: libtevent will change a lot until it's... |
commit | commitdiff | tree |
2008-12-24 |
Jelmer Vernooij | Fix accidental condition inversion. |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | Rename samba-socket -> samba_socket to fix a couple... |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git... |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | s4: Fix make clean to remove gen_ndr objects. |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | Fix more compiler warnings. |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | Use 32-bit smbpid in interface as required by SMB2... |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | Fix more compiler warnings in various places. |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | Install tevent_internal.h, as Samba 4 needs it. |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git... |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | Fix compiler warnings in libnet. |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | Fix use of "time offset" parameter, and add test to... |
commit | commitdiff | tree |
2008-12-23 |
Jeremy Allison | Fix more asprintf warnings and some error path errors. |
commit | commitdiff | tree |
2008-12-23 |
Jeremy Allison | More asprintf warning fixes. |
commit | commitdiff | tree |
2008-12-23 |
Jeremy Allison | More asprintf warning fixes. |
commit | commitdiff | tree |
2008-12-23 |
Jeremy Allison | Fix more asprintf errors and error code paths. |
commit | commitdiff | tree |
2008-12-23 |
Matthias Dieter... | Add missing includes, required for use of gensec by... |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | pytevent: Add missing file. |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | Allow using external libtevent. |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | standalone: Use more variables, preparing to include... |
commit | commitdiff | tree |
2008-12-23 |
Jeremy Allison | Merge branch 'master' of ssh://jra@git.samba.org/data... |
commit | commitdiff | tree |
2008-12-23 |
Jeremy Allison | Fix more ‘asprintf’, declared with attribute warn_unuse... |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git... |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | Move Samba4-specific file out of common libtevent. |
commit | commitdiff | tree |
2008-12-23 |
Jeremy Allison | Fix more "warning: ignoring return value of ‘asprintf... |
commit | commitdiff | tree |
2008-12-23 |
Jeremy Allison | Fix another "format not a string literal and no format... |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | Fix silly typo. |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | pyldb: Provide replacement for sizeargfunc, not availab... |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | samba.tests.samdb: Fix test after merger of samba.secur... |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | python: Define Py_ssize_t if the Python library doesn't. |
commit | commitdiff | tree |
2008-12-23 |
Tim Prouty | s3: Fix stream marshalling to return the correct stream... |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | pyldb: Fix segfault because of incorrect reference... |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | pyldb: Avoid use of pytalloc, as it may not be available. |
commit | commitdiff | tree |
2008-12-23 |
Jeremy Allison | In gcc version 4.3.2 we get warnings for functions... |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | ldb: Include tevent.h rather than events.h. |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | ldb: Fix linking against tevent library (rather than... |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | pytalloc: Add some comments, use talloc object location... |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | python/tevent: Remove use of pytalloc.h. |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | pidl: Fix typelist test after addition of type origin... |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git... |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | merged build: Remove shared-build related variables... |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | Use make variable for Samba 4 shared library output... |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | Fix prefixing swig library directory with prefix. |
commit | commitdiff | tree |
2008-12-23 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git... |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Use relative paths for Python modules. Seems to workaro... |
commit | commitdiff | tree |
2008-12-22 |
Tim Prouty | s4: Fix a getaddrinfo/EAI_NODATA portability issue |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Fix installation of standalone tevent Python module. |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Fix standalone build of tdb python module, update ignor... |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Force symbolic links for shared library sonames to... |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Fix two remaining missing symbols in smbtorture4. |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Fix build of the Python bindings now that SWIG is gone. |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git... |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Fix missing symbols issues when building with shared... |
commit | commitdiff | tree |
2008-12-22 |
Jeremy Allison | Make it clearer when RAW-STREAMS is failing (don't... |
commit | commitdiff | tree |
2008-12-22 |
Gerald (Jerry... | Fix "allow trusted domain" so it disables trusted domains. |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Fix function name in error message when failing to... |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Set right LD_LIBRARY_PATH for finding Samba4's libraries. |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Build samba 4 plugins in merged build. |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | s4: Fix subsystem for various services in samba daemon. |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Fix segfault when there are no tests registered. |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | merged build: Build Samba 4 using shared libraries... |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | s4: Always link in auth, as some of the core infrastruc... |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Never build tevent modules as shared objects. |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Remove unused Samba4-specific init functions for libtevent. |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git... |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | merged build: Remove SWIG checks, set flags for shared... |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Raise proper exceptions when lp file can't be found... |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | pidl/python: Factor out connect code rather than duplic... |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Add header for pyparam. |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Remove includes of py_*.h, which are no longer generated. |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Remove unnecessary dependencies between Python modules. |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Use consistent names for dcerpc python modules; fixes... |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | pidl/python: Skip unknown types, rather than dieing. |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | pidl: Allow location argument to warning() and error... |
commit | commitdiff | tree |
2008-12-22 |
Jelmer Vernooij | Import types from other Python mechanisms using the... |
commit | commitdiff | tree |
2008-12-21 |
Jelmer Vernooij | Fix comparison in tests now that we use __cmp__ rather... |
commit | commitdiff | tree |
2008-12-21 |
Jelmer Vernooij | Fix more tests, improve repr() functions for various... |
commit | commitdiff | tree |
2008-12-21 |
Jelmer Vernooij | Remove infrastructure for (no longer used) SWIG. |
commit | commitdiff | tree |
2008-12-21 |
Jelmer Vernooij | Simplify customization of pidl-generated Python modules. |
commit | commitdiff | tree |
2008-12-21 |
Jelmer Vernooij | Allow providing extra module-level Python functions. |
commit | commitdiff | tree |
2008-12-21 |
Jelmer Vernooij | Merge the rest of security.i into samba.dcerpc.security. |
commit | commitdiff | tree |
2008-12-21 |
Jelmer Vernooij | Remove duplicate Python bindings for dom_sid, security_... |
commit | commitdiff | tree |
2008-12-21 |
Jelmer Vernooij | Remove libcli_smb SWIG bindings - only one (useless... |
commit | commitdiff | tree |
2008-12-21 |
Jelmer Vernooij | Move tests for ParamFile. |
commit | commitdiff | tree |
2008-12-21 |
Jelmer Vernooij | Convert param Python module to "manual" C. |
commit | commitdiff | tree |
2008-12-21 |
Jelmer Vernooij | Provide simple Python replacement for ParamFile, which... |
commit | commitdiff | tree |
2008-12-21 |
root | s3:loadparm/docs: Set default for "ldap ssl" to "start... |
commit | commitdiff | tree |
2008-12-21 |
Karolin Seeger | s3: loadparm: Clean-up list of parameters. |
commit | commitdiff | tree |
2008-12-21 |
Jelmer Vernooij | Fix various Python-related bugs. |
commit | commitdiff | tree |
next |