Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-01 | s3: add perfcount idl and generated files. | Günther Deschner | 1 | -0/+172 | |
Guenther | |||||
2009-09-07 | s3:winbind: Convert WINBINDD_SET_HWM to the new API | Volker Lendecke | 1 | -0/+5 | |
2009-09-07 | s3:winbind: Convert WINBINDD_REMOVE_MAPPING to the new API | Volker Lendecke | 1 | -0/+6 | |
2009-09-07 | s3:winbind: Convert WINBINDD_SET_MAPPING to the new API | Volker Lendecke | 1 | -0/+12 | |
2009-09-07 | s3:winbind: Convert WINBINDD_CHECK_MACHACC to the new API | Volker Lendecke | 1 | -0/+3 | |
2009-08-30 | w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new API | Volker Lendecke | 1 | -0/+4 | |
2009-08-30 | w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new API | Volker Lendecke | 1 | -0/+4 | |
2009-08-29 | s3:winbind: Add async QueryGroupList | Volker Lendecke | 1 | -0/+4 | |
2009-08-29 | w3:winbind: Convert WINBINDD_LOOKUPRIDS to the new API | Volker Lendecke | 1 | -0/+5 | |
2009-08-29 | s3:winbind: Add an async dsgetdcname call | Volker Lendecke | 1 | -0/+8 | |
2009-08-29 | s3:winbind: Add async query_user_list | Volker Lendecke | 1 | -0/+9 | |
2009-08-29 | s3:winbind: Rename wbint_GroupMembers to wbint_Principals | Volker Lendecke | 1 | -4/+4 | |
2009-08-29 | s3:winbind: Rename wbint_GroupMember to wbint_Principal | Volker Lendecke | 1 | -3/+3 | |
2009-08-16 | s3:winbind: Add async wb_group_members | Volker Lendecke | 1 | -0/+17 | |
2009-08-16 | s3:winbind: Add async wb_seqnum | Volker Lendecke | 1 | -0/+4 | |
2009-08-05 | s3:winbind: Add async wb_lookupusergroups | Volker Lendecke | 1 | -0/+5 | |
2009-08-05 | s3:winbind: Add async wb_lookupuseraliases | Volker Lendecke | 1 | -0/+15 | |
2009-08-05 | s3:winbind: Add async wb_queryuser | Volker Lendecke | 1 | -0/+15 | |
2009-08-05 | s3:winbind: Add async wb_gid2sid | Volker Lendecke | 1 | -0/+6 | |
2009-08-05 | s3:winbind: Add async wb_uid2sid | Volker Lendecke | 1 | -0/+6 | |
2009-08-05 | s3:winbind: Add async wb_sid2gid | Volker Lendecke | 1 | -0/+6 | |
2009-08-05 | s3:winbind: Add async wb_sid2uid | Volker Lendecke | 1 | -0/+6 | |
2009-08-05 | s3:winbind: Add async wb_lookupname | Volker Lendecke | 1 | -0/+8 | |
2009-08-05 | s3:winbind: Add async wb_lookupsid | Volker Lendecke | 1 | -0/+10 | |
2009-08-05 | s3:winbind: Add NDR-based parent-child communication to winbind | Volker Lendecke | 1 | -0/+14 | |
2009-06-19 | Don't require "Modify property" perms to unjoin bug #6481) | Jim McDonough | 1 | -0/+1 | |
"net ads leave" stopped working when "modify properties" permissions were not granted (meaning you had to be allowed to disable the account that you were about to delete). Libnetapi should not delete machine accounts, as this does not happen on win32. The WKSSVC_JOIN_FLAGS_ACCOUNT_DELETE flag really means "disable" (both in practice and docs). However, to keep the functionality in "net ads leave", we will still try to do the delete. If this fails, we try to do the disable. Additionally, it is possible in windows to not disable or delete the account, but just tell the local machine that it is no longer in the account. libnet can now do this as well. | |||||
2009-05-14 | s3-netapi: add NetShutdownInit and NetShutdownAbort. | Günther Deschner | 1 | -0/+21 | |
I know, they don't exist as such calls on windows but having them in libnetapi.so would be very handy. Guenther | |||||
2009-04-16 | Fix IDL licensing file that got missed when IDL files were moved. | Jeremy Allison | 1 | -0/+9 | |
Jeremy. | |||||
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-02-20 | s3: Modifications to generic notify structures to allow implementation of ↵ | Steven Danneman | 1 | -0/+2 | |
OneFS notify. The OneFS kernel based change notify system takes an fd of the directory to watch in it's initialization syscall. Since we already have this directory open, this commit plumbs that fd down to the VFS layer via the notify_entry struct. We also need to know if the watch is taken out on a snapshot directory. The full file_id struct is also passed down to make this determination. The file_id marshalling wrappers are hand written here, but should eventually be auto-generated by moving the struct file_id into the idl. | |||||
2009-02-06 | netapi: add more SERVER_INFO_X levels. | Günther Deschner | 1 | -0/+613 | |
Guenther | |||||
2008-12-16 | Rename dom_sid.idl -> server_id.idl (since it no longer actually contains ↵ | Jelmer Vernooij | 2 | -29/+56 | |
the dom_sid). No longer include it from security.idl. | |||||
2008-11-10 | s3-samr: remove old samr.idl file. | Günther Deschner | 1 | -1550/+0 | |
Guenther | |||||
2008-11-10 | s4-samr: merge samr_RidToSid from s3 idl. (fixme: python) | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-11-10 | s3-samr-idl: cleanup. | Günther Deschner | 1 | -4/+0 | |
Guenther | |||||
2008-11-08 | s3: security.idl: split of dom_sid stuff into dom_sid.idl | Stefan Metzmacher | 1 | -0/+29 | |
And use the toplevel ndr_sec_helper.c metze | |||||
2008-11-05 | s3-samr-idl: fix samr_QueryUserInfo2. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-11-05 | s3-samr-idl: fix samr_ValidatePassword. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-10-31 | s3-samr-idl: add Alias Object specific access rights. | Günther Deschner | 1 | -0/+22 | |
Guenther | |||||
2008-10-31 | s3-samr-idl: add Group Object specific access rights. | Günther Deschner | 1 | -0/+22 | |
Guenther | |||||
2008-10-31 | s3-samr-idl: add Domain Object specific access rights. | Günther Deschner | 1 | -0/+28 | |
Guenther | |||||
2008-10-31 | s3-samr-idl: add User Object specific access rights. | Günther Deschner | 1 | -0/+29 | |
Guenther | |||||
2008-10-31 | s3-samr-idl: add SAM server specific access rights. | Günther Deschner | 1 | -0/+23 | |
Guenther | |||||
2008-10-31 | srvsvc: share srvsvc idl between s3 and s4. | Günther Deschner | 1 | -1547/+0 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetTransportEnum from s3 idl. | Günther Deschner | 1 | -2/+6 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetTransportDel from s3 idl. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2008-10-31 | s4-srvsvc: merge srvsvc_NetServerStatisticsGet from s3 idl. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-31 | s3-srvsvc-idl: fix srvsvc_NetCharDevQEnum. | Günther Deschner | 1 | -2/+6 | |
Guenther | |||||
2008-10-31 | s3-srvsvc-idl: fix srvsvc_NetCharDevEnum. | Günther Deschner | 1 | -2/+6 | |
Guenther | |||||
2008-10-31 | s3-srvsvc-idl: add missing field to srvsvc_SrvInfo402/403. | Günther Deschner | 1 | -0/+2 | |
Guenther |