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
/
wscript_build
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-31
s3-build Specify more of the smbconf dependencies
Andrew Bartlett
1
-3
/
+3
2011-05-31
s3-build Make smbregistry depend on more of the subsystems it needs
Andrew Bartlett
1
-1
/
+1
2011-05-31
s3-build Add util_sec subsystem
Andrew Bartlett
1
-2
/
+8
2011-05-31
s3-build Move dbwrap_rbt into dbwrap_util subsystem
Andrew Bartlett
1
-3
/
+2
2011-05-31
s3-build Create dbwrap_util subsystem
Andrew Bartlett
1
-2
/
+8
2011-05-31
s3-build: Rearrange build system to seperate out simple libraries
Andrew Bartlett
1
-27
/
+54
2011-05-31
s3-build Add dependency on 'ldap' and 'ber'
Andrew Bartlett
1
-1
/
+1
2011-05-31
s3-lib Move free_namearray() into it's own file
Andrew Bartlett
1
-0
/
+1
2011-05-31
s3-lib Move realloc based string substitution functions out of util_str.c
Andrew Bartlett
1
-1
/
+1
2011-05-31
libcli/security: move secdesc.c to the top level libcli/security
Andrew Bartlett
1
-1
/
+0
2011-05-31
s3-param split service.c into param and smbd components
Andrew Bartlett
1
-2
/
+6
2011-05-31
s3-smbd Split conn.c into 3 files
Andrew Bartlett
1
-3
/
+10
2011-05-31
s3-lib Move string_init functions into their own file
Andrew Bartlett
1
-1
/
+4
2011-05-25
Fix numerous missing dependencies in WAF build scripts
Sean Finney
1
-13
/
+32
2011-05-19
fix the WAF build
Volker Lendecke
1
-1
/
+1
2011-05-18
build: Add 'cap' as a dependency of samba3core
Andrew Bartlett
1
-1
/
+1
2011-05-18
build: Make POPT_SAMBA3 a library
Andrew Bartlett
1
-4
/
+5
2011-05-18
librpc/ndr Merge ndr_print_sockaddr_storage() into common code
Andrew Bartlett
1
-8
/
+2
2011-05-18
build: Add rpc_client grouping library
Andrew Bartlett
1
-0
/
+7
2011-05-18
build: Add depenencies needed by Samba3 subsystems
Andrew Bartlett
1
-1
/
+2
2011-05-18
build: Make msrpc3 a library
Andrew Bartlett
1
-4
/
+5
2011-05-18
waf-build: Add more libraries to avoid duplicate symbols
Andrew Bartlett
1
-4
/
+5
2011-05-13
s3-build: use ndr-standard in msrpc3
Andrew Bartlett
1
-3
/
+4
2011-05-13
lib/util/charset Move built-in charset modules to the top level
Andrew Bartlett
1
-1
/
+1
2011-05-12
s3-waf: stop building smbtortre4.
Günther Deschner
1
-7
/
+0
2011-05-10
s3-waf: Create a public libsmconf.
Andreas Schneider
1
-7
/
+9
2011-05-10
s3-waf: Create a registry private library.
Andreas Schneider
1
-5
/
+9
2011-05-08
s3-lib Use common lib/socket code for get_interfaces() et al
Andrew Bartlett
1
-2
/
+3
2011-05-08
s3-waf: expose the server_exit code in the smbd_base library
Andrew Tridgell
1
-1
/
+2
2011-05-06
libcli/smb Move cifs posix helper functions and headers in common
Andrew Bartlett
1
-1
/
+1
2011-05-06
lib/util Move source3 tdb_wrap_open() into the common code.
Andrew Bartlett
1
-1
/
+1
2011-05-04
s3-torture: Add a test for notify upon read&x
Volker Lendecke
1
-0
/
+1
2011-05-03
lib/util/charset Use push_string and talloc_strupper/strlower from common code
Andrew Bartlett
1
-2
/
+1
2011-05-03
s3-ctdb Rename packet file and files to ctdb_packet
Andrew Bartlett
1
-1
/
+1
2011-04-30
s3-build Add popt dep to fix build on FreeBSD
Andrew Bartlett
1
-1
/
+1
2011-04-30
s3-waf: Add dependency on popt to fix build on FreeBSD
Andrew Bartlett
1
-1
/
+1
2011-04-29
build: put doserr.c into it's own subsystem, so it's no longer a duplicate
Andrew Bartlett
1
-1
/
+3
2011-04-29
libcli/smb Move attrib_string in common
Andrew Bartlett
1
-1
/
+2
2011-04-29
build: Fix kerberos build issues in top level build
Andrew Bartlett
1
-7
/
+7
2011-04-28
lib/util/charset use convert_string.c in common
Andrew Bartlett
1
-1
/
+1
2011-04-27
s3-waf: add pthreadpool support.
Günther Deschner
1
-4
/
+3
2011-04-27
build: fixed build problems due to implicit library deps in samba3core
Andrew Tridgell
1
-3
/
+3
2011-04-27
auth/kerberos: Create common helper to get the verified PAC from GSSAPI
Andrew Bartlett
1
-0
/
+1
2011-04-26
build: Move Heimdal/MIT compat build rules to heimdal_build
Andrew Bartlett
1
-11
/
+0
2011-04-20
libcli/auth Move PAC parsing and verification in common.
Andrew Bartlett
1
-1
/
+1
2011-04-15
s3-waf: only LIBNMB needs to linked against -lresolv.
Günther Deschner
1
-26
/
+26
2011-04-15
s3-waf: try to fix the non-ldap-but-krb5 build.
Günther Deschner
1
-2
/
+1
2011-04-14
libcli/auth Move krb5 wrapper functions from s3 into common
Andrew Bartlett
1
-1
/
+1
2011-04-14
s3-waf: add --with-profiling-data configure option.
Günther Deschner
1
-1
/
+1
2011-04-14
Fix WAF build for sids2xids.
Jeremy Allison
1
-1
/
+4
[prev]
[next]