Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-14 | s3-build: re-run make samba3-idl. | Günther Deschner | 3 | -1/+91 | |
Guenther | |||||
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 | 4 | -0/+78 | |
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 | 4 | -0/+51 | |
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-19 | s3:librpc/ndr: if uninitialized variable in string_array code | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-02-06 | rerun make idl. | Günther Deschner | 3 | -0/+4531 | |
Guenther | |||||
2009-02-06 | netapi: add more SERVER_INFO_X levels. | Günther Deschner | 1 | -0/+613 | |
Guenther | |||||
2009-02-03 | librpc: add ndr_size_string_array(). | Günther Deschner | 1 | -0/+23 | |
Guenther | |||||
2009-01-22 | s3: run "make samba3-idl" | Michael Adam | 1 | -0/+2 | |
Michael | |||||
2009-01-21 | Allow calling DCE/RPC server implementations directly using | Jelmer Vernooij | 1 | -1/+1 | |
rpc_pipe_client. | |||||
2009-01-18 | Move initialization of the reply prs_struct to rpc_api_pipe | Volker Lendecke | 1 | -1/+2 | |
2009-01-01 | Add iconv_convenience argument to size functions. | Jelmer Vernooij | 1 | -1/+0 | |
2008-12-16 | Remove ndrdump - it's available in merged build mode as bin/ndrdump4 and ↵ | Jelmer Vernooij | 1 | -481/+0 | |
uses the exact same object files there. | |||||
2008-12-16 | Share object files for gen_ndr. | Jelmer Vernooij | 1 | -0/+330 | |
2008-12-16 | Add new script for building IDL files in librpc/idl, generating both | Jelmer Vernooij | 1 | -0/+151 | |
Samba 3 and Samba 4 output. | |||||
2008-12-16 | Move shared gen_ndr files to librpc/gen_ndr in the root. | Jelmer Vernooij | 125 | -212501/+0 | |
At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well. | |||||
2008-12-16 | Consider shared IDL files and Samba3-specific IDL files separately, allow ↵ | Jelmer Vernooij | 2 | -2/+0 | |
overriding output directory. | |||||
2008-12-16 | Rename dom_sid.idl -> server_id.idl (since it no longer actually contains ↵ | Jelmer Vernooij | 7 | -57/+56 | |
the dom_sid). No longer include it from security.idl. | |||||
2008-12-14 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 6 | -14/+14 | |
2008-12-14 | Remove the global "cmdline_auth_info" from source3/lib/util.c | Volker Lendecke | 1 | -0/+6 | |
This involves changing all our clients, that's why it's so large. | |||||
2008-12-13 | s3: re-run make samba3-idl. | Günther Deschner | 5 | -14/+8 | |
Guenther | |||||
2008-12-12 | Move dom_sid to the Samba 3 IDL file, remove the old definition. | Jelmer Vernooij | 11 | -252/+39 | |
2008-12-10 | s3-build: re-run make samba3-idl. | Günther Deschner | 7 | -33/+427 | |
Guenther | |||||
2008-12-05 | s3-build: re-run make samba3-idl. | Günther Deschner | 2 | -36/+36 | |
Guenther | |||||
2008-12-02 | re-run make samba3-idl. | Günther Deschner | 3 | -8/+47 | |
Guenther | |||||
2008-11-28 | s3-build: re-run make samba3-idl. | Günther Deschner | 2 | -8/+8 | |
Guenther | |||||
2008-11-26 | Move netr_SamDatabaseID8Bit to netlogon.idl to prevent problems with | Jelmer Vernooij | 9 | -121/+103 | |
forward enum declarations when compiled with C++. | |||||
2008-11-20 | s3-build: re-run make samba3-idl. | Günther Deschner | 5 | -17/+43 | |
Guenther | |||||
2008-11-19 | s3-build: re-run make samba3-idl after pidl change. | Günther Deschner | 7 | -44/+44 | |
Guenther | |||||
2008-11-17 | s3-build: re-run make samba3-idl. | Günther Deschner | 5 | -109/+179 | |
Guenther | |||||
2008-11-17 | svcctl: fill in SERVICE_CONTROL from s3. | Günther Deschner | 5 | -8/+45 | |
Guenther | |||||
2008-11-13 | Move v2 from timestamp to 16-byte hash. Got the change in before on disk ↵ | Jeremy Allison | 3 | -30/+30 | |
format is fixed. Jeremy. | |||||
2008-11-12 | s3-build: re-run make samba3-idl. | Günther Deschner | 4 | -34/+34 | |
Guenther | |||||
2008-11-12 | ntsvcs: use both named-pipe endpoints. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2008-11-12 | s3-build: re-run make samba3-idl. | Günther Deschner | 5 | -98/+98 | |
Guenther | |||||
2008-11-12 | s3-build: re-run make samba3-idl. | Günther Deschner | 4 | -10/+12 | |
Guenther | |||||
2008-11-10 | s3-build: re-run make samba3-idl (rid2sid). | Günther Deschner | 5 | -7/+28 | |
Guenther | |||||
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-build: re-run make samba3-idl (after cleanup). | Günther Deschner | 1 | -2/+0 | |
Guenther | |||||
2008-11-10 | s3-samr-idl: cleanup. | Günther Deschner | 1 | -4/+0 | |
Guenther | |||||
2008-11-10 | s3-netlogon: fix type of parameters string in user delta. | Günther Deschner | 2 | -6/+6 | |
Guenther | |||||
2008-11-08 | s3: add missing librpc/gen_ndr/ndr_dom_sid.h | Stefan Metzmacher | 1 | -0/+10 | |
metze | |||||
2008-11-08 | s3: make idl | Stefan Metzmacher | 3 | -27/+14 | |
metze | |||||
2008-11-08 | s3: security.idl: split of dom_sid stuff into dom_sid.idl | Stefan Metzmacher | 8 | -155/+100 | |
And use the toplevel ndr_sec_helper.c metze | |||||
2008-11-06 | s3: build ndr_named_pipe_auth.c | Stefan Metzmacher | 3 | -0/+354 | |
metze | |||||
2008-11-06 | s3-build: rerun make samba3-idl. | Günther Deschner | 6 | -23/+240 | |
Guenther | |||||
2008-11-05 | s3-build: re-run make samba3-idl. | Günther Deschner | 5 | -29/+84 | |
Guenther | |||||
2008-11-05 | s3-samr-idl: fix samr_QueryUserInfo2. | Günther Deschner | 1 | -1/+1 | |
Guenther |