index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
Makefile.in
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-13
Fix build: Add missing prerequisites for libwbclient.so
Michael Adam
1
-4
/
+4
2008-02-13
libwbclient: include wb_common.o in libwbclient.a
Stefan Metzmacher
1
-10
/
+12
2008-02-13
Fix install: Add creation of include dir to installlibtalloc target.
Michael Adam
1
-0
/
+1
2008-02-13
Add linking -ltalloc to libwbclient.so. Noted by Metze.
Michael Adam
1
-2
/
+2
2008-02-13
Remove some unneded variables: we always build and install some talloc libs.
Michael Adam
1
-3
/
+3
2008-02-13
Put talloc lib targets into variables and uses these.
Michael Adam
1
-5
/
+7
2008-02-13
Add support for linking talloc library statically or dynamically into samba.
Michael Adam
1
-4
/
+4
2008-02-13
Use data from lib/talloc/libtalloc.m4 instead of hard coded data.
Michael Adam
1
-3
/
+4
2008-02-13
Add support for building libtalloc.a and libtalloc.so.
Michael Adam
1
-4
/
+27
2008-02-12
Collect all init_lsa_string varients in one place.
Günther Deschner
1
-1
/
+3
2008-02-12
w00t! SAMR server-side conversion to pidl is finished.
Günther Deschner
1
-1
/
+1
2008-02-12
Move some samr init functions around (to allow easier identification of new
Günther Deschner
1
-1
/
+1
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
[next]