summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* heimdal: don't include <ifaddrs.h> without knowing it's thereBjörn Jacke2009-07-031-0/+2
* Restore ABI compatibility for talloc.Simo Sorce2009-07-031-1/+1
* s4: Don't install epdump, since it no longer exists.Jelmer Vernooij2009-07-031-2/+1
* s4 docs: Git has revision SHA's, not numbers.Jelmer Vernooij2009-07-031-1/+1
* s4: Remove stub endpoint mapper script.Jelmer Vernooij2009-07-031-24/+0
* s4:libcli: move SMB2 lock flags to smb2_constants.hStefan Metzmacher2009-07-022-7/+8
* s4-smbtorture: fix getjob test in RPC-SPOOLSS.Günther Deschner2009-07-021-0/+5
* show attribute values in sorted order to make comparison easierAndrew Tridgell2009-07-021-0/+5
* we can't use the unique index code for samAccountNameAndrew Tridgell2009-07-022-8/+75
* decrypt all objects in a DRS record, not just the first oneAndrew Tridgell2009-07-021-2/+5
* change talloc to 2.0.0Andrew Tridgell2009-07-021-1/+1
* Changed ldb.ERR_NO_SUCH_OBJECT to LDB_ERR_NO_SUCH_OBJECT.Andrew Tridgell2009-07-021-5/+5
* fixed the pull of drs schema elementsAndrew Tridgell2009-07-023-33/+108
* the settings structure needs to be initialisedAndrew Tridgell2009-07-021-0/+1
* s4:param use talloc_unlink() to free iconv context holding referencesAndrew Bartlett2009-07-021-1/+1
* [SAMBA 4 directory] Changes "forceLogoff" and corrects the "subRefs"Matthias Dieter Wallnöfer2009-07-021-2/+4
* removed a generated fileAndrew Tridgell2009-07-011-74/+0
* use a talloc_reparent in a very ugly wayAndrew Tridgell2009-07-011-2/+11
* use the new talloc_reparent in two placesAndrew Tridgell2009-07-012-2/+2
* gensec_start now steals the auth_contextAndrew Tridgell2009-07-011-1/+3
* A rather strange varient of talloc_unlinkAndrew Tridgell2009-07-011-1/+1
* another case that should use py_talloc_referenceAndrew Tridgell2009-07-011-1/+1
* use py_talloc_reference instead of py_talloc_importAndrew Tridgell2009-07-011-1/+1
* py_talloc_import now uses a steal, so this free is incorrectAndrew Tridgell2009-07-011-1/+0
* use a talloc_unlink() as ops may have a referenceAndrew Tridgell2009-07-011-1/+1
* fixed the reference to the global_schemaAndrew Tridgell2009-07-011-2/+3
* removed a redundent talloc_stealAndrew Tridgell2009-07-011-2/+0
* fixed the use of talloc_steal in ntlmssp_server Andrew Tridgell2009-07-011-3/+2
* fixed rpc smb code to not reply on talloc_free being a function pointerAndrew Tridgell2009-07-012-2/+13
* [SAMBA 4 directory] Corrects the "systemFlags" attributesMatthias Dieter Wallnöfer2009-07-017-32/+39
* [SAMBA 4 directory] Adds the complete "objectclass path" to our self-created ...Matthias Dieter Wallnöfer2009-07-011-0/+4
* [SAMBA 4 directory] Adds the object version and "systemFlags" attribute to th...Matthias Dieter Wallnöfer2009-07-011-0/+2
* s4-smbtorture: Test for newly added form with enum call in RPC-SPOOLSS.Günther Deschner2009-06-301-0/+45
* s4-smbtorture: remove trailing whitespace from RPC-SPOOLSS.Günther Deschner2009-06-301-98/+98
* Rework the kerberos-notes.txt in order and formatDon Davis2009-06-301-0/+803
* s4:ldb Allow rootdse module to build without ldb_private.hAndrew Bartlett2009-06-303-2/+4
* s4: dsdb Avoid using the internal ldb_private.h headerAndrew Bartlett2009-06-305-118/+122
* s4:heimdal Allow KRB5_NT_ENTERPRISE names in all DB lookupsAndrew Bartlett2009-06-304-24/+33
* s4:kdc Only get the lp_ctx once for a LDB_fetch()Andrew Bartlett2009-06-301-11/+18
* Rework hdb-samba4 to remove useless abstractions.Andrew Bartlett2009-06-301-84/+44
* s4:dsdb Explain the parsing steps for userPrincipalName cracknames callsAndrew Bartlett2009-06-301-0/+4
* s4-smbtorture: use torture_comment & torture_warning in RPC samr tests.Günther Deschner2009-06-291-205/+206
* s4-smbtorture: correctly test comment behaviour in RPC-SAMR-USERS against s3.Günther Deschner2009-06-291-7/+4
* s4-smbtorture: add RPC-SAMR-MACHINE-AUTH test.Günther Deschner2009-06-292-1/+486
* s4-smbtorture: add torture_suite_add_machine_workstation_rpc_iface_tcase.Günther Deschner2009-06-295-10/+65
* Adds the impersonation level in ntcreatex requests to SAMBA 3 misc torture testMatthias Dieter Wallnöfer2009-06-291-0/+4
* Correct some typos in the LDB partition moduleMatthias Dieter Wallnöfer2009-06-291-5/+5
* SAMDB: Don't check for "sAMAccountName" twiceMatthias Dieter Wallnöfer2009-06-291-1/+0
* Enhancement of "simple ldap map" with "systemFlags" attributeMatthias Dieter Wallnöfer2009-06-291-0/+22
* ldb: Properly handle NULL when copying attr lists.Andrew Kroeger2009-06-291-4/+4