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-18
Create missing link for libnetapi.so.0
Michael Adam
1
-0
/
+1
2008-02-17
Add very basic ntsvcs client to rpcclient.
Günther Deschner
1
-2
/
+2
2008-02-17
Build the generated ntsvcs server (not at all useable yet).
Günther Deschner
1
-1
/
+2
2008-02-17
Use pidl for NTSVCS.
Günther Deschner
1
-2
/
+4
2008-02-17
Remove rpc_parse/parse_net.c and some last unused netlogon headers.
Günther Deschner
1
-3
/
+3
2008-02-17
Finally let our samlogon routines call rpccli_netr_LogonSamLogon internally and
Günther Deschner
1
-6
/
+10
2008-02-17
Add krb5pac IDL from samba4.
Günther Deschner
1
-2
/
+4
2008-02-17
Add missing dependency to libtdb to libnss_wins.so
Michael Adam
1
-2
/
+2
2008-02-16
YES! NETLOGON rpc server side migration to pidl finished.
Günther Deschner
1
-1
/
+1
2008-02-16
Add init_netr_SamInfo3 routine.
Günther Deschner
1
-1
/
+2
2008-02-15
Move the implementation of _winreg_RestoreKey to reg_api.c
Michael Adam
1
-5
/
+6
2008-02-15
Add libtdb dependency to libsmbclient, libsmbsharemodes and libnetapi.
Michael Adam
1
-6
/
+6
2008-02-15
Use -ltdb instead of bin/libtdb.so for linking.
Michael Adam
1
-1
/
+1
2008-02-15
Fix the build on IRIX by placing the object files before the shared libs in l...
Michael Adam
1
-4
/
+4
2008-02-15
Remove libwbclient.a from standard (static) libsmbclient object list.
Michael Adam
1
-11
/
+13
2008-02-15
Add orphaned target smbiconv to "make everything" targets.
Michael Adam
1
-1
/
+1
2008-02-15
Fix linkage of bin/smbiconv by adding needed libs and objects.
Michael Adam
1
-3
/
+3
2008-02-15
Remove useless build-target bin/samtest. (The objects exist no more.)
Michael Adam
1
-4
/
+0
2008-02-15
Fix build of cifs.spnego with libtdb.
Michael Adam
1
-2
/
+2
2008-02-15
Use -ltdb instead of bin/libtdb.so for linking.
Michael Adam
1
-1
/
+1
2008-02-15
Fix build of smbumount with shared libtdb.
Michael Adam
1
-2
/
+2
2008-02-15
Fix building smbmount with shared libtdb.
Michael Adam
1
-2
/
+2
2008-02-14
Remove the regfio objects from the ldb commandlin tools object list - unused.
Michael Adam
1
-1
/
+1
2008-02-14
Clean up LIBTDB-related Makefile variables a bit
Michael Adam
1
-9
/
+1
2008-02-14
Create symbols to export in libtdb dynamically from tdb.h.
Michael Adam
1
-3
/
+11
2008-02-14
Add support for building and using shared and static libtdb library.
Michael Adam
1
-102
/
+136
2008-02-13
Link in libnetapi as shared or static library (same mechanism as talloc).
Michael Adam
1
-10
/
+14
2008-02-13
Only use the needed objects for libnetapi.a
Michael Adam
1
-2
/
+2
2008-02-13
auth_winbind: use wbcAuthenticateUserEx()
Stefan Metzmacher
1
-3
/
+2
2008-02-13
Add libreplace objects to libtalloc.so.
Michael Adam
1
-1
/
+1
2008-02-13
Goodbye parse_samr.c, rest in peace - but never come back!
Günther Deschner
1
-1
/
+0
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
[next]