Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-printing: make sure to first migrate the printers then the security ↵ | Günther Deschner | 2011-07-07 | 1 | -0/+12 |
| | | | | | | | | descriptor. Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de> | ||||
* | s3-printing: remove spoolss pipe from migration library, only using winreg ↵ | Günther Deschner | 2011-07-07 | 1 | -16/+2 |
| | | | | | | | | finally. Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de> | ||||
* | s3-printing: open up a winreg pipe handle for the migration code. | Günther Deschner | 2011-07-04 | 1 | -0/+16 |
| | | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Jul 4 15:06:41 CEST 2011 on sn-devel-104 | ||||
* | s3-net: use printing_migrate library, and eliminate duplicate code. | Günther Deschner | 2011-07-01 | 1 | -415/+6 |
| | | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jul 1 17:57:09 CEST 2011 on sn-devel-104 | ||||
* | s3-printing: fill devicemode size in migrate_printer() | David Disseldorp | 2011-06-30 | 1 | -0/+1 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere. | Rusty Russell | 2011-06-20 | 1 | -6/+6 |
| | | | | | | | Note that tdb_nextkey_compat frees the old key for us. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | ||||
* | tdb_fetch_compat: use instead of tdb_fetch. | Rusty Russell | 2011-06-20 | 1 | -2/+2 |
| | | | | | | | This is a noop for tdb1. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | ||||
* | s3: only include tdb headers where needed. | Günther Deschner | 2011-05-06 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | More const fixes. Remove CONST_DISCARD. | Jeremy Allison | 2011-05-06 | 1 | -1/+1 |
| | |||||
* | s3-rpc_client: add and use rpc_client/rpc_client.h. | Günther Deschner | 2011-04-13 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 2011-03-30 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3:net: use dcerpc_spoolss_X() functions | Stefan Metzmacher | 2011-01-21 | 1 | -9/+35 |
| | | | | | | metze Signed-off-by: Andreas Schneider <asn@samba.org> | ||||
* | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 2010-10-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104 | ||||
* | s3-net: fix copy/paste typo in usage of "net printing". | Günther Deschner | 2010-08-06 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-build: only use ndr_security.h where needed. | Günther Deschner | 2010-05-31 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 2010-05-21 | 1 | -1/+1 |
| | | | | | | | | | | This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-net: Created a migration tool for printing TDBs. | Andreas Schneider | 2010-05-20 | 1 | -0/+498 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-net: also dump security descriptors from ntprinters.tdb in "net printing ↵ | Günther Deschner | 2010-05-18 | 1 | -0/+39 |
| | | | | | | dump". Guenther | ||||
* | s3-net: Added a rather trivial "net printing dump" command. | Günther Deschner | 2010-05-18 | 1 | -0/+202 |
Guenther |