Age | Commit message (Expand) | Author | Files | Lines |
2008-10-12 | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 2 | -4/+4 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 3 | -4/+4 |
2008-09-30 | Pass options struct into session initialization functions rather than | Jelmer Vernooij | 2 | -0/+11 |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 1 | -3/+3 |
2008-09-19 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs | Jelmer Vernooij | 2 | -50/+52 |
2008-09-18 | Generate with 1.3.36. | Jelmer Vernooij | 2 | -50/+52 |
2008-09-18 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs | Jelmer Vernooij | 1 | -1/+1 |
2008-09-18 | Remove jsdir. | Jelmer Vernooij | 1 | -5/+0 |
2008-09-16 | Use single copy of tdb in both samba3 and samba4. | Jelmer Vernooij | 1 | -1/+1 |
2008-07-15 | Add a standard filter for finding the LDAP secrets. | Andrew Bartlett | 1 | -0/+1 |
2008-06-28 | Use a configure-specified directory for the winbind priv pipe | Andrew Bartlett | 3 | -12/+17 |
2008-06-17 | Change our module code to not use the special symbol name init_module() | Andrew Tridgell | 1 | -1/+1 |
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 2 | -5/+9 |
2008-05-29 | Allow the ntp_signd socket to be set from configure. | Andrew Bartlett | 2 | -0/+9 |
2008-05-28 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 1 | -1/+1 |
2008-05-28 | Bring up the ntp signing deamon | Andrew Bartlett | 1 | -1/+1 |
2008-05-28 | Fix dependency on swig ldb module. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-27 | Use new dynconfig.h location. | Jelmer Vernooij | 2 | -2/+2 |
2008-05-27 | Move version.o and dynconfig.o into their own directory. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-24 | Add docstrings to a couple more python modules. | Jelmer Vernooij | 2 | -1/+5 |
2008-05-23 | Add docstrings to param python module. | Jelmer Vernooij | 3 | -10/+136 |
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 | 2 | -2/+2 |
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-21 | Fix dependencies for ldb instancetype module. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-21 | Fix installed symlinks (cp was trying to be smart). | Jelmer Vernooij | 1 | -1/+1 |
2008-05-18 | Fix a couple (well, little more than that..) of typos. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-18 | Create prototype headers from Makefile directory, without smb_build in the mi... | Jelmer Vernooij | 1 | -1/+2 |
2008-05-18 | Use variable for param src dir. | Jelmer Vernooij | 1 | -17/+9 |
2008-05-10 | Fix soversion for libtorture and libsamba-hostconfig. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 11 | -32/+284 |
2008-04-21 | Load default smb.conf file if none was specified explicitly. | Jelmer Vernooij | 3 | -23/+68 |
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 5 | -6/+13 |
2008-04-15 | Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d... | Jelmer Vernooij | 1 | -3/+5 |
2008-04-14 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake4 | Jelmer Vernooij | 1 | -1/+3 |
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 1 | -10/+17 |
2008-04-14 | Include the smbconf parameter to the provision | Andrew Bartlett | 1 | -1/+3 |
2008-04-14 | Remove prototypes from build.h in preparation of removing build.h | Jelmer Vernooij | 1 | -0/+2 |
2008-04-11 | Don't specify the ntds_guid to the C -> python provision interface | Andrew Bartlett | 2 | -3/+0 |
2008-04-11 | Fix merge errors on C provision interface after jelmer's good work. | Andrew Bartlett | 3 | -6/+24 |
2008-04-11 | Return SAM ldb context and loadparm context as part of C provision | Jelmer Vernooij | 2 | -0/+9 |
2008-04-10 | Add infrastructure for returning ProvisionResult in C provision code. | Jelmer Vernooij | 2 | -5/+14 |
2008-04-09 | Fix so version of hostconfig library. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-09 | Remove dns_name element | Andrew Bartlett | 2 | -3/+2 |
2008-04-09 | Move provision C bindings to param/. | Jelmer Vernooij | 3 | -0/+178 |
2008-04-08 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 8 | -629/+395 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 2 | -12/+371 |
2008-04-01 | Install samba-hostconfig library. | Jelmer Vernooij | 1 | -1/+4 |