Age | Commit message (Expand) | Author | Files | Lines |
2008-05-31 | Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c | Andrew Bartlett | 1 | -1/+0 |
2008-05-30 | Move CFLAGS handling out of smb_build. | Jelmer Vernooij | 1 | -0/+1 |
2008-05-22 | Fix CFLAGS for SWIG files. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-21 | Move more modules inside of the samba package. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-21 | Move some python files into the samba package. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-21 | Move CFLAGS overrides for SWIG modules to Makefile. | Jelmer Vernooij | 1 | -0/+2 |
2008-05-21 | Remove support for .py files from smb_build - deal with it only in the makefi... | Jelmer Vernooij | 1 | -0/+2 |
2008-05-18 | Fix a bunch of dependencies. | Jelmer Vernooij | 1 | -3/+3 |
2008-05-18 | Fix a couple (well, little more than that..) of typos. | Jelmer Vernooij | 1 | -4/+4 |
2008-05-18 | Avoid smb_build for prototype headers in some places. | Jelmer Vernooij | 1 | -4/+7 |
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 1 | -6/+7 |
2008-05-08 | Install session.h, required by OpenChange's proxy. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-05 | Move NTLM authentication details into auth/ntlm | Andrew Bartlett | 1 | -81/+2 |
2008-05-05 | Add a new implementation of security=server. | Andrew Bartlett | 1 | -0/+12 |
2008-04-15 | Fix the build. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 1 | -2/+2 |
2008-04-14 | Move object files lists to makefile rather than smb_build. | Jelmer Vernooij | 1 | -21/+28 |
2008-04-02 | Reduce the number of installed headers. | Jelmer Vernooij | 1 | -2/+2 |
2008-02-29 | Change remaining prototype headers to be private. | Jelmer Vernooij | 1 | -3/+3 |
2008-02-29 | Move public header accumulation out of the perl code. | Jelmer Vernooij | 1 | -2/+4 |
2008-02-18 | Rename include to mkinclude to emphasize it is different from make's include. | Jelmer Vernooij | 1 | -4/+4 |
2007-12-29 | r26626: Install auth/session.h | Jelmer Vernooij | 1 | -0/+1 |
2007-12-24 | r26576: Allow the static module loading code to be used for the Python modules. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26504: Don't rely on system-provided kerberos headers. | Jelmer Vernooij | 1 | -1/+3 |
2007-12-21 | r26483: Merge ldb module dependency fixes, fix auth python module. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26477: Allow setting loadparm context for a ldb context in python, plus some... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26464: Tighten dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26357: Add separate subsystem for auth_sam_reply parsing. | Jelmer Vernooij | 1 | -2/+7 |
2007-12-21 | r26319: Split encoding functions out of libcli_ldap. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26189: Add really trivial testsuite for the auth module. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26136: Attempt to fix dependencies for auth. | Jelmer Vernooij | 1 | -1/+0 |
2007-12-21 | r26134: Avoid using samdb-dependent functions in auth_system_session. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26127: Move session code out of auth_util.c. No longer making it part of aut... | Jelmer Vernooij | 1 | -0/+9 |
2007-12-21 | r26078: Import Python bindings for system_session functions (still needs tests). | Jelmer Vernooij | 1 | -0/+5 |
2007-12-21 | r26006: Improve some dependencies. | Jelmer Vernooij | 1 | -4/+0 |
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r25839: use nss_wrapper code in samba4 if | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22404: more dependencies which should be private | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r19676: Fix some more dependencies. | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r19674: auth didn't depdend on process_model! | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra... | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r18213: don't list LIBREPLACE depdendecies explicit and | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r18130: the move to system/ in libreplace broke some things ... should be | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r17343: let auth_winbind use IRPC against the winbind task. | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r15363: Fix dependencies for shared library | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r15304: Fix smbd build, more updates on getting --enable-dso to build again | Jelmer Vernooij | 1 | -8/+3 |
2007-10-10 | r15298: Fix the build using a few hacks in the build system. | Jelmer Vernooij | 1 | -7/+11 |
2007-10-10 | r15297: Move create_security_token() to samdb as it requires SAMDB (and the r... | Jelmer Vernooij | 1 | -13/+8 |
2007-10-10 | r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit... | Jelmer Vernooij | 1 | -1/+1 |