Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-01 | s3:build: first cut at fixing linking of shared/static libs internally | Michael Adam | 1 | -78/+78 | |
This is based on a patch from the debian packages by Steve Langasek <vorlon@debian.org>. It removes the static libs from the object collections. For those libs that are set up with SMB_LIBRARY(). Michael | |||||
2009-03-31 | s3:build: fix build of pam_winbind.so with static linking | Michael Adam | 1 | -1/+1 | |
Static talloc libs were missing since conversion to talloc. Michael | |||||
2009-03-31 | s3:build: add a SHOWCFLAGS target for debugging how CFLAGS are assebled | Michael Adam | 1 | -0/+15 | |
Michael | |||||
2009-03-31 | s3:build: line-wrap assignment of FLAGS for readability | Michael Adam | 1 | -1/+10 | |
Michael | |||||
2009-03-27 | s3:build: make it possible to pass down CTAGS_OPTIONS or ETAGS_OPTIONS | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2009-03-26 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysec | Jelmer Vernooij | 1 | -14/+14 | |
2009-03-26 | Revert "s3/swat: don't link against zlib" | Michael Adam | 1 | -1/+1 | |
This reverts commit 8532faffd08bbbcfaac60fd866fa5ab255913d4a. swat needs zlib through ../librpc/ndr/ndr_compression.c, function ndr_pull_compression_mszip_chunk(). This fails to link at least on our build farm bsd boxes. Michael | |||||
2009-03-26 | Revert "s3/smbd: don't link against zlib" | Michael Adam | 1 | -1/+1 | |
This reverts commit 1f265548e7d17a4ed83705149dd944fcdd31134d. smbd needs zlib through ../librpc/ndr/ndr_compression.c, function ndr_pull_compression_mszip_chunk(). This fails to link at least on our build farm bsd boxes. Michael | |||||
2009-03-25 | s3/ldbtools: don't neddlessly link against wbinbind libs | Björn Jacke | 1 | -6/+6 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-03-25 | s3/cifs: don't link cifs mount helpers agains popt | Björn Jacke | 1 | -6/+6 | |
the mount helpers don't use any popt symbols Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-03-25 | s3/swat: don't link against zlib | Björn Jacke | 1 | -1/+1 | |
swat doesn't use any zlib symbolѕ Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-03-25 | s3/smbd: don't link against zlib | Björn Jacke | 1 | -1/+1 | |
smbd doesn't use any zlib symbolѕ Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-03-25 | s3/pam_smbpass: don't link agains KRB5LIBS | Björn Jacke | 1 | -1/+1 | |
pam_smbpass doesn't use the krb5 stuff Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-03-25 | s3: remove unused rpc_parse/parse_sec.c file. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-25 | display_sec: Move to common libcli/security directory. | Jelmer Vernooij | 1 | -1/+1 | |
2009-03-24 | s3: use generated dcerpc code. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2009-03-23 | s3:build: make SHOWFLAGS target phony and add alias showflags | Michael Adam | 1 | -0/+4 | |
Michael | |||||
2009-03-23 | Add tevent avahi binding | Volker Lendecke | 1 | -3/+5 | |
2009-03-23 | Add avahi detection to configure | Volker Lendecke | 1 | -0/+1 | |
2009-03-23 | remove non standard way to point to ctdb path | Björn Jacke | 1 | -2/+1 | |
we can provide the path to ctdb via the --with-ctdb=... configure flag like we do it with other packageѕ, too. There is no need for another redundnant Makefile hack to point the ctdb header location Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2009-03-23 | s3:smbd: use new simplified snb_signing code in the server | Stefan Metzmacher | 1 | -1/+1 | |
We keep the seqnum/mid mapping in the smb_request structure. This also moves one global variable into the smbd_server_connection struct. metze | |||||
2009-03-23 | s3:libsmb: add a much simplified smb_siging infrastructure | Stefan Metzmacher | 1 | -1/+2 | |
It's the job of the caller to maintain the seqnum/mid mapping. Hopefully we can use this code in s4 later too. metze | |||||
2009-03-23 | s3:libsmb: rename smb_signing.c => clisigning.c | Stefan Metzmacher | 1 | -1/+1 | |
This prepares a large simplification of the smb_signing code metze | |||||
2009-03-22 | Add dirsort module | Andy Kelk | 1 | -0/+5 | |
2009-03-19 | add a versiontest program to print samba_version_string(). | Michael Adam | 1 | -0/+4 | |
This is to allow for testing samba_version_string() without the need to compile any of the larger binaries like smbd or net... Michael | |||||
2009-03-19 | s3:build: compile lib/tsocket and libcli/cldap | Stefan Metzmacher | 1 | -1/+13 | |
metze | |||||
2009-03-18 | Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb ↵ | Jeremy Allison | 1 | -5/+5 | |
correctly. This is a really nasty one to fix as in order to successfully update the passdb.tdb we must do the equivalent of a tdbbackup to move to the new hash values before we do the upgrade. Jeremy. | |||||
2009-03-18 | s3-spoolss: remove rpc_server/srv_spoolss.c alltogether. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-03-18 | s3-spoolss: remove rpc_parse/parse_spoolss.c alltogether. | Günther Deschner | 1 | -2/+1 | |
Good-Bye, last hand-marshalled rpc functions, rest in peace. Guenther | |||||
2009-03-17 | s3: remove rpc_parse/parse_buffer.c completely. | Günther Deschner | 1 | -2/+1 | |
Guenther | |||||
2009-03-15 | Merge branch 'checktalloc' of /home/jelmer/samba4 | Jelmer Vernooij | 1 | -3/+2 | |
2009-03-14 | Fix comment about shell in Makefile. | Jelmer Vernooij | 1 | -3/+2 | |
2009-03-13 | Remove pwd_cache.c, it was doing nothing. Make user_name, domain, and | Jeremy Allison | 1 | -1/+1 | |
password talloc'ed strings within the cli_struct. Jeremy. | |||||
2009-03-10 | Add a vfs_preopen module to hide fs latencies | Volker Lendecke | 1 | -0/+5 | |
2009-03-02 | use test -f, Solaris /bin/sh doesn't know test -e | Björn Jacke | 1 | -1/+1 | |
2009-03-02 | Use samba3's own iconv implementation for now, until all changes are | Jelmer Vernooij | 1 | -1/+1 | |
merged. | |||||
2009-03-01 | s3 OneFS: Refactor config code and cleanup includes | Tim Prouty | 1 | -2/+2 | |
2009-03-01 | Merge branch 'master' of git://git.samba.org/samba into convenience | Jelmer Vernooij | 1 | -1/+2 | |
2009-03-01 | Use common header file for character set handling in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -2/+2 | |
2009-03-01 | Move secacl to top-level. | Jelmer Vernooij | 1 | -1/+1 | |
2009-03-01 | Move secace.c to top-level. | Jelmer Vernooij | 1 | -1/+2 | |
2009-02-26 | Add tevent_ntstatus | Volker Lendecke | 1 | -1/+1 | |
2009-02-24 | s3: Rename auth_onefs_wb and pdb_onefs_sam | Dan Sledz | 1 | -5/+5 | |
auth_onefs_wb.c -> auth_wbc.c pdb_onefs_sam.c -> pdb_wbc_sam.c No changes to functionality | |||||
2009-02-24 | Add tevent_req_is_unix_error | Volker Lendecke | 1 | -1/+2 | |
2009-02-24 | s3:Makefile: build libcli/ldap files | Stefan Metzmacher | 1 | -10/+13 | |
metze | |||||
2009-02-23 | Refactored sys_fork() and sys_pid() into shared util library | Steven Danneman | 1 | -1/+1 | |
This fixes a bug in 116ce19b, where we didn't clear the pid cache in become_daemon() and thus the /var/run/smbd.pid didn't match the actual pid of the parent process. Currently S4 will clear the pid cache on fork but doesn't yet take advantage of the pid cache by using sys_pid() instead of the direct get_pid(). | |||||
2009-02-23 | s3-spoolss: remove cli_spoolss_notify.c completly. | Günther Deschner | 1 | -1/+1 | |
All of the spoolss change notify code uses pidl generated functions now. Guenther | |||||
2009-02-22 | For some unknown reason ldbrename was not being built in samba3. | Simo Sorce | 1 | -1/+8 | |
2009-02-20 | Introduce a new passdb backend: pdb_onefs_sam | Dan Sledz | 1 | -0/+4 | |
Implements a custom backend for onefs that exclusively uses the wbclient interface for all passdb calls. It lacks some features of a standard passdb. In particular it's a read only interface and doesn't implement privileges. | |||||
2009-02-20 | Introduce a new authentication backend auth_onefs_wb | Dan Sledz | 1 | -0/+5 | |
This new backend is custom tailored to onefs' unique requirements: 1) No fallback logic 2) Does not validate the domain of the user 3) Handles unencrypted passwords |