Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-18 | s3: Always allocate memory in dptr_ReadDirName | Aravind Srinivasan | 1 | -1/+1 | |
This is a follow up to 69d61453df6019caef4e7960fa78c6a3c51f3d2a to adjust the API to allow the lower layers allocate memory. Now the memory can explicitly be freed rather than relying on talloc_tos(). Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2009-05-18 | Change access_check_samr_object -> access_check_object. | Jeremy Allison | 1 | -0/+7 | |
Make map_max_allowed_access global. Change lsa_get_generic_sd to add Everyone:LSA_POLICY_READ|LSA_POLICY_EXECUTE, not just LSA_POLICY_EXECUTE. Jeremy. | |||||
2009-05-18 | Add "file_walk_table" to do stuff with all open files | Volker Lendecke | 1 | -0/+4 | |
2009-05-16 | Move smb_create_user() in samsync | Simo Sorce | 1 | -5/+0 | |
It is not used anywhere else, so make it also static and remove it from proto.h | |||||
2009-05-16 | s3-privileges: add privilege_delete_account(). | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2009-05-13 | s3:libsmb: move read_smb_send/recv() static in async_smb.c | Stefan Metzmacher | 1 | -5/+0 | |
metze | |||||
2009-05-12 | s3:proto.h: remove old param/params.c prototype | Michael Adam | 1 | -7/+0 | |
Michael | |||||
2009-05-08 | s3-samr: let set_user_info_16 and 20 follow the same pattern as all other ↵ | Günther Deschner | 1 | -0/+2 | |
levels. Guenther | |||||
2009-05-08 | s3-samr: support some more info levels in samr_SetUserInfo calls. | Günther Deschner | 1 | -0/+20 | |
Guenther | |||||
2009-05-07 | Make cli_tcon_andx chainable | Volker Lendecke | 1 | -0/+6 | |
2009-05-07 | Make cli_session_setup_guest chainable | Volker Lendecke | 1 | -0/+4 | |
2009-05-06 | Make cli_setatr async. | Jeremy Allison | 1 | -1/+11 | |
Jeremy. | |||||
2009-05-06 | Make cli_setattrE async. | Jeremy Allison | 1 | -4/+13 | |
Jeremy. | |||||
2009-05-06 | s3-printing: simplify print_queue helper functions and return WERROR. | Günther Deschner | 1 | -6/+3 | |
Guenther | |||||
2009-05-05 | Make cli_getatr() async. | Jeremy Allison | 1 | -2/+14 | |
Jeremy. | |||||
2009-05-05 | Make cli_getattrE async. | Jeremy Allison | 1 | -5/+18 | |
Jeremy. | |||||
2009-05-01 | Add getaddrinfo_send/recv | Volker Lendecke | 1 | -0/+7 | |
2009-05-01 | Add fncall_send/recv | Volker Lendecke | 1 | -0/+8 | |
2009-04-30 | Cause cli_close to return an NTSTATUS. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2009-04-30 | Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. | Jeremy Allison | 1 | -39/+33 | |
Convert all uses of cli_open(), cli_nt_createXXX to NTSTATUS versions. This is smaller than it looks, it just fixes a lot of old code. Next up, ensure all cli_XX functions return NTSTATUS. Jeremy. | |||||
2009-04-29 | Make cli_unlink async. | Jeremy Allison | 1 | -2/+7 | |
Jeremy. | |||||
2009-04-29 | More async calls in libsmb/clifile.c | Jeremy Allison | 1 | -2/+17 | |
Jeremy. | |||||
2009-04-29 | s3:smbd/service: switch load_registry_service/shares to use loadparm routines | Michael Adam | 1 | -0/+1 | |
instead of reading the registry directly with tdb and activating the configure options by hand. This eliminates the need for repeating checks done in loadparm. For instance it disables registry shares without path in the server as is the case with text based shares. Michael | |||||
2009-04-29 | s3:loadparm: refactor process_registry_service out or process_registry_globals | Michael Adam | 1 | -0/+1 | |
Michael | |||||
2009-04-28 | Convert cli_rename to async. | Jeremy Allison | 1 | -1/+7 | |
Jeremy. | |||||
2009-04-28 | Convert cli_posix_unlink() and cli_posix_rmdir() | Jeremy Allison | 1 | -2/+14 | |
to async. First trans calls I've done. Jeremy. | |||||
2009-04-27 | s3:registry: replace typedef REGISTRY_OPS by struct registry_ops | Michael Adam | 1 | -2/+2 | |
Michael | |||||
2009-04-27 | s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handle | Michael Adam | 1 | -16/+22 | |
Michael | |||||
2009-04-27 | s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob | Michael Adam | 1 | -14/+17 | |
Michael | |||||
2009-04-27 | s3:registry: replace typedef REGVAL_CTR by struct regval_ctr. | Michael Adam | 1 | -15/+15 | |
This paves the way for hiding the typedef and the implementation from the surface. Michael | |||||
2009-04-24 | find/replace. Change uintX types to uintX_t types to tidy up the code. | Jeremy Allison | 1 | -15/+15 | |
Jeremy. | |||||
2009-04-23 | Add missing prototypes | Volker Lendecke | 1 | -0/+20 | |
2009-04-22 | Make dskattr async. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2009-04-22 | Make cli_chkpath async. | Jeremy Allison | 1 | -1/+1 | |
Jeremy | |||||
2009-04-21 | s3: Use common security_descriptor_equal(). | Jelmer Vernooij | 1 | -1/+0 | |
2009-04-21 | Make rmdir async. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2009-04-21 | Make cli_mkdir async. Change it to return NTSTATUS. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2009-04-20 | Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() ↵ | Wilco Baan Hofman | 1 | -145/+1 | |
function to samba 3. Move prototypes to root libgpo where appropriate. gpo_ldap.c now compiles for both samba 3 and 4. Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-04-20 | Merge commit 'origin/master' into libcli-auth-merge-without-netlogond | Andrew Bartlett | 1 | -1/+25 | |
2009-04-20 | Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key() | Andrew Bartlett | 1 | -1/+1 | |
2009-04-19 | Add "uint32_t access_granted" to policy handles | Volker Lendecke | 1 | -7/+12 | |
All policy handles have a mask of allowed operations attached that were calculated at creation time, so they should carry this mask. This is the basis for consolidating all our policy handle access checks. If you want to do your own more complicated access checks further down, just pass "0" to policy_handle_find. | |||||
2009-04-19 | Make "struct policy" private to srv_lsa_hnd.c | Volker Lendecke | 1 | -0/+1 | |
2009-04-18 | Add type-safe policy_handle_create/find | Volker Lendecke | 1 | -0/+12 | |
2009-04-18 | Add some const | Volker Lendecke | 1 | -1/+2 | |
2009-04-16 | Add notify_onelevel.tdb | Volker Lendecke | 1 | -0/+5 | |
This optimizes non-recursive notifys. For non-recursive notifies we can use a per-directory file-id indexed notify record. This matters for the Windows Explorer and IIS cases which do not use recursive notifies. In these cases, we do not have to shuffle around the whole notify record on every change. For the cluster case, this improves correctness of the notifies, ctdb only distributes the tdb seqnum once a second, so we can lose notifies. | |||||
2009-04-15 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into ↵ | Andrew Bartlett | 1 | -1/+0 | |
libcli-auth-merge-without-netlogond | |||||
2009-04-14 | s3-spoolss: remove unused dup_nt_devicemode(). | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2009-04-14 | Make Samba3 use the new common libcli/auth code | Andrew Bartlett | 1 | -5/+5 | |
This is particuarly in the netlogon client (but not server at this stage) | |||||
2009-04-14 | Rework Samba3 to use new libcli/auth code (partial) | Andrew Bartlett | 1 | -125/+17 | |
This commit is mostly to cope with the removal of SamOemHash (replaced by arcfour_crypt()) and other collisions (such as changed function arguments compared to Samba3). We still provide creds_hash3 until Samba3 uses the credentials code in netlogon server Andrew Bartlett | |||||
2009-04-14 | s3:charcnv remove now unused malloc() based conversion functions | Andrew Bartlett | 1 | -4/+0 | |