Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-26 | provision: Share more code for determine_netbios_name() with ↵ | Jelmer Vernooij | 2 | -14/+10 | |
samba.valid_netbios_name(). Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Feb 26 22:24:42 CET 2012 on sn-devel-104 | |||||
2012-02-26 | provision/backend: Properly close all opened files. | Jelmer Vernooij | 1 | -11/+36 | |
2012-02-26 | provision: Properly close opened files. | Jelmer Vernooij | 1 | -6/+14 | |
2012-02-26 | provision: Reuse determine_netbios_name. | Jelmer Vernooij | 1 | -8/+1 | |
2012-02-26 | provision: Add tests for determine_netbios_name. | Jelmer Vernooij | 1 | -0/+9 | |
2012-02-26 | provision: Factor out determination of new netbios name. | Jelmer Vernooij | 1 | -8/+13 | |
2012-02-26 | join: Don't print provision results when they're just noise. | Jelmer Vernooij | 1 | -11/+9 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Feb 26 17:56:57 CET 2012 on sn-devel-104 | |||||
2012-02-26 | provision: Split out result reporting for backends. | Jelmer Vernooij | 3 | -28/+62 | |
2012-02-26 | provision: Put adminpass details in ProvisionResult. | Jelmer Vernooij | 2 | -22/+37 | |
2012-02-26 | provision/tests: Test for phpldapadminconfig path. | Jelmer Vernooij | 2 | -4/+22 | |
2012-02-26 | provision: Leave result reporting up to caller. | Jelmer Vernooij | 7 | -13/+22 | |
2012-02-26 | s3: Remove pointless parentheses | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sun Feb 26 11:10:15 CET 2012 on sn-devel-104 | |||||
2012-02-26 | s3-configure: Add CFLAGS_APPEND variable | Volker Lendecke | 1 | -1/+1 | |
This makes it possible to add some CFLAGS to the end of the CFLAGS list. I use it for adding -Wno-unused-value when compiling with clang. Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sun Feb 26 01:21:49 CET 2012 on sn-devel-104 | |||||
2012-02-25 | s3: Use the correct enum values | Volker Lendecke | 1 | -3/+3 | |
wbcIdType and id_type have the same values, but different names Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sat Feb 25 23:46:36 CET 2012 on sn-devel-104 | |||||
2012-02-25 | nsswitch: Remove a pointless if-clause | Volker Lendecke | 1 | -1/+1 | |
gr->num_gr_mem is a uint32, so it can never be < 0 | |||||
2012-02-25 | libcli: Remove a pointless check | Volker Lendecke | 1 | -3/+1 | |
"n" is size_t, so it is always >=0. | |||||
2012-02-25 | provision: Start splitting out provision result reporting from actual ↵ | Jelmer Vernooij | 2 | -17/+63 | |
provisioning. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Feb 25 22:13:10 CET 2012 on sn-devel-104 | |||||
2012-02-25 | provision: Properly close ldb transactions. | Jelmer Vernooij | 1 | -13/+18 | |
2012-02-25 | 'samba-tool gpo': Properly close transaction. | Jelmer Vernooij | 1 | -4/+4 | |
2012-02-25 | ntacl: There is no 'secrets database' configuration option. | Jelmer Vernooij | 1 | -1/+1 | |
2012-02-25 | Factor out sanitize_server_role. | Jelmer Vernooij | 2 | -25/+57 | |
2012-02-25 | Partially revert 1f0298dd1b1a939cb215e7b474178b217f8347f4 | Jelmer Vernooij | 7 | -32/+34 | |
It's fine to catch keyboard interrupts and other kinds of errors when it's done just for resource management, where the error is reraised later. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Feb 25 17:29:34 CET 2012 on sn-devel-104 | |||||
2012-02-25 | provision: Remove unused imports. | Jelmer Vernooij | 1 | -7/+4 | |
2012-02-25 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sat Feb 25 11:16:41 CET 2012 on sn-devel-104 | |||||
2012-02-25 | s3: Fix bug 8777, sys_statvfs() wrapper support for OpenBSD/FreeBSD/DragonFly | Brad Smith | 3 | -5/+50 | |
2012-02-25 | s3-auth rename vuid_serverinfo to session_info | Andrew Bartlett | 1 | -8/+8 | |
This matches the name used elsewhere in the code. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Feb 25 05:24:19 CET 2012 on sn-devel-104 | |||||
2012-02-25 | s4-lib: Remove unused samdb_msg_set_value() | Ricky Nance | 1 | -15/+0 | |
Found by callcatcher. Ricky Nance | |||||
2012-02-25 | s4-lib: Remove unused samdb_msg_set_string() | Ricky Nance | 1 | -15/+0 | |
Found by callcatcher. Ricky Nance | |||||
2012-02-25 | s4-lib: Remove unused samdb_msg_set_int() | Ricky Nance | 1 | -15/+0 | |
Found by callcatcher Ricky Nance | |||||
2012-02-25 | Move dptr code over to TALLOC. | Jeremy Allison | 1 | -18/+9 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Feb 25 03:50:24 CET 2012 on sn-devel-104 | |||||
2012-02-24 | Make dptr_path() and dptr_wcard() const. | Jeremy Allison | 3 | -7/+5 | |
2012-02-24 | Fix const warnings. | Jeremy Allison | 1 | -2/+2 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Feb 24 23:10:56 CET 2012 on sn-devel-104 | |||||
2012-02-24 | Remove unused function. | Jeremy Allison | 1 | -21/+0 | |
2012-02-24 | s3: Simplify smb_splice_chain | Volker Lendecke | 1 | -16/+13 | |
No code change, just remove a {} block left over as the else branch from the previous commit Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Fri Feb 24 18:07:48 CET 2012 on sn-devel-104 | |||||
2012-02-24 | s3: Simplify smb_splice_chain | Volker Lendecke | 1 | -12/+2 | |
first_request won't be true anymore, we always splice fully existing records in smbd | |||||
2012-02-24 | s3: Simplify smb_splice_chain | Volker Lendecke | 1 | -13/+2 | |
With the last commit, bytes_padding is not set anymore | |||||
2012-02-24 | s3: Simplify smb_splice_chain | Volker Lendecke | 1 | -7/+1 | |
bytes_alignment used to be used in libsmb, which uses different code now | |||||
2012-02-24 | s3: Simplify smb_splice_chain | Volker Lendecke | 1 | -25/+11 | |
We use it in smbd/process.c only now. This only splices in finished buffers, both callers used the same arguments. Pull that into the routine itself. | |||||
2012-02-24 | s3: Turn some SMB_ASSERTS into proper return | Volker Lendecke | 1 | -2/+6 | |
We deal with the error properly further up | |||||
2012-02-24 | s3: Fix a DEBUG msg | Volker Lendecke | 1 | -1/+1 | |
2012-02-24 | upgradedns: Rename to less generic name samba_upgradedns. | Jelmer Vernooij | 4 | -3/+3 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Feb 24 15:07:27 CET 2012 on sn-devel-104 | |||||
2012-02-24 | on our way with Samba 4.0alpha19 | Andrew Bartlett | 1 | -2/+2 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Feb 24 07:20:10 CET 2012 on sn-devel-104 | |||||
2012-02-24 | prepare WHATSNEW for Samba 4.0alpha18 release and mark as release. | Andrew Bartlett | 3 | -53/+51 | |
2012-02-24 | s3-libsmb: Remove unused spnego_parse_auth_and_mic | Andrew Bartlett | 2 | -42/+0 | |
2012-02-24 | s3-selftest: Verify GK and GF flag behaviour | Andrew Bartlett | 1 | -0/+26 | |
At least this ensures that the helper has not crashed, it will require a little more to ensure that the values are correct. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Feb 24 03:53:38 CET 2012 on sn-devel-104 | |||||
2012-02-24 | s3-selftest: run ntlm_auth against winbindd in make test | Andrew Bartlett | 3 | -6/+15 | |
2012-02-24 | auth: Remove plugable password-check functions from gensec_ntlmssp | Andrew Bartlett | 5 | -228/+105 | |
The auth4_context layer now provides the plugability here. Andrew Bartlett | |||||
2012-02-24 | auth: consolidate gensec_ntlmssp_server wrapper functions | Andrew Bartlett | 2 | -50/+18 | |
2012-02-24 | s3-libsmb: Remove unused ntlmssp_server_start() | Andrew Bartlett | 1 | -121/+0 | |
2012-02-24 | s3-ntlm_auth: Convert ntlm_auth to use gensec_ntlmssp server-side | Andrew Bartlett | 3 | -99/+340 | |
This uses the common gensec_ntlmssp server code for ntlm_auth, removing the last non-gensec use of the NTLMSSP server. Andrew Bartlett |