summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix typo in comments.Karolin Seeger2010-03-036-10/+10
|
* testprogs: fix boolean return code of test_PrinterData.Günther Deschner2010-03-031-8/+12
| | | | Guenther
* dns: make dns update script use unbuffered IOAndrew Tridgell2010-03-031-0/+4
| | | | Otherwise we can lose debug output when a timeout happens
* s4-posix: allow change ownership of files if the user has the right privilegesAndrew Tridgell2010-03-031-2/+21
| | | | | | | | | When a user has SEC_PRIV_TAKE_OWNERSHIP or SEC_PRIV_RESTORE they have permission to change the ownership of a file. This should fix bug 6987 Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-build: fix SMB_LIBRARY and change its name so it didn't collide with s3 oneMatthieu Patou2010-03-032-5/+5
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3: Fix build file due to file move. Use the new path of iniparserMatthieu Patou2010-03-032-3/+3
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3: Move source3/iniparser to lib/iniparser to allow sharing between s3/s4Matthieu Patou2010-03-0326-3/+3
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3: Allow pam_winbind.c to build without localedir.cMatthieu Patou2010-03-031-1/+8
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* nsswitch: libpam remove depedance on locale.h use directly LOCALEDIRMatthieu Patou2010-03-032-2/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4-winrepl: Migrated the wins replication server to tsocket.Andreas Schneider2010-03-034-141/+314
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3:net: add a command "net registry setsd_sdd"Michael Adam2010-03-031-0/+88
| | | | | | | This permits to set the security descriptor of a registry key from the unix command line. Michael
* s3:net: fix some i18n messages in net_registry_getsd_internal().Michael Adam2010-03-031-2/+3
| | | | Michael
* s3:net: add i18n macro _() to one messageMichael Adam2010-03-031-1/+1
| | | | Michael
* s3:net: add new subcommand "net registry getsd_sddl" to print secdesc in ↵Michael Adam2010-03-031-0/+40
| | | | | | sddl format Michael
* s3:net: refactor getting of secdesc out of net_registry_getsd()Michael Adam2010-03-031-14/+42
| | | | | | | | | New net_registry_getsd_internal does the work(), net_registry_getsd() just prints the result. This in preparation to add support for other output formats than the currently used display_sec_desc(). Michael
* s3:smbcacls: add switch "--sddl" to output acls as sddl encoded stringsMichael Adam2010-03-031-1/+9
|
* s3: build sddl.c in samba3Michael Adam2010-03-032-0/+2
|
* libcli/security: fix sddl.c to be able to build it from source3Michael Adam2010-03-031-1/+1
|
* s4:move the sddl code down to the top levelMichael Adam2010-03-035-2/+35
| | | | Michael
* s4/ildap: fine tune ildb_callback()Kamen Mazdrashki2010-03-031-3/+3
| | | | | | | | | | Actually ildb_context pointer is not supposed to be valid after calling ildb_request_done(). This is due to the fact that when calling ildb_request_done() caller will (most probably) free any locally built ldap_request objects - thus rendering ildb_context invalid. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s3: net_share.c: fix argc handlingHolger Hetterich2010-03-021-6/+3
| | | | | The "net share" command was no longer possible because it enters the net_share function with argc == 0.
* s4-smbtorture: fix WINBIND-STRUCT assumptions about getpwent() for s3.Günther Deschner2010-03-021-5/+16
| | | | | | | | | In samba3 it is not an error when no users are returned in getpwent() calls (e.g. on a DC w/o interdomain trusts). Kai, please check. Guenther
* s3:ads fix dn parsing name was always nullSimo Sorce2010-03-021-19/+16
| | | | | | | | While there also use ldap_exploded_dn instead of ldb_dn_validate() so we can remove a huge dependency that is hanging there only for one very minor marginal use. Signed-off-by: Günther Deschner <gd@samba.org>
* testprogs: make sure to do the same tests as in smbtorture in ↵Günther Deschner2010-03-023-23/+58
| | | | | | test_PrinterData(). Guenther
* testprogs: fix REG_SZ in print_printer_data.Günther Deschner2010-03-021-2/+10
| | | | Guenther
* LDB:NSS - make LDB "signed-safe" on counter variablesMatthias Dieter Wallnöfer2010-03-021-2/+2
| | | | | | | | | "i" needs to be unsigned on both places since it counts till a "count" variable of a "struct ldb_result" object which itself is unsigned. I see counting variables much better as "unsigned" since in most cases we don't use negative values at all. We've only to be careful on binary searches and downto counts regarding them.
* s4:echo RPC - make this one "signed-safe"Matthias Dieter Wallnöfer2010-03-021-1/+1
| | | | | "i" needs to be unsigned here since it counts until "r->in.len" which itself is unsigned and not signed.
* testprogs: test result of GetPrinterDataEx against SetPrinterDataEx args.Günther Deschner2010-03-021-7/+28
| | | | Guenther
* s3: Fix some C++ warningsVolker Lendecke2010-03-021-1/+1
|
* s3: Fix an uninitialized variable warningVolker Lendecke2010-03-021-1/+1
|
* s3:vfs_aixacl2: add missing semicolonBjörn Jacke2010-03-021-1/+1
| | | | fixes #7197. Thanks to William Jojo for the correction.
* s4:provision - Moved default FDS SASL mappings deletion from post_setup() to ↵Endi S. Dewata2010-03-022-7/+11
| | | | | | init(). Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:provision - Moved setup_db_config() into OpenLDAPBackend class.Endi S. Dewata2010-03-021-16/+16
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:provision - Moved backend-specific variables into backend class.Endi S. Dewata2010-03-022-75/+60
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4:provision - Use netbios name for FDS instance name.Endi S. Dewata2010-03-023-24/+29
| | | | Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-libcli: Added NULL handlers for DSDB_CONTROL_DN_STORAGE_FORMAT_OID and ↵Endi S. Dewata2010-03-021-0/+4
| | | | | | LDB_CONTROL_AS_SYSTEM_OID Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s3:groupmap revert to tdb storageSimo Sorce2010-03-014-733/+269
| | | | | Group mapping needs to be cluster aware, and this means using the tdb backend. Remove ldb group mapping as this is not cluster aware.
* s4:srvsvc RPC - revert one unsigned integer "i" back to signedMatthias Dieter Wallnöfer2010-03-011-1/+1
| | | | | | This is needed since this particular "i" counts until "count" which itself is signed. "count" is set through a signed integer variable parameter from the "share_list_all" call.
* testprogs: better usage text.Günther Deschner2010-03-011-1/+9
| | | | Guenther
* testprogs: add very basic PrinterData test for printers.Günther Deschner2010-03-011-2/+40
| | | | | | | This very basically tests SetPrinterDataEx, GetPrinterDataEx and DeletePrinterDataEx. Guenther
* testprogs: rename test_PrinterData to test_PrinterData_Server.Günther Deschner2010-03-011-4/+4
| | | | Guenther
* testprogs: add SetPrinterDataEx test.Günther Deschner2010-03-011-0/+27
| | | | Guenther
* testprogs: add DeletePrinterKey test.Günther Deschner2010-03-011-0/+23
| | | | Guenther
* testprogs: add DeletePrinterDataEx test.Günther Deschner2010-03-011-0/+24
| | | | Guenther
* testprogs: allow to test a single printer when given on the cmdline.Günther Deschner2010-03-011-0/+10
|
* testprogs: add RPC_X_NULL_REF_POINTER error codeGünther Deschner2010-03-011-0/+2
|
* s4:RPC-ECHO: don't ignore errors in the Sleep test now that we support async ↵Stefan Metzmacher2010-03-011-3/+3
| | | | | | rpc over ncacn_np metze
* s4:rpc_server/remote: do async callsStefan Metzmacher2010-03-011-6/+42
| | | | metze
* s4:srvsvc RPC - make this one "signed-safe"Matthias Dieter Wallnöfer2010-03-011-19/+20
|
* s4:unixinfo RPC - make this one "signed-safe"Matthias Dieter Wallnöfer2010-03-011-1/+1
|