Age | Commit message (Expand) | Author | Files | Lines |
2008-02-08 | Fix building with "make -j2" or greater by building shared libs first. | Michael Adam | 1 | -3/+3 |
2008-02-06 | Add support for LDAP debug output in Samba log file. | Michael Adam | 1 | -1/+1 |
2008-01-31 | Enable build of pidl generated netlogon server. | Günther Deschner | 1 | -1/+2 |
2008-01-31 | Let _samr_Close() use pidl generated server code. | Günther Deschner | 1 | -1/+2 |
2008-01-29 | Remove include/rpc_ds.h and all references to it completly. | Günther Deschner | 1 | -1/+1 |
2008-01-29 | Remove unused rpc_ds marshalling code that is unused now. | Günther Deschner | 1 | -1/+1 |
2008-01-29 | Finally delete rpccli_ds_enum_domain_trusts() completly. | Günther Deschner | 1 | -1/+1 |
2008-01-29 | Fix the build. Avoid unrequired ndr_print_ads_struct dependencies. | Günther Deschner | 1 | -4/+4 |
2008-01-25 | Use generated DSSETUP client & server rpc functions and remove the hand-writt... | Günther Deschner | 1 | -4/+6 |
2008-01-25 | Add generated dssetup code after make idl. | Günther Deschner | 1 | -1/+2 |
2008-01-24 | Add winbindd debugging ndr_print helpers. | Günther Deschner | 1 | -0/+1 |
2008-01-24 | Re-run make idl and use generated ndr based on samba4 security.idl (except fo... | Günther Deschner | 1 | -1/+2 |
2008-01-21 | Rename lib/util_reg_smbconf.c to registry/reg_init_smbconf.c | Michael Adam | 1 | -3/+4 |
2008-01-21 | Move reg_frontend_hilvl.c to reg_dispatcher.c | Michael Adam | 1 | -2/+2 |
2008-01-21 | Extend/fix comments. | Michael Adam | 1 | -1/+1 |
2008-01-21 | Extract regkey_open_internal() from reg_frontend.c to new reg_util_legacy.c | Michael Adam | 1 | -0/+1 |
2008-01-21 | Rename reg_db.c to reg_backend_db.c | Michael Adam | 1 | -3/+3 |
2008-01-21 | Rename reg_shares.c to reg_backend_shares.c | Michael Adam | 1 | -1/+1 |
2008-01-21 | Rename reg_smbconf.c to reg_backend_smbconf.c | Michael Adam | 1 | -2/+2 |
2008-01-21 | Rename reg_printing.c to reg_backend_printing.c | Michael Adam | 1 | -1/+1 |
2008-01-21 | Makefile.in: Group together registry related object variables. | Michael Adam | 1 | -22/+25 |
2008-01-21 | Makefile.in: extract registry backend objects to common variable. | Michael Adam | 1 | -9/+16 |
2008-01-21 | reg_eventlog.o and reg_perfcount.o are no longer neede for reg_smbconf. | Michael Adam | 1 | -2/+0 |
2008-01-20 | Remove the dynamic registry overlay. | Michael Adam | 1 | -2/+1 |
2008-01-20 | Add a registry backend perflib that replaces the former dynamic overlay. | Michael Adam | 1 | -0/+1 |
2008-01-20 | Add a registry backend current_version that replaces the former dynamic overlay. | Michael Adam | 1 | -0/+1 |
2008-01-20 | Add a registry backend hkpt_params that replaces the former dynamic overlay. | Michael Adam | 1 | -0/+1 |
2008-01-20 | Add a registry backend tcpip_params that replaces the former dynamic overlay. | Michael Adam | 1 | -0/+1 |
2008-01-20 | Add a registry backend prod_options that replaces the former dynamic overlay. | Michael Adam | 1 | -0/+1 |
2008-01-19 | vfs_streams_depot | Volker Lendecke | 1 | -0/+5 |
2008-01-19 | vfs_streams_xattr module | Volker Lendecke | 1 | -0/+5 |
2008-01-19 | Link ndr_xattr.o with LIBNDR_GEN_OBJ | Volker Lendecke | 1 | -1/+2 |
2008-01-18 | Add a registry backend netlogon_params that replaces the former dynamic overlay. | Michael Adam | 1 | -0/+1 |
2008-01-17 | Finally enable pidl generated SAMR & NETLOGON headers and clients. | Günther Deschner | 1 | -0/+4 |
2008-01-17 | Re-run make idl to generate SAMR output. | Günther Deschner | 1 | -1/+1 |
2008-01-17 | Use pidl generated data from misc.idl. | Günther Deschner | 1 | -3/+8 |
2008-01-16 | Enable building of VFS modules: vfs_tsmsm, vfs_shadowcopy2 and IDMAP module i... | Alexander Bokovoy | 1 | -1/+15 |
2008-01-15 | rename vfs_ea_tdb to vfs_xattr_tdb | Volker Lendecke | 1 | -3/+3 |
2008-01-15 | libwbclient: don't link talloc.o into libwbclient.a | Stefan Metzmacher | 1 | -2/+2 |
2008-01-15 | Revert "libwbclient: don't link talloc.o into libwbclient.a" | Stefan Metzmacher | 1 | -2/+2 |
2008-01-15 | Use autogenerated libnet_join header. | Günther Deschner | 1 | -1/+2 |
2008-01-15 | libwbclient: don't link talloc.o into libwbclient.a | Stefan Metzmacher | 1 | -2/+2 |
2008-01-15 | krb5_locator: winbind_krb5_locator.o doesn't need socket wrapper any more | Stefan Metzmacher | 1 | -1/+1 |
2008-01-15 | nss_winbind: nss_winbind.so doesn't need socket wrapper any more | Stefan Metzmacher | 1 | -1/+1 |
2008-01-15 | pam_winbind: pam_winbind.so doesn't need soecket wrapper any more | Stefan Metzmacher | 1 | -1/+1 |
2008-01-15 | libwbclient: libwbclient.so doesn't need socket nor nss wrapper any more | Stefan Metzmacher | 1 | -4/+4 |
2008-01-15 | Implement vfs_ea_tdb | Volker Lendecke | 1 | -1/+6 |
2008-01-15 | libwbclient: install wbclient.h into the same path as smbclient.h | Stefan Metzmacher | 1 | -2/+3 |
2008-01-14 | Fix "make test_shlibs": it showed unresolved symbols for -lwbclient. | Michael Adam | 1 | -4/+7 |
2008-01-14 | Revert ""make test_shlibs" shows unresolved symbols for -lwbclient." | Günther Deschner | 1 | -2/+1 |