summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-spoolss: Rename Printer_entry to struct printer_handle.Simo Sorce2010-09-101-53/+53
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-spoolss: Move Printer_entry to srv_spoolss_nt.cSimo Sorce2010-09-102-40/+44
| | | | | | | It is used only there, and it is a good idea to make this one private and opaque to the rest of the code. Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-spoolss: Allocate printer entries on the pipe struct.Simo Sorce2010-09-101-1/+2
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-spoolss: Rename session counter structure and use talloc.Simo Sorce2010-09-101-8/+7
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* s3-dsgetdcname: cleanup receive_getdc_response a little.Günther Deschner2010-09-101-14/+18
| | | | Guenther
* s3-build: use proper RPC_X_OBJ target names.Günther Deschner2010-09-102-32/+35
| | | | Guenther
* s3-waf: use proper RPC_X_SRC names.Günther Deschner2010-09-101-20/+15
| | | | | | | This allows to build using waf without --enable-developer and should also fix support for rpc server modules. Guenther
* s3-build: only link LIBNDR_XATTR_OBJ where needed.Günther Deschner2010-09-101-2/+2
| | | | Guenther
* s3-waf: only link LIBNDR_XATTR_SRC where needed.Günther Deschner2010-09-101-2/+2
| | | | Guenther
* s3-build: link ndr_notify only where needed.Günther Deschner2010-09-101-2/+2
| | | | Guenther
* s3-waf: link ndr_notify only where needed.Günther Deschner2010-09-101-2/+2
| | | | Guenther
* s3-build: link ndr_named_pipe_auth only where needed.Günther Deschner2010-09-101-2/+2
| | | | Guenther
* s3-waf: link ndr_named_pipe_auth only where needed.Günther Deschner2010-09-101-2/+2
| | | | Guenther
* s3-spoolss: allow a short printername w/o servername.Günther Deschner2010-09-101-6/+1
| | | | | | Verified with RPC-SPOOLSS-PRINTSERVER-enumprinters_old test. Guenther
* Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder ↵Jeremy Allison2010-09-095-3/+34
| | | | | | <andreas.moroder@gmx.net>". Jeremy.
* More paranoia to ensure SD's can't be set on read-only shares.Jeremy Allison2010-09-091-0/+4
| | | | Jeremy.
* s3-selftest: rename printer "print4" to "lp".Günther Deschner2010-09-101-1/+1
| | | | | | This should trigger a false error condition in our code. Guenther
* s3: Ensure NULL termination for "workstation" in auth_crapVolker Lendecke2010-09-091-0/+2
|
* s3-nmbd: use NETLOGON_NT_VERSION_1 in LOGON_PRIMARY_RESPONSE.Günther Deschner2010-09-091-1/+1
| | | | Guenther
* s3: These assignments are overwritten immediatelyVolker Lendecke2010-09-091-4/+0
| | | | Dump them
* s3-nmbd: use autogenerated marshalling for LOGON_SAM_LOGON_REQUEST.Günther Deschner2010-09-091-301/+94
| | | | Guenther
* s3-nmbd: use autogenerated marshalling for LOGON_PRIMARY_QUERY.Günther Deschner2010-09-091-109/+33
| | | | | | Couldn't find any reproducer for a short request, so removing it for now. Guenther
* s3-nmbd: use autogenerated marshalling for LOGON_REQUEST.Günther Deschner2010-09-091-47/+29
| | | | Guenther
* s3-nmbd: handle source_name in one location in nmbd_process_logon().Günther Deschner2010-09-091-5/+4
| | | | Guenther
* s3-nmbd: use nbt_netlogon_packet in process_logon_packet().Günther Deschner2010-09-091-5/+24
| | | | Guenther
* s3-printing: Make missing auth_serversupplied_info const.Andreas Schneider2010-09-091-3/+3
|
* s3-spoolss: Use systerm server_info for winreg connection.Andreas Schneider2010-09-091-88/+162
| | | | This will ensure that we have the rights we need to access the regsitry.
* s3-spoolss: Make auth_serversupplied_info const.Andreas Schneider2010-09-093-63/+63
|
* s3-printing: Make auth_serversupplied_info const.Andreas Schneider2010-09-094-30/+30
|
* s3-msdfs: Make auth_serversupplied_info const.Andreas Schneider2010-09-092-2/+2
|
* s3-rpcint: Make auth_serversupplied_info const.Andreas Schneider2010-09-092-5/+5
|
* s3-auth: Added get_server_info_system function.Andreas Schneider2010-09-092-0/+6
|
* s3-spoolss: Fixed some build warnings.Andreas Schneider2010-09-091-7/+11
|
* s3-utils: remove unused variable in smbget.Günther Deschner2010-09-091-1/+0
| | | | Guenther
* s3: Remove "mem_ctx" from a few functionsVolker Lendecke2010-09-093-13/+3
|
* s3: Remove "mem_ctx" from wcache_save_creds()Volker Lendecke2010-09-093-3/+1
|
* s3: Remove "mem_ctx" from lookup_cached_name()Volker Lendecke2010-09-094-8/+4
|
* s3: Remove a nested if-statementVolker Lendecke2010-09-091-5/+3
|
* s3: Fill in workstation in winbindd_pam_auth_crap_sendVolker Lendecke2010-09-092-6/+5
|
* s3: Fill in domain in winbindd_pam_auth_crap_sendVolker Lendecke2010-09-092-11/+3
|
* s3: Remove redundant flag checksVolker Lendecke2010-09-091-10/+0
| | | | | We're checking these in the parent already (winbindd_pam_auth_send and winbindd_pam_auth_crap_send). No point in doing it in the child as well
* s3: Remove unused arg "user_sid" from winbindd_store_credsVolker Lendecke2010-09-093-11/+5
| | | | All callers have passed in NULL
* s3: Remove unused winbindd_update_creds_by_sidVolker Lendecke2010-09-092-12/+0
|
* s3: Remove unused winbindd_dual_show_sequence()Volker Lendecke2010-09-093-25/+0
|
* Don't rely on the underlying ACL modules to enforce share levelJeremy Allison2010-09-082-0/+10
| | | | | | security when setting ACLs, check at the call level as well. Jeremy.
* Optimization suggested by Metze. Without this patch,Jeremy Allison2010-09-081-1/+97
| | | | | | | | | | | | | | | | | | | | | | FindFirst with 'path\to\some\dir\with\files\*' triggers the following stat calls path\to\some\dir\with\files\* => ENOENT path\ path\to\ path\to\some\ path\to\some\dir\ path\to\some\dir\with\ path\to\some\dir\with\files\ path\to\some\dir\with\files\* => ENOENT With this patch we get : path\to\some\dir\with\files\* => ENOENT path\to\some\dir\with\files = OK Jeremy.
* s3: "== false" looks wrong :-)Volker Lendecke2010-09-081-1/+1
|
* Fix warnings caused by double ";;" at the end of the time_mono() fixes.Jeremy Allison2010-09-081-3/+3
|
* s3: use time_mono throughout in smbgetBjörn Jacke2010-09-081-6/+5
|
* s3/ldap: use monotonic clock for timeouts in smbldapBjörn Jacke2010-09-082-20/+26
| | | | | 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.