Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-09-09 | Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder ↵ | Jeremy Allison | 2 | -0/+13 | |
<andreas.moroder@gmx.net>". Jeremy. | |||||
2010-09-08 | Fix warnings caused by double ";;" at the end of the time_mono() fixes. | Jeremy Allison | 1 | -3/+3 | |
2010-09-08 | s3/ldap: use monotonic clock for timeouts in smbldap | Björn Jacke | 1 | -17/+23 | |
tevent would need monotonic clock features to make also smbldap's idle handling aware of backward clock jumps. Other areas in smbldap are clock jump save now. | |||||
2010-09-02 | s3-param: added lp_set_cmdline() and --option= parameter | Andrew Tridgell | 1 | -0/+10 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-01 | s3-ctdb: ctdbd_init_connection() is static to this file. | Günther Deschner | 1 | -8/+0 | |
Guenther | |||||
2010-08-31 | s3: messaging_ctdbd_connection() was only called with procid_self() | Volker Lendecke | 4 | -18/+12 | |
Eventually we'll get this right... | |||||
2010-08-31 | s3: messaging_ctdbd_init potentially modifies my_vnn | Volker Lendecke | 1 | -0/+1 | |
If we call messaging_ctdbd_connection() we end up with the wrong vnn in our messaging context. This is a bit of a hack, get_my_vnn() needs to go eventually along with procid_self() | |||||
2010-08-31 | s3: Make ctdbd_init_connection static | Volker Lendecke | 1 | -2/+2 | |
2010-08-31 | s3: use monotonic time in timeout of sys_select_intr() | Björn Jacke | 1 | -10/+11 | |
2010-08-31 | s3: use clock_gettime() in timespec_current() | Björn Jacke | 1 | -4/+1 | |
2010-08-31 | s3-auth Rename NT_USER_TOKEN privileges -> privilege_mask | Andrew Bartlett | 2 | -6/+6 | |
This is closer to the struct security_token from security.idl Andrew Bartlett | |||||
2010-08-31 | s3-auth Rename NT_USER_TOKEN user_sids -> sids | Andrew Bartlett | 2 | -10/+10 | |
This is closer to the struct security_token from security.idl | |||||
2010-08-29 | s3: Remove smbd_server_fd() | Volker Lendecke | 1 | -5/+0 | |
This breaks the perfcol_onefs() build. Tim, Steve, this use of smbd_server_fd is replacable by calls into substitute.c. I don't have a onefs environment around to build a fix, so I've decided to insert an #error, making it not compile. The fix should be pretty obvious, you can get the socket data via "%I" and "%i" substitutions. | |||||
2010-08-29 | s3: Set the client_id in substitute.c once | Volker Lendecke | 1 | -12/+33 | |
This never changes during a client connection's life, so we can set it once. | |||||
2010-08-28 | s3: Fix a (highly unlikly) memleak in set_local_machine_name() | Volker Lendecke | 1 | -4/+4 | |
2010-08-28 | s3: Fix some DEBUGs | Volker Lendecke | 1 | -2/+2 | |
2010-08-28 | s3: Remove smbd_server_fd() from set_local_machine_name() | Volker Lendecke | 1 | -15/+0 | |
2010-08-28 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2010-08-28 | s3: Remove the dependency of g_lock on procid_self | Volker Lendecke | 1 | -9/+13 | |
procid_self() references global vars, don't depend on them unnecessarily | |||||
2010-08-26 | s3-build: use talloc_dict.h only where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-26 | s3-build: use dbwrap.h only where needed. | Günther Deschner | 11 | -0/+11 | |
Guenther | |||||
2010-08-26 | s3-build: only include krb5 environment variables where required. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-26 | s3-build: only include libnscd.h where needed. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2010-08-26 | s3-idmap: only include idmap headers where needed. | Günther Deschner | 2 | -0/+11 | |
Guenther | |||||
2010-08-26 | s3-build: only include nsswitch header where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-26 | s3-build: only include memcache.h where needed. | Günther Deschner | 3 | -0/+3 | |
Guenther | |||||
2010-08-25 | s3-lsa: separate out init_lsa headers. | Günther Deschner | 5 | -0/+5 | |
Guenther | |||||
2010-08-25 | s3:smbd: add a nfs backend for sysquotas. | Michael Adam | 2 | -0/+274 | |
This module is based on the Solaris/FreeBSD implementation of NFS quotas in the quotas.c module. It implements the SMB_USER_QUOTA_TYPE query of the get_quotas call. The other types and the set_quota call are not implemented. | |||||
2010-08-22 | s3: Fix some nonemtpy blank lines | Volker Lendecke | 1 | -2/+2 | |
2010-08-22 | s3: Move check_access to cgi.c, its only user | Volker Lendecke | 1 | -81/+0 | |
2010-08-22 | s3: Replace calls to check_access by allow_access | Volker Lendecke | 1 | -0/+4 | |
We already have both the name and address of the client stored now | |||||
2010-08-19 | -ENOTSUP translates to NT_STATUS_NOT_SUPPORTED | Surbhi Palande | 1 | -1/+3 | |
https://launchpad.net/bugs/276472 This patch adds the translation of Unix Error code -ENOTSUP to NT Error Code NT_STATUS_NOT_SUPPORTED. The absense of this translation wrongly sends back to the client a STATUS_DENIED message in samba3. Signed-off-by: Surbhi Palande <surbhi.palande@canonical.com> | |||||
2010-08-18 | s3: Fix serverid_register_msg_flags | Volker Lendecke | 1 | -4/+2 | |
Thanks, Andreas, for pointing this out! (How drunk have I been?...) | |||||
2010-08-18 | s3-lib: Fixed a possible crash bug. | Andreas Schneider | 1 | -0/+2 | |
Volker please check! | |||||
2010-08-18 | s3: Fix an uninitialized variable | Volker Lendecke | 1 | -3/+2 | |
2010-08-17 | s3: Move read_smb_length() to smbd/reply.c | Volker Lendecke | 1 | -42/+0 | |
2010-08-17 | s3: Remove smbd_server_fd from receive_smb_raw | Volker Lendecke | 1 | -25/+4 | |
This is only called from client code | |||||
2010-08-17 | s3: Lift smbd_server_fd() from read_smb_length_return_keepalive | Volker Lendecke | 1 | -13/+24 | |
2010-08-17 | s3: Lift smbd_server_fd() from read_data() | Volker Lendecke | 1 | -19/+1 | |
All callers have appropriate debug messages themselves | |||||
2010-08-17 | s3: Lift smbd_server_fd() from read_fd_with_timeout() | Volker Lendecke | 1 | -43/+44 | |
2010-08-17 | s3-util: remove unused variable. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2010-08-17 | s3: Remove smbd_server_fd() from write_data() | Volker Lendecke | 1 | -20/+1 | |
This completely removes the DEBUG(0, ..) error message from write_data(). I've gone through all callers of write_data() and made sure that they have their own equivalent error message printing. | |||||
2010-08-16 | s3: Simplify the logic of check_access by an early return | Volker Lendecke | 1 | -34/+32 | |
2010-08-16 | s3: Fix some type-punned warnings | Volker Lendecke | 1 | -1/+3 | |
2010-08-16 | s3: Remove get_client_fd() | Volker Lendecke | 3 | -10/+13 | |
2010-08-08 | s3: Remove smbd_messaging_context from dummysmbd | Volker Lendecke | 1 | -5/+0 | |
2010-08-07 | s3: Remove procid_self() from connections_fetch_entry() | Volker Lendecke | 1 | -1/+2 | |
2010-08-07 | s3: Remove smbd_messaging_context() from send_stat_cache_delete_message() | Volker Lendecke | 1 | -1/+2 | |
2010-08-07 | s3: Remove an unnecessary NULL check | Volker Lendecke | 1 | -1/+1 | |
Now that connections.tdb is not used for the broadcast messaging anymore, connections_fetch_entry is only called for real connections. | |||||
2010-08-06 | s3-netlogon: remove global include of netlogon.h. | Günther Deschner | 4 | -3/+4 | |
This reduces precompiled headers by another 4 MB and also slightly speeds up the build. Guenther |