Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-07 | s3-printing: make sure to first migrate the printers then the security ↵ | Günther Deschner | 1 | -0/+12 | |
descriptor. Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de> | |||||
2011-07-07 | s3-printing: remove spoolss pipe from migration library, only using winreg ↵ | Günther Deschner | 1 | -16/+2 | |
finally. Guenther Pair-Programmed-With: David Disseldorp <ddiss@suse.de> | |||||
2011-07-04 | s3-printing: open up a winreg pipe handle for the migration code. | Günther Deschner | 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 | |||||
2011-07-01 | s3-net: use printing_migrate library, and eliminate duplicate code. | Günther Deschner | 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 | |||||
2011-06-30 | s3-printing: fill devicemode size in migrate_printer() | David Disseldorp | 1 | -0/+1 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-06-20 | tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere. | Rusty Russell | 1 | -6/+6 | |
Note that tdb_nextkey_compat frees the old key for us. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-06-20 | tdb_fetch_compat: use instead of tdb_fetch. | Rusty Russell | 1 | -2/+2 | |
This is a noop for tdb1. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-05-06 | s3: only include tdb headers where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-05-06 | More const fixes. Remove CONST_DISCARD. | Jeremy Allison | 1 | -1/+1 | |
2011-04-13 | s3-rpc_client: add and use rpc_client/rpc_client.h. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-includes: only include system/filesys.h when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-01-21 | s3:net: use dcerpc_spoolss_X() functions | Stefan Metzmacher | 1 | -9/+35 | |
metze Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 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 | |||||
2010-08-06 | s3-net: fix copy/paste typo in usage of "net printing". | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-05-31 | s3-build: only use ndr_security.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 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> | |||||
2010-05-20 | s3-net: Created a migration tool for printing TDBs. | Andreas Schneider | 1 | -0/+498 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-18 | s3-net: also dump security descriptors from ntprinters.tdb in "net printing ↵ | Günther Deschner | 1 | -0/+39 | |
dump". Guenther | |||||
2010-05-18 | s3-net: Added a rather trivial "net printing dump" command. | Günther Deschner | 1 | -0/+202 | |
Guenther |