Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-23 | s3-samr-server: unify callback convention: _samr_UserSetInfo. | Günther Deschner | 1 | -34/+19 | |
Guenther | |||||
2008-10-23 | s3-samr-server: unify callback convention: _samr_QueryDomainInfo. | Günther Deschner | 1 | -32/+18 | |
Guenther | |||||
2008-10-23 | s3-samr-server: fix return code in _samr_QueryDisplayInformation. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-23 | s3-samr-server: _samr_DeleteUser needs to wipe out the user_handle on success. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2008-10-22 | s3-samr-server: fix access check in _samr_QuerySecurity(). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-22 | s3: use shared asn1 code. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-21 | Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles. | Jeremy Allison | 1 | -5/+59 | |
Jeremy. | |||||
2008-10-21 | s3-build: fix the build. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-10-21 | s3-lsa-server: fix _lsa_GetUserName. | Günther Deschner | 1 | -8/+21 | |
Guenther | |||||
2008-10-20 | Remove the requirement for ldap call made as root. Add in security | Jeremy Allison | 1 | -4/+63 | |
checks for all SAMR calls. Jeremy. | |||||
2008-10-20 | s3-samr-server: be consistent when reporting we do password complexity. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2008-10-20 | s3-build: no need to duplicate generated srv_ prototypes. | Günther Deschner | 3 | -0/+3 | |
Guenther | |||||
2008-10-18 | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-17 | Unify access checks for lsa server functions. | Jeremy Allison | 1 | -4/+17 | |
Jeremy. | |||||
2008-10-16 | s3: use IDL generated rpc for _svcctl_QueryServiceConfigW. | Günther Deschner | 2 | -39/+19 | |
Guenther | |||||
2008-10-15 | s3: fix s3 winreg server after idl changes. | Günther Deschner | 1 | -8/+8 | |
Guenther | |||||
2008-10-15 | s3: fix s3 lsa server. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-10-15 | s3: fix various samr callers. | Günther Deschner | 1 | -14/+14 | |
Guenther | |||||
2008-10-15 | Rename reboot -> do_reboot since the first is a reserved name on FreeBSD. | Jelmer Vernooij | 2 | -4/+4 | |
2008-10-15 | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 1 | -5/+5 | |
2008-10-15 | s3: fix samlogon client and server calls. | Günther Deschner | 1 | -5/+5 | |
Guenther | |||||
2008-10-15 | Share initshutdown.idl. | Jelmer Vernooij | 2 | -6/+6 | |
2008-10-14 | Use GUID_string rather than smb_uuid_string(). | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-13 | Remove the current_spoolss_pipes_open thingy. | Volker Lendecke | 1 | -17/+0 | |
I looked at a checkout from 2002 and even there it did not what it was supposed to do. Sadly this also removes one of the nicest comments in the whole Samba code :-) | |||||
2008-10-13 | Make the internal pipe functions static | Volker Lendecke | 1 | -8/+8 | |
2008-10-13 | Remove smb_np_struct | Volker Lendecke | 1 | -303/+0 | |
2008-10-13 | Use "struct files_struct" for pipes instead of smb_np_struct | Volker Lendecke | 1 | -3/+95 | |
2008-10-13 | Pass struct smb_request to file_free | Volker Lendecke | 1 | -4/+4 | |
on the way to get rid of chain_fsp | |||||
2008-10-13 | Add data_blob_string_const_null() function that includes the terminating | Jelmer Vernooij | 1 | -2/+2 | |
null byte and use it in Samba 3. This matches the behaviour prior to my data_blob changes. | |||||
2008-10-12 | Use common util_file code. | Jelmer Vernooij | 1 | -9/+9 | |
2008-10-12 | Revert "Make get_rpc_pipe() static" | Volker Lendecke | 1 | -3/+1 | |
This reverts commit f25972832ec9d5a130da9dc060f4c3ed35bda7db. | |||||
2008-10-12 | Make get_rpc_pipe() static | Volker Lendecke | 1 | -1/+3 | |
2008-10-12 | Remove unused #defines | Volker Lendecke | 1 | -3/+0 | |
2008-10-12 | Use common strlist implementation in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-09 | Remove SEC_ACCESS. It's a uint32_t. | Jeremy Allison | 3 | -22/+16 | |
Jeremy. | |||||
2008-10-08 | For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bits | Jeremy Allison | 1 | -2/+24 | |
to specific bits every time a security descriptor is set. The S4 torture suite proves that generic bits are not returned when querying an ACL set using them (ie. only the specific bits are stored on disk). Jeremy. | |||||
2008-09-26 | s3-srvsvc: fix _srvsvc_NetShareAdd segfault. | Günther Deschner | 1 | -1/+3 | |
parm_err is not a ref pointer. Guenther | |||||
2008-08-22 | rpc_server: make it a little more obvious what flags we send to a client. | Günther Deschner | 1 | -1/+10 | |
Guenther (This used to be commit f3791e03ab09cadb1f54e32e67f4dfb3cf42e708) | |||||
2008-08-14 | Fix coverity CID: 594. Resource leak on error path. | Jeremy Allison | 1 | -2/+4 | |
Jeremy. (This used to be commit 1f38b9963c4ec0d73da496a72ba4ee74d8d581c9) | |||||
2008-07-30 | Fix duplicate gloabl warning. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 6da33797b0549a2da7dc0fa7ee21dc5e8a6b1459) | |||||
2008-07-27 | Fix srvsvc_Net[Get|Set]FileSecurity | Volker Lendecke | 1 | -155/+87 | |
There were two bugs in those routines: They did not send INTERNAL_OPEN_ONLY to open_file_ntcreate() and they did not chdir, so the file could never be found. While there I decided to remove the become_root() calls and call create_file() instead of the lower-level routines. (This used to be commit 669771738422776f8c81086ffea4924b62d72957) | |||||
2008-07-26 | make read/write to internal pipes available externally | Volker Lendecke | 1 | -8/+3 | |
(This used to be commit e11b5cb1e061caf4c3793fb402ca6bee95a8f26c) | |||||
2008-07-26 | Refactoring: Make close_internal_rpc_pipe_hnd a talloc destructor | Volker Lendecke | 1 | -5/+5 | |
(This used to be commit 10b47a0c2cfd62489428518112da82f73a52b7bc) | |||||
2008-07-26 | Refactor make_internal_rpc_pipe_p: connection_struct is not needed | Volker Lendecke | 1 | -21/+11 | |
(This used to be commit defcf0eecfb8eb035d9ca80530720b9e6873f6c7) | |||||
2008-07-26 | Make api_rpcTNP static to srv_pipe.c | Volker Lendecke | 1 | -2/+5 | |
(This used to be commit 256c93a8b3d4d9a4e52a656c91b89a043a087066) | |||||
2008-07-22 | Fix warnings on FreeBSD-based platforms | Zach Loafman | 2 | -6/+6 | |
Fix two shadowed declaration warnings on FreeBSD-based platform: 'reboot' is a 4.0BSD syscall in unistd.h and 'tcp_seq' is a typedef in netinet/tcp.h. (This used to be commit 14d2a4da1da38d6f69c63505d35990322f253e5d) | |||||
2008-07-20 | Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth | Volker Lendecke | 2 | -10/+2 | |
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 9abc9dc4dc13bd3e42f98eff64eacf24b51f5779) | |||||
2008-07-19 | Introduce is_known_pipename | Volker Lendecke | 1 | -0/+33 | |
This scans the list of pipes registered via rpc_pipe_register_commands instead of using static tables. (This used to be commit 283e6039989adea1c8921b3600b410cb67b6492a) | |||||
2008-07-18 | Fix typos. | Karolin Seeger | 1 | -14/+14 | |
the user have -> has Karolin (This used to be commit 1ee2ad1051e6076709ef8ed2f45bebff10b0c3cf) | |||||
2008-07-18 | Simplify the RPC servers: remove get_pipe_fns | Volker Lendecke | 1 | -97/+25 | |
The per-server xxx_get_pipe_fns functions can go once all the RPC servers are converted (This used to be commit 6aa2391cbe1cbda8269ded767117f53d83b243e1) |