Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-01 | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 2 | -3/+3 | |
2008-12-23 | Fix more asprintf warnings and some error path errors. | Jeremy Allison | 1 | -4/+7 | |
Jeremy. | |||||
2008-12-17 | s3-ntsvcs: remove last traces of hand-marshalled NTSVCS. | Günther Deschner | 1 | -132/+0 | |
Guenther | |||||
2008-12-17 | s3-ntsvcs: use pidl for _PNP_GetDeviceList. | Günther Deschner | 2 | -39/+30 | |
Guenther | |||||
2008-12-17 | s3: refactor _netr_LogonControl{2,2Ex} server side. | Günther Deschner | 1 | -28/+32 | |
Guenther | |||||
2008-12-13 | s3: fix netlogon rpc_server build after idl change. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-12-10 | Make the LookupRid access check match LookupName until | Jeremy Allison | 1 | -1/+1 | |
we know the correct bits to use here. Jeremy. | |||||
2008-12-10 | Fix usrmgr opening a user object as non-root. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2008-12-10 | s3-netlogon: fix netlogon server build. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-12-09 | s3-samr: a level 18 password set needs to set the pwdlastset as well. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2008-12-09 | s3-srvsvc: fix build warning. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-12-08 | s3: Add support for access based share enumeration | Todd Stecher | 1 | -19/+39 | |
2008-12-05 | s3-samr: fix samr_SetUserInfo level 18 server-side. | Günther Deschner | 1 | -16/+46 | |
Guenther | |||||
2008-12-05 | s3-samr: fix samr callers of samr_UserInfo18. | Günther Deschner | 1 | -2/+4 | |
Guenther | |||||
2008-12-05 | s3-samr: fix SAMR_FIELD_PASSWORD callers. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-12-05 | s3-samr: fix init_samr_user_info2{1,3,5} callers. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-12-03 | s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argument | Tim Prouty | 1 | -2/+2 | |
This replaces the is_dos_path bool with a more future-proof argument. The next step is to plumb INTERNAL_OPEN_ONLY through this flag instead of overridding the oplock_request. | |||||
2008-12-03 | s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE | Tim Prouty | 1 | -0/+2 | |
Now unix paths can be differentiated from windows paths so the underlying create_file implementations can convert paths correctly. | |||||
2008-12-03 | s3: Add SMB_VFS_CREATE_FILE to the vfs layer | Tim Prouty | 1 | -2/+2 | |
Modify all callers of create_file to go through SMB_VFS_CREATE_FILE | |||||
2008-12-02 | s3-samr: simplify _samr_QueryUserInfo a lot and fix some few potential memleaks. | Günther Deschner | 1 | -167/+37 | |
Guenther | |||||
2008-12-02 | s3-samr: fix samr_SetUserInfo{2} level 23. | Günther Deschner | 1 | -16/+21 | |
Do not just start decoding/setting passwords when fields_present do not indicate there is a password to be set. Guenther | |||||
2008-12-02 | s3-samr: _samr_EnumDomainUsers always returns a sam array (even w/o users). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-12-02 | s3-samr: refuse do process UserSetInfo with 0 fields_present. | Günther Deschner | 1 | -0/+12 | |
Guenther | |||||
2008-12-02 | s3-samr: use samr_DomainServerState in client tools. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-12-01 | s3-samr: fix various potential memleaks in samr_SetUserInfo. | Günther Deschner | 1 | -43/+2 | |
Was there any reason why we did all these individual TALLOC_FREEs ? Guenther | |||||
2008-12-01 | s3-samr: avoid code duplication for identical code in _samr_Connect2, 4 and 5. | Günther Deschner | 1 | -78/+15 | |
Guenther | |||||
2008-12-01 | s3-samr: modify logging in _samr_Connect2 so that it can be called from ↵ | Günther Deschner | 1 | -4/+16 | |
other calls as well. Guenther | |||||
2008-11-28 | Remove "conn" parameter from np_open, smb_request contains it | Volker Lendecke | 1 | -2/+3 | |
2008-11-27 | s3-samr: never allow to alter pwdlastset directly. | Günther Deschner | 1 | -0/+16 | |
Guenther | |||||
2008-11-27 | s3-samr: fix return code for invalid password sets in SetUserInfo. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2008-11-27 | s3-samr: fix return code for invalid name in _samr_LookupDomain. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2008-11-27 | s3-samr: avoid enumeration and user creation on builtin domain handle. | Günther Deschner | 1 | -0/+10 | |
Guenther | |||||
2008-11-27 | s3-samr: support samr_CreateUser as well. | Günther Deschner | 1 | -10/+20 | |
Guenther | |||||
2008-11-27 | s3-samr: support samr_QueryUserInfo2 as well. | Günther Deschner | 1 | -10/+15 | |
Guenther | |||||
2008-11-27 | s3-samr: add support for _samr_QueryUserInfo level 5. | Günther Deschner | 1 | -0/+108 | |
Guenther | |||||
2008-11-25 | s3-samr: fix _samr_LookupNames return code. | Günther Deschner | 1 | -1/+10 | |
Guenther | |||||
2008-11-24 | Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS! | Volker Lendecke | 12 | -181/+129 | |
2008-11-24 | Convert delete_driver_files to use create_conn_struct | Volker Lendecke | 1 | -4/+6 | |
Jerry, please check! | |||||
2008-11-24 | Convert get_correct_cversion to use create_conn_struct | Volker Lendecke | 1 | -1/+1 | |
Jerry, please check! | |||||
2008-11-24 | Convert move_driver_to_download_area to use create_conn_struct | Volker Lendecke | 1 | -1/+2 | |
This removes a use of struct current_user and the vuid The become_user() here is unnecessary, within the spoolss handling code we have switched to the authenticated pipe user anyway. Jerry, please check! | |||||
2008-11-23 | Add auth_serversupplied_info to create_conn_struct | Volker Lendecke | 1 | -6/+4 | |
srvsvc needs it, as will printing | |||||
2008-11-20 | Second part of fix for bug #5891 - smbd crashed when viewing the eventlog ↵ | Jeremy Allison | 1 | -5/+3 | |
exported by "eventlog list". Don't leak memory on error paths. Jeremy. | |||||
2008-11-20 | s3-eventlog: remove trailing whitespace. | Günther Deschner | 1 | -44/+44 | |
Guenther | |||||
2008-11-20 | s3-eventlog: avoid passing down full prs_struct in eventlog server. | Günther Deschner | 1 | -10/+10 | |
Guenther | |||||
2008-11-20 | eventlog: don't crash in sync_eventlog_params(). | Michael Adam | 1 | -1/+1 | |
When freeing the talloc ctx at the end of the routine, it must be a talloc ctx created inside. talloc_tos() needs to be valid after the function finishes, since callers (may) have data attached to it. Michael Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2008-11-19 | This code mixes up int and uint32 when pulling out of a TDB. This is very ↵ | Jeremy Allison | 2 | -24/+26 | |
bad. Fixing... May fix bug #5891, not sure. Jeremy. | |||||
2008-11-19 | s3-ntsvcs: use pidl for _PNP_GetDeviceRegProp. | Günther Deschner | 2 | -38/+23 | |
Guenther | |||||
2008-11-17 | Fix build warning introduced by making SERVICE_CONTROL an enum | Tim Prouty | 1 | -4/+2 | |
2008-11-15 | s3-spoolss: fix enumports segfault (another malloc vs. talloc candidate). | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2008-11-13 | s3-svctl-server: fix remote rpc service management (bug #5888). | Günther Deschner | 1 | -1/+1 | |
Don't TALLOC_FREE a non-talloced [ref] pointer. Guenther |