Age | Commit message (Expand) | Author | Files | Lines |
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 | 6 | -25/+52 |
2008-05-21 | Move some python files into the samba package. | Jelmer Vernooij | 2 | -2/+2 |
2008-05-21 | Move CFLAGS overrides for SWIG modules to Makefile. | Jelmer Vernooij | 2 | -0/+4 |
2008-05-21 | Remove support for .py files from smb_build - deal with it only in the makefi... | Jelmer Vernooij | 2 | -0/+4 |
2008-05-20 | Fix proto generation. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-20 | Don't regenerate pam_errors.h any more. | Andrew Bartlett | 1 | -2/+0 |
2008-05-20 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local | Andrew Bartlett | 7 | -56/+76 |
2008-05-18 | Fix a bunch of dependencies. | Jelmer Vernooij | 4 | -6/+6 |
2008-05-18 | Fix a couple (well, little more than that..) of typos. | Jelmer Vernooij | 6 | -14/+14 |
2008-05-18 | Create prototype headers from Makefile directory, without smb_build in the mi... | Jelmer Vernooij | 4 | -7/+11 |
2008-05-18 | Merge branch 'v4-0-test' of /home/jelmer/samba34.git/samba4 into v4-0-test | Jelmer Vernooij | 1 | -1/+1 |
2008-05-18 | Typo, formatting fixes. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-18 | Avoid smb_build for prototype headers in some places. | Jelmer Vernooij | 3 | -10/+17 |
2008-05-18 | Use variables for source directory in a couple more places. | Jelmer Vernooij | 5 | -27/+28 |
2008-05-10 | Clean up some git merges gone wrong. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-10 | Merge branch 'v4-0-test' into v4-0-gmake3 | Jelmer Vernooij | 26 | -479/+572 |
2008-05-08 | Install session.h, required by OpenChange's proxy. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-06 | Tiago Batista posted a patch to fix the build: | Tiago Batista | 1 | -1/+1 |
2008-05-05 | Fix the build after the auth/ -> auth/ntlm/ rename | Andrew Bartlett | 8 | -8/+8 |
2008-05-05 | Move NTLM authentication details into auth/ntlm | Andrew Bartlett | 16 | -82/+256 |
2008-05-05 | Add a new implementation of security=server. | Andrew Bartlett | 3 | -323/+184 |
2008-05-05 | Allow an NTLM response to be specified into the auth subsystem. | Andrew Bartlett | 3 | -18/+63 |
2008-04-26 | Fix dependencies on gensec_krb5 and the NTLMSSP code. | Andrew Bartlett | 2 | -2/+2 |
2008-04-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 20 | -114/+173 |
2008-04-24 | Add documentation to session token functions. | Andrew Bartlett | 2 | -5/+16 |
2008-04-21 | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 1 | -17/+5 |
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 10 | -16/+28 |
2008-04-17 | Remove event context tracking from the credentials struct. | Jelmer Vernooij | 7 | -50/+60 |
2008-04-15 | Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d... | Jelmer Vernooij | 1 | -3/+4 |
2008-04-15 | Fix the build. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-14 | Fix unresolved symbols. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 2 | -9/+8 |
2008-04-14 | Move object files lists to makefile rather than smb_build. | Jelmer Vernooij | 5 | -46/+59 |
2008-04-14 | Remove prototypes from build.h in preparation of removing build.h | Jelmer Vernooij | 2 | -0/+11 |
2008-04-08 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 37 | -121/+523 |
2008-04-05 | Extend credentials python API to include set_machine_account. | Andrew Bartlett | 4 | -29/+78 |
2008-04-02 | Reduce the number of installed headers. | Jelmer Vernooij | 3 | -4/+4 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 30 | -102/+408 |
2008-03-28 | Fix and test python scripts and kerberos | Andrew Bartlett | 4 | -15/+111 |
2008-03-28 | Merge v4.0-test | Jelmer Vernooij | 5 | -13/+26 |
2008-03-25 | Remove useless extra argument to samdb_result_account_expires(). | Andrew Bartlett | 1 | -2/+2 |
2008-03-17 | Don't require users of credentials.h to have krb5.h and gssapi.h | Andrew Bartlett | 4 | -11/+24 |
2008-03-09 | Move PC_FILE out of the perl code. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-08 | Fix the build. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-08 | Push SOVERSION and VERSION out of perl code. | Jelmer Vernooij | 1 | -2/+2 |
2008-03-07 | Fix the build. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-07 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 1 | -2/+2 |
2008-03-07 | Update account expiration to use new samdb_result_account_expires() function. | Andrew Kroeger | 1 | -2/+2 |
2008-03-04 | Fix the build. | Jelmer Vernooij | 2 | -16/+11 |