summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Remove smbd_messaging_context() from send_stat_cache_delete_message()Volker Lendecke2010-08-075-6/+11
|
* s4:ntlmssp Merge more aspects of the source3/ NTLMSSP layerAndrew Bartlett2010-08-071-20/+21
| | | | | | | | | | | | This changes the talloc treatment of the session keys to avoid memory duplication - the session key has always been allocated onto the ntlmssp_context by the auth subsystem callback. The remainder of the changes are cosmetics, such as avoiding using lm_session_key as a pointer (and avoiding then doing an if statement on something that is always true). Andrew Bartlett
* s4:ntlmssp Re-add gensec_ntlmssp wrapper to allow merge with source3/Andrew Bartlett2010-08-072-20/+54
| | | | | | | | | By re-adding this wrapper, the actual guts of these functions are now very similar to that found in source3/libsmb/ntlmssp.c This should make it easier to merge the implementations. Andrew Bartlett
* s4:ntlmssp Always setup the session keys and signing stateAndrew Bartlett2010-08-071-9/+1
| | | | | | | | | | While it would save some CPU to only setup the session key when requested (like windows does), this instead matches the implementation in source3/libsmb/ntlmssp.c We could re-add this later after the codebase is merged. Andrew Bartlett
* s3: Remove a pointless "else"Volker Lendecke2010-08-071-1/+3
|
* s3: Remove an unnecessary NULL checkVolker Lendecke2010-08-071-1/+1
| | | | | Now that connections.tdb is not used for the broadcast messaging anymore, connections_fetch_entry is only called for real connections.
* s3-net: fix copy/paste typo in usage of "net printing".Günther Deschner2010-08-061-1/+1
| | | | Guenther
* s3-netlogon: remove global include of netlogon.h.Günther Deschner2010-08-0621-4/+26
| | | | | | | This reduces precompiled headers by another 4 MB and also slightly speeds up the build. Guenther
* 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