summaryrefslogtreecommitdiffstats
path: root/source3/librpc/idl
Commit message (Collapse)AuthorAgeFilesLines
* s3: smbcontrol to notify smbd about idmap changesGregor Beck2011-02-281-0/+4
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 28 14:07:23 CET 2011 on sn-devel-104
* s3-build: allow waf build of s3 IDL files from any top directoryAndrew Tridgell2011-02-181-3/+6
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3: add server_id.idl and use only autogenerated code.Günther Deschner2011-02-174-4/+29
| | | | | | | | | Volker, Tridge and other clustering gurus, please check. It is ok to get rid of ifdef CLUSTER_SUPPORT here, right ? Why was unique_id not marshalled at all ? Guenther
* s3-librpc: move server_id marshalling to own helper file.Günther Deschner2011-02-162-2/+2
| | | | | | | | | (in preparation of merging struct server_id). Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 16 00:02:33 CET 2011 on sn-devel-104
* librpc: move preg.idl to main directory.Günther Deschner2011-02-102-50/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 10 13:56:49 CET 2011 on sn-devel-104
* s3: give ../librpc/ndr/util.c its own header.Günther Deschner2011-02-102-0/+2
| | | | Guenther
* s3-waf: no need to call pidl with --samba3-ndr-client anymore.Günther Deschner2011-02-021-2/+7
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 21:38:23 CET 2011 on sn-devel-104
* idl: add file_id idl.Günther Deschner2011-01-251-0/+2
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 25 12:27:00 CET 2011 on sn-devel-104
* s3-printing: Initiate pcap reload from parent smbdDavid Disseldorp2011-01-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit 7022554, smbds share a printcap cache (printer_list.tdb), therefore ordering of events between smbd processes is important when updating printcap cache information. Consider the following two process example: 1) smbd1 receives HUP or printcap cache time expiry 2) smbd1 checks whether pcap needs refresh, it does 3) smbd1 marks pcap as refreshed 4) smbd1 forks child1 to obtain cups printer info 5) smbd2 receives HUP or printcap cache time expiry 6) smbd2 checks whether pcap needs refresh, it does not (due to step 3) 7) smbd2 reloads printer shares prior to child1 completion (stale pcap) 8) child1 completion, pcap cache (printer_list.tdb) is updated by smbd1 9) smbd1 reloads printer shares based on new pcap information In this case both smbd1 and smbd2 are reliant on the pcap update performed on child1 completion. The prior commit "reload shares after pcap cache fill" ensures that smbd1 only reloads printer shares following pcap update, however smbd2 continues to present shares based on stale pcap data. This commit addresses the above problem by driving pcap cache and printer share updates from the parent smbd process. 1) smbd0 (parent) receives a HUP or printcap cache time expiry 2) smbd0 forks child0 to obtain cups printer info 3) child0 completion, pcap cache (printer_list.tdb) is updated by smbd0 4) smbd0 reloads printer shares 5) smbd0 notifies child smbds of pcap update via message_send_all() 6) child smbds read fresh pcap data and reload printer shares This architecture has the additional advantage that only a single process (the parent smbd) requests printer information from the printcap backend. Use time_mono in housekeeping functions As suggested by Björn Jacke.
* s3: Fix bug 7842: WINBIND_LOOKUPRIDS does not return the proper domain nameVolker Lendecke2010-12-061-0/+1
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Dec 6 21:18:07 CET 2010 on sn-devel-104
* s3: Add "smbcontrol winbindd ip-dropped <local-ip>"Volker Lendecke2010-09-301-0/+1
| | | | | | | | This is supposed to improve the winbind reconnect time after an ip address has been moved away from a box. Any kind of HA scenario will benefit from this, because winbindd does not have to wait for the TCP timeout to kick in when a local IP address has been dropped and DC replies are not received anymore.
* libnetapi: deal with NULL data in I_NetLogonControl2().Günther Deschner2010-09-191-1/+1
| | | | Guenther
* libnetapi: add DOMAIN_CONTROLLER_INFO_FLAGS.Günther Deschner2010-09-151-1/+19
| | | | Guenther
* s3-waf: Added missing client option to pidl list for wbint.Andreas Schneider2010-08-161-1/+1
|
* s3-waf: Try to fix the idl build.Andreas Schneider2010-08-161-0/+1
|
* s3:winbind: remove the method REMOVE_MAPPING from winbind's APIMichael Adam2010-08-141-12/+0
| | | | Michael
* s3:winbind: remove the method SET_MAPPING from winbind's APIMichael Adam2010-08-141-6/+0
| | | | Michael
* s3:winbind: remove SET_HWM from winbind's API.Michael Adam2010-08-141-5/+0
|
* s3-libnet_join: add ads.h as helper header to IDL.Günther Deschner2010-08-051-1/+2
| | | | Guenther
* s3-registry: add preg.idl.Günther Deschner2010-07-072-1/+50
| | | | Guenther
* s3-notify: add MS-CIFS 2.2.7.4.2 FILE_NOTIFY_INFORMATION to IDL.Günther Deschner2010-07-071-0/+19
| | | | Guenther
* s3-libnet_join: small IDL enhancement.Günther Deschner2010-07-011-2/+2
| | | | Guenther
* s3-idl: fix some missing dependencies to other IDL files.Günther Deschner2010-05-284-2/+6
| | | | Guenther
* s3-waf: Fix up PIDL includes.Kai Blin2010-05-201-1/+1
| | | | Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
* s3-waf: Add autogeneration with PIDLStefan Metzmacher2010-05-201-0/+7
|
* s3:winbind use no_srv_register to avoid needing rpc_srv_registerAndrew Bartlett2010-05-181-1/+2
| | | | | | | | | This pidl attribute avoids the need for this dummy function, which helps s3compat. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
* s3-libnetjoin: omit admin password in generated ndr_print function.Günther Deschner2010-05-041-2/+2
| | | | Guenther
* s3: Implement global locks in a g_lock tdbVolker Lendecke2010-02-121-1/+2
| | | | | | This is the basis to implement global locks in ctdb without depending on a shared file system. The initial goal is to make ctdb persistent transactions deterministic without too many timeouts.
* s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dcVolker Lendecke2009-12-211-0/+3
| | | | | | This just does a NULL RPC call through an existing NETLOGON connection. If someone knows an operation that "just works" and does not return NOT_SUPPORTED, please tell me :-)
* s3-winbind: properly include netlogon.idl in wbint.idl.Günther Deschner2009-11-261-1/+1
| | | | Guenther
* s3: add secrets.idl.Günther Deschner2009-10-291-0/+27
| | | | Guenther
* s3-libnetapi: add I_NetLogonControl{2} to IDL.Günther Deschner2009-10-161-0/+49
| | | | Guenther
* s3-winbindd: add wbint_ChangeMachineAccount implementation.Günther Deschner2009-10-131-1/+4
| | | | Guenther
* s3: add perfcount idl and generated files.Günther Deschner2009-10-011-0/+172
| | | | Guenther
* s3:winbind: Convert WINBINDD_SET_HWM to the new APIVolker Lendecke2009-09-071-0/+5
|
* s3:winbind: Convert WINBINDD_REMOVE_MAPPING to the new APIVolker Lendecke2009-09-071-0/+6
|
* s3:winbind: Convert WINBINDD_SET_MAPPING to the new APIVolker Lendecke2009-09-071-0/+12
|
* s3:winbind: Convert WINBINDD_CHECK_MACHACC to the new APIVolker Lendecke2009-09-071-0/+3
|
* w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new APIVolker Lendecke2009-08-301-0/+4
|
* w3:winbind: Convert WINBINDD_ALLOCATE_UID to the new APIVolker Lendecke2009-08-301-0/+4
|
* s3:winbind: Add async QueryGroupListVolker Lendecke2009-08-291-0/+4
|
* w3:winbind: Convert WINBINDD_LOOKUPRIDS to the new APIVolker Lendecke2009-08-291-0/+5
|
* s3:winbind: Add an async dsgetdcname callVolker Lendecke2009-08-291-0/+8
|
* s3:winbind: Add async query_user_listVolker Lendecke2009-08-291-0/+9
|
* s3:winbind: Rename wbint_GroupMembers to wbint_PrincipalsVolker Lendecke2009-08-291-4/+4
|
* s3:winbind: Rename wbint_GroupMember to wbint_PrincipalVolker Lendecke2009-08-291-3/+3
|
* s3:winbind: Add async wb_group_membersVolker Lendecke2009-08-161-0/+17
|
* s3:winbind: Add async wb_seqnumVolker Lendecke2009-08-161-0/+4
|
* s3:winbind: Add async wb_lookupusergroupsVolker Lendecke2009-08-051-0/+5
|
* s3:winbind: Add async wb_lookupuseraliasesVolker Lendecke2009-08-051-0/+15
|