Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-25 | s3-waf: Link smbspool only against needed subsystems. | Andreas Schneider | 1 | -2/+7 | |
2012-01-25 | s3-waf: Link profiles only against needed subsystems. | Andreas Schneider | 1 | -1/+5 | |
2012-01-25 | s3-waf: Link net only against needed subsystems. | Andreas Schneider | 1 | -11/+37 | |
2012-01-25 | s3-waf: Link smbclient only against needed subsystems. | Andreas Schneider | 1 | -3/+8 | |
2012-01-25 | s3-rpcclient: Remove debug_dsdcinfo_flags() call. | Andreas Schneider | 1 | -6/+0 | |
This gets rid of the DCUTIL dependency. | |||||
2012-01-25 | s3-waf: Link rpcclient only against needed subsystems. | Andreas Schneider | 1 | -7/+25 | |
2012-01-25 | s3-waf: Link swat only against needed subsystems. | Andreas Schneider | 1 | -4/+14 | |
2012-01-25 | s3-waf: Add missing dependencies to PASSCHANGE. | Andreas Schneider | 1 | -1/+3 | |
2012-01-25 | s3-waf: Add missing dependencies to LOCKING. | Andreas Schneider | 1 | -1/+5 | |
2012-01-25 | s3-waf: Link winbindd only against needed subsystems. | Andreas Schneider | 1 | -9/+35 | |
2012-01-25 | s3-waf: Link nmbd only against needed subsystems. | Andreas Schneider | 1 | -3/+7 | |
2012-01-25 | s3-waf: Link libcli_lsa3 only against needed subsystems. | Andreas Schneider | 1 | -1/+1 | |
2012-01-25 | s3-waf: Link errors3 only against needed subsystems. | Andreas Schneider | 1 | -1/+1 | |
2012-01-25 | s3-waf: Link tdb-wrap3 only against needed subsystems. | Andreas Schneider | 1 | -1/+0 | |
2012-01-25 | s3-waf: Link trusts_util only against needed subsystems. | Andreas Schneider | 1 | -2/+2 | |
2012-01-25 | s3-waf: Remove dead subsystem LIBNBT. | Andreas Schneider | 1 | -5/+0 | |
2012-01-25 | s3-waf: Link LIBNET_DSSYNC only against needed subsystems. | Andreas Schneider | 1 | -2/+2 | |
2012-01-25 | s3-waf: Link LIBNET only against needed subsystems. | Andreas Schneider | 1 | -1/+1 | |
2012-01-25 | s3-waf: Link smbd_base only against needed subsystems. | Andreas Schneider | 1 | -11/+53 | |
2012-01-25 | s3-waf: Link libsmb only against needed subsystems. | Andreas Schneider | 1 | -1/+11 | |
2012-01-25 | s3-waf: Link LIBNTLMSSP only against needed subsystems. | Andreas Schneider | 1 | -1/+1 | |
2012-01-25 | s3-waf: Remove LIBSMB_ERR completely. | Andreas Schneider | 1 | -25/+17 | |
2012-01-25 | s3-waf: Link samba3core against needed subsystems. | Andreas Schneider | 1 | -1/+19 | |
2012-01-25 | s3-waf: Don't link param_service against USER_UTIL twice. | Andreas Schneider | 1 | -1/+1 | |
2012-01-25 | s3-waf: Link param only against needed subsystems. | Andreas Schneider | 1 | -1/+1 | |
2012-01-25 | s3-waf: Add missing depcendencies to smbconf. | Andreas Schneider | 1 | -3/+15 | |
2012-01-25 | s3-waf: Remove unneeded PARAM_UTIL dependency. | Andreas Schneider | 1 | -2/+1 | |
2012-01-25 | s3-waf: Replace LIBMSRPC_GEN just with ndr-standard. | Andreas Schneider | 1 | -19/+14 | |
There is no need to link against dssetup and spoolss. | |||||
2012-01-25 | s3-waf: Link nss_wins only against needed subsystems. | Andreas Schneider | 1 | -2/+1 | |
2012-01-25 | s3-waf: Link smbclient only against needed subsystems. | Andreas Schneider | 1 | -1/+1 | |
2012-01-25 | s3-waf: Link netapi only against needed subsystems. | Andreas Schneider | 1 | -4/+3 | |
2012-01-25 | lib: Remove dead mszip code. | Andreas Schneider | 5 | -722/+2 | |
RIP, long live zlib. | |||||
2012-01-25 | Introduce dump_data_file | Volker Lendecke | 4 | -13/+20 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Jan 25 11:57:18 CET 2012 on sn-devel-104 | |||||
2012-01-25 | auth/gensec_gssapi: sync gensec_gssapi_state with gse_context | Stefan Metzmacher | 1 | -1/+2 | |
Both use gss_krb5_lucid_context_v1_t now. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 25 10:22:31 CET 2012 on sn-devel-104 | |||||
2012-01-25 | s3-gse: add GENSEC_FEATURE_NEW_SPNEGO detection in gensec_gse_have_feature() | Stefan Metzmacher | 1 | -0/+55 | |
metze | |||||
2012-01-25 | s3:build: require gss_krb5_export_lucid_sec_context() for ads support | Stefan Metzmacher | 3 | -2/+21 | |
This is needed to detect krb5 with aes for GENSEC_FEATURE_NEW_SPNEGO at runtime. metze | |||||
2012-01-25 | s3:smb2_sessetup: call set_current_user_info() and reload_services() on success | Stefan Metzmacher | 1 | -0/+11 | |
This matches the smb1 code. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 25 08:39:35 CET 2012 on sn-devel-104 | |||||
2012-01-25 | ldbedit: prevent a transaction warning on failure | Kelly Yeoh | 1 | -0/+1 | |
if a modify fails then cancel the transaction to prevent a dangling transaction error Signed-off-by: Andrew Tridgell <tridge@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Jan 25 07:06:40 CET 2012 on sn-devel-104 | |||||
2012-01-25 | Revert "s3:build: for now do not require ↵ | Stefan Metzmacher | 2 | -10/+9 | |
gsskrb5_extract_authz_data_from_sec_context" This reverts commit 74abe369df26c58094a601dd6ff8c27c3d0b2b2a. Having gsskrb5_extract_authz_data_from_sec_context as symbol in the library is in indicator that gss_inquire_sec_context_by_oid() would work. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 25 05:26:14 CET 2012 on sn-devel-104 | |||||
2012-01-25 | Revert "build: Add -lz to wbinfo to fix build on some hosts" | Stefan Metzmacher | 1 | -1/+1 | |
This reverts commit 88daf798fec56a99e5eb3aed67f3b58572d97d34. This is not needed as 5c88cfcc525290d0ad1c322401685c60c1abdf10 is the better fix, see https://bugzilla.samba.org/show_bug.cgi?id=8711 metze | |||||
2012-01-25 | s3: improve the code in the AES encryption. | Matthieu Patou | 1 | -8/+8 | |
Remove looping replace them by memcpy. Fix bug #8674 (Buffer overflow in vfs_smb_traffic_analyzer). Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Jan 25 03:12:14 CET 2012 on sn-devel-104 | |||||
2012-01-25 | s3: Fix bug #8674. | Jeremy Allison | 1 | -2/+1 | |
Buffer overflow issue with AES encryption in samba traffic analyzer. | |||||
2012-01-25 | s4-torture: For authenticated users, add AUTHENTICATED USERS sid | Amitay Isaacs | 1 | -0/+4 | |
Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Wed Jan 25 01:36:02 CET 2012 on sn-devel-104 | |||||
2012-01-25 | dlz_bind9: for authenticated user, set the AUTHENTICATED USERS sid in token | Amitay Isaacs | 1 | -0/+5 | |
2012-01-24 | s3: Remove a typedef | Volker Lendecke | 1 | -3/+3 | |
We have it in README.Coding to avoid typedef for structs, but I think it also applies to enums. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Jan 24 22:45:50 CET 2012 on sn-devel-104 | |||||
2012-01-24 | s3: Remove a typedef | Volker Lendecke | 1 | -3/+3 | |
2012-01-24 | s3: Add debug when a message is registered | Volker Lendecke | 1 | -0/+4 | |
We've always had the corresponding deregister message Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Jan 24 15:27:51 CET 2012 on sn-devel-104 | |||||
2012-01-24 | s3:registry: do not write empty value lists to registry.tdb | Gregor Beck | 1 | -0/+5 | |
Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Jan 24 13:54:09 CET 2012 on sn-devel-104 | |||||
2012-01-24 | selftest: Add test for smbpasswd against pdb_samba4 | Andrew Bartlett | 1 | -4/+41 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jan 24 11:05:09 CET 2012 on sn-devel-104 | |||||
2012-01-24 | s3-passdb: Fix pdb_samba4 setting of plaintext passwords | Andrew Bartlett | 1 | -1/+9 | |
We were setting a UTF8 password into the UTF16 clearTextPassword. Converting from CH_UNIX to CH_UTF16 should fix this. Andrew Bartlett |