summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s4:rpc_server/lsa: better include a .h file don't include a .c fileStefan Metzmacher2010-08-071-1/+2
| | | | | | | This fixes the build with --nonshared-binary=smbtorture, as use by the source3/ make test. metze
* s3: Remove some references to smbd_messaging_context()Volker Lendecke2010-08-071-5/+6
|
* s4:kcc_connection.c - fix typo in error messageMatthias Dieter Wallnöfer2010-08-071-2/+2
|
* s4:ldap.py - comment a test part which fails with another error code on WindowsMatthias Dieter Wallnöfer2010-08-071-5/+6
|
* s4:ldap.py - test the new "systemFlags" constraintMatthias Dieter Wallnöfer2010-08-071-1/+11
|
* s4:objectclass LDB module - "add operation" - enhance and clean the ↵Matthias Dieter Wallnöfer2010-08-071-8/+20
| | | | | | "systemFlags" section Also here we have to test for single-valueness.
* s4:ldap.py - test for an invalid "objectCategory" attributeMatthias Dieter Wallnöfer2010-08-071-0/+10
|
* s4:objectclass LDB module - "add operation" - implement "objectCategory" ↵Matthias Dieter Wallnöfer2010-08-071-5/+34
| | | | validation
* s4:ldap.py - proof for the impossibility to add a LSA-specific object over LDAPMatthias Dieter Wallnöfer2010-08-071-0/+11
|
* s4:urgent_replication.py - relax also here the add of a secrets objectMatthias Dieter Wallnöfer2010-08-071-2/+1
|
* s3:dcesrv_lsa.c - use the RELAX control in order to create LSA objectsMatthias Dieter Wallnöfer2010-08-071-3/+3
|
* s4:dsdb/common/util.c - add a function "dsdb_add"Matthias Dieter Wallnöfer2010-08-071-0/+30
|
* s4:objectclass LDB module - "add operation" - reject creation of LSA ↵Matthias Dieter Wallnöfer2010-08-071-0/+8
| | | | | | specific objects (only using the RELAX flag allowed)
* s4:objectclass LDB module - "add operation" - move two checksMatthias Dieter Wallnöfer2010-08-071-17/+12
| | | | To be more consistent with the MS-ADTS doc.
* s4:objectclass LDB module - "add operation" - deny multiple "objectclass" ↵Matthias Dieter Wallnöfer2010-08-071-5/+14
| | | | | | message elements Requested by MS-ADTS 3.1.1.5.2.2
* s4:objectclass LDB module - "add" operation - free "mem_ctx" as soon as possibleMatthias Dieter Wallnöfer2010-08-071-4/+2
| | | | We don't need to have it around until the end of the function.
* s3: Remove references to smbd_messaging_context() from the spoolss serverVolker Lendecke2010-08-072-26/+25
|
* s3: Remove a reference to smbd_messaging_context()Volker Lendecke2010-08-071-6/+14
|
* s3: Remove some references to smbd_messaging_context()Volker Lendecke2010-08-073-16/+14
|
* s3: Remove procid_self() from connections_fetch_entry()Volker Lendecke2010-08-071-1/+2
|
* s3: Add msg_ctx to pipes_structVolker Lendecke2010-08-072-0/+3
|
* 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