summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Lift the smbd_messaging_context from winreg_update_printerVolker Lendecke2010-08-084-1/+8
|
* s3: Lift the smbd_messaging_context from winreg_create_printerVolker Lendecke2010-08-083-2/+6
|
* s3: Lift the smbd_messaging_context from winreg_printer_opendriverVolker Lendecke2010-08-081-1/+8
|
* s3: Lift the smbd_messaging_context from winreg_printer_openkeyVolker Lendecke2010-08-081-1/+22
|
* s3: Lift the smbd_messaging_context from nt_printing_tdb_migrateVolker Lendecke2010-08-083-4/+4
|
* s3: Lift the smbd_messaging_context from rpc_pipe_open_internalVolker Lendecke2010-08-088-6/+22
|
* s3: Lift the smbd_messaging_context from np_openVolker Lendecke2010-08-083-3/+6
|
* s3: Lift the smbd_messaging_context from make_internal_rpc_pipe_pVolker Lendecke2010-08-083-5/+9
|
* s3: Remove a direct reference to smbd_server_connVolker Lendecke2010-08-081-1/+1
|
* s3: Remove references to smbd_messaging_context()Volker Lendecke2010-08-082-12/+24
|
* s3: Fix a type-punned warningVolker Lendecke2010-08-081-1/+1
|
* librpc/idl/mgmt.idl: add missing size_is()Stefan Metzmacher2010-08-081-1/+1
| | | | metze
* pidl:NDR: correctly handle bracket arrays with 'string'Stefan Metzmacher2010-08-081-0/+4
| | | | metze
* s3:rpcclient: we also need some ndr_pull functionsStefan Metzmacher2010-08-085-0/+5
| | | | metze
* s3:libnet/libnet_samsync.c: we also need some ndr_pull functionsStefan Metzmacher2010-08-081-0/+1
| | | | metze
* s3:utils/net_rpc_service.c: we also need some ndr_pull functionsStefan Metzmacher2010-08-081-0/+1
| | | | metze
* s4:RPC-SPOOLSS-NOTIFY: skip test_RFFPCNEx() for now, as the test is brokenStefan Metzmacher2010-08-081-0/+9
| | | | | | See https://bugzilla.samba.org/show_bug.cgi?id=7486. metze
* s3:rpc_server: fix valgrind warningStefan Metzmacher2010-08-081-0/+1
| | | | metze
* s3:smbd: fix valgrind warning, sizeof(16) != 16...Stefan Metzmacher2010-08-081-1/+1
| | | | metze
* s3:rpc_server: fix memory leaks in rpc_pipe_internal_dispatch()Stefan Metzmacher2010-08-081-0/+7
| | | | metze
* s3: Fix typosVolker Lendecke2010-08-081-2/+5
|
* 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