summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: remove global include of samr.hGünther Deschner2010-08-062-1/+1
| | | | Guenther
* s3-build: no need to include privileges.h twice.Günther Deschner2010-08-061-1/+0
| | | | Guenther
* s3-net: only include netapi header when needed.Günther Deschner2010-08-065-1/+4
| | | | Guenther
* s3-libsmb: include nbt.h in namequery_dc code.Günther Deschner2010-08-061-0/+1
| | | | Guenther
* s3-libnet: include netlogon.h in libnet samsync header.Günther Deschner2010-08-061-0/+1
| | | | Guenther
* s3-smbtorture: include svcctl.hGünther Deschner2010-08-061-0/+1
| | | | Guenther
* s3-services: include svcctl.h where needed.Günther Deschner2010-08-061-0/+2
| | | | Guenther
* s3-build: remove global include of krb5pac.h.Günther Deschner2010-08-061-1/+2
| | | | | | Put in samr and netlogon, as they were pulled in via krb5pac.h. Guenther
* s3-krb5: include krb5pac.h where needed.Günther Deschner2010-08-067-0/+10
| | | | Guenther
* s3-rap: include svcctl.h where needed.Günther Deschner2010-08-062-0/+2
| | | | Guenther
* s3-passdb: include samr.h where needed.Günther Deschner2010-08-069-1/+10
| | | | Guenther
* s3-param: include svcctl headers in loadparm.Günther Deschner2010-08-061-0/+1
| | | | Guenther
* s3-nmbd: include svcctl.h where needed.Günther Deschner2010-08-068-0/+8
| | | | Guenther
* s3: Remove some explicit calls to procid_self()Volker Lendecke2010-08-061-3/+3
|
* s3: Remove some explicit calls to procid_self()Volker Lendecke2010-08-061-7/+10
|
* s3-spoolss: Make sure we convert a 4 byte value to uint32_t.Andreas Schneider2010-08-061-1/+1
|
* s3-spoolss: Fixed setting driver version correctly.Andreas Schneider2010-08-061-1/+3
| | | | | We are in a loop here, so setting tmp to 0 at the beginning of each iteration sets info8->version to 0 if we enumerate over another value.
* pidl: Samba3/ClientNDR - Correctly copy arrays, if r.out.size < r.in.size.Stefan Metzmacher2010-08-061-9/+47
| | | | | | metze Signed-off-by: Andreas Schneider <asn@samba.org>
* s3: fail db_open_ctdb if ctdb is not aroundVolker Lendecke2010-08-061-0/+5
|
* s3-printing: cope with missing printers in print migrationAndrew Tridgell2010-08-061-0/+10
| | | | | | | | The printers database may be completely missing in a new install, and we may have SECDESC entries for printers that have been removed. Don't consider these fatal errors in the migration. Signed-off-by: Günther Deschner <gd@samba.org>
* s4:ntlmssp Adjust Samba4 ntlmssp code to look more like the code in Samba3.Andrew Bartlett2010-08-062-71/+119
| | | | | | | | This does not change behaviour, and some of the whitespace isn't ideal, but at the moment making this code more similar, even in cosmetics, will assist later merge efforts. Andrew Bartlett
* s3-torture: Improve the winreg deletekey torture comments.Andreas Schneider2010-08-051-5/+6
|
* s3-torture: Correctly cleanup the winreg volatile key test.Andreas Schneider2010-08-051-8/+13
| | | | Günther please check!
* s4-torture: Fixed the winreg EnumValue test against Windows.Andreas Schneider2010-08-051-8/+34
| | | | Günther please check!
* s3: Remove some direct cli->inbuf references in interpret_long_filenameVolker Lendecke2010-08-051-2/+2
|
* s3: Remove a pointless wrapper functionVolker Lendecke2010-08-053-7/+1
|
* s3: Explicitly pass flags2 to clistr_pull_tallocVolker Lendecke2010-08-056-12/+26
| | | | Required to eventually make cli_list async
* s3: Remove some pointless wrapper functionsVolker Lendecke2010-08-053-26/+7
|
* s3: Remove some pointless wrapper functionsVolker Lendecke2010-08-056-36/+25
|
* s3: Save the received trans2 from the inbuf in cli_transVolker Lendecke2010-08-057-16/+32
|
* s3: Fix a crash in masktestVolker Lendecke2010-08-051-0/+1
|
* s3-spoolss: Use the correct value for the data length.Andreas Schneider2010-08-051-2/+2
|
* s3-popt: Only include popt-common.h when needed.Andreas Schneider2010-08-0538-7/+36
|
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-0556-59/+108
| | | | Guenther
* s4-dns: ndr_dnsp helper functionsAndrew Tridgell2010-08-052-0/+123
| | | | these handle the dnsp_name type
* s4-dns: fix dnsp for old buildAndrew Tridgell2010-08-052-2/+7
|
* s4-dns: expanded the DNSP code to handle more record typeAndrew Tridgell2010-08-052-9/+57
|
* pidl: added a new type dnsp_nameAndrew Tridgell2010-08-053-1/+9
| | | | | | | | This is a name type used in DNS where each DNS component maps to a length byte followed by the string We want these to map to a char *, which is why we need to do this in PIDL
* s4-ldb: added ldif handler for the dnsRecord attributeAndrew Tridgell2010-08-053-2/+25
|
* dns: first version of dsnRecord parserAndrew Tridgell2010-08-053-2/+52
|
* s3: avoid global include of ads.h.Günther Deschner2010-08-0556-338/+416
| | | | Guenther
* s3-libnet_join: add ads.h as helper header to IDL.Günther Deschner2010-08-051-1/+2
| | | | Guenther
* s3-printing: move AD related printing components to an own file.Günther Deschner2010-08-054-447/+481
| | | | Guenther
* s3: Convert cli_list() to return NTSTATUSVolker Lendecke2010-08-047-36/+73
| | | | If needed, the callback functions can count themselves
* s3: Use data_blob_nullVolker Lendecke2010-08-041-1/+1
|
* s4:LDB modules - remove the "kludge_acl" module codeMatthias Dieter Wallnöfer2010-08-041-516/+0
| | | | Obviously this has been forgotten by Nadya.
* s3-waf: fix the build.Günther Deschner2010-08-041-1/+5
| | | | Guenther
* s4-dsdb: Removed kludge_acl as it is no longer necessaryNadezhda Ivanova2010-08-045-23/+47
| | | | Moved the access check on extended operations to acl module and removed kludge_acl
* small optimizations for shadowcopy2 moduleChristian Ambach2010-08-041-2/+2
| | | | | | | - remove a compiler warning - replace strlen usage Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
* fix snapshot content display with hide unreadableChristian Ambach2010-08-041-1/+8
| | | | | | | | | | | | With the hide unreadable option set, snapshots are be displayed as empty with shadow_copy2 and a NFSv4 ACL module. To prevent multiple conversions of the paths when the acl call does a VFS_STAT (as the nfs4acl code does), a check was added to convert_shadow2_name() so it will not touch paths any more that look like they have already been converted. Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>