summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r22528: remember that the connection was marked dead and don'tStefan Metzmacher2-0/+41
allow sending packet over the broken connection, as we would segfault... metze (This used to be commit 738b2c74117bdbef3b314c37f01f2f73b7a80685)
2007-10-10r22523: Give a hint why this test fails (helped debugging backend issues).Andrew Bartlett1-0/+3
Andrew Bartlett (This used to be commit f86d3b47850a9f3f773226807bbafd1830182c59)
2007-10-10r22522: Print why we can't find these entries.Andrew Bartlett1-1/+7
Andrew Bartlett (This used to be commit 465f1811683d22f4a3e3f5e693b3b29c59053cb4)
2007-10-10r22521: Don't fail the module load just because we don't have a schema yet.Andrew Bartlett1-4/+4
This code to be replaced by metze's schema loader soon... Andrew Bartlett (This used to be commit a354ec282232c00d149304d90f9b8ef01c9a2e5f)
2007-10-10r22520: Fix the TYPE command.Jelmer Vernooij3-6/+49
(This used to be commit b81b0d3308bf51c2e22d54024b3d6f1a59c6b283)
2007-10-10r22519: convert libnet_DomainOpenSamr function from state-handling routineRafal Szczesniak1-122/+84
to composite_continue. rafal (This used to be commit 4a2839d95d18fe05152abbd88676c4fef4d59ace)
2007-10-10r22518: Create pkgconfig dir.Jelmer Vernooij1-0/+1
(This used to be commit 17e9c56a75264e77a9cab130890ad97618442301)
2007-10-10r22517: Use DESTDIRJelmer Vernooij1-7/+7
(This used to be commit 4614da125fe3ce87ab59bc583aa95fa73beebaab)
2007-10-10r22516: Use DESTDIRJelmer Vernooij1-7/+7
(This used to be commit d0f8d46813ea0b633cb40c9a77b90f34307cb2ab)
2007-10-10r22515: only steal pipe on successStefan Metzmacher1-3/+4
metze (This used to be commit acfaba06f51184df5f1e99f0acd6fd0bd5f34afc)
2007-10-10r22514: Add version numbers to tdb and talloc (required so they can be ↵Jelmer Vernooij2-2/+2
packaged independent of Samba for Debian). (This used to be commit 846cfcf44df07457d228c9a5afab743e071ab7aa)
2007-10-10r22508: at option for the startup delayStefan Metzmacher1-1/+3
metze (This used to be commit 09da9f6490bf57d231a2ace4697adc8c6cd5f912)
2007-10-10r22503: Add support for dgram to socket_ipv6. No tests yet...Jelmer Vernooij1-3/+99
(This used to be commit 2f64b758460a3bde6c7b4a240998fb76bd6e0827)
2007-10-10r22501: dispatching events explicitly is not necessary.Rafal Szczesniak2-2/+0
rafal (This used to be commit 01b1b2b36b05b49a34becbbd20bb4abdc0e86d1e)
2007-10-10r22500: there's a better way to find out if there are any childrenRafal Szczesniak1-2/+2
rafal (This used to be commit ebc67bc0ae71662e9adef23838a8c7b632bf4ea2)
2007-10-10r22499: UsrCtx should be created within UsersView. Tree widget justRafal Szczesniak3-18/+90
opens it and passes the domain name(s) to operate on (selectable via combo box). rafal (This used to be commit c438284adf17faff2cd76d14c9de252e995166bd)
2007-10-10r22498: The initial LDIF import into Fedora DS didn't work, so just push thisAndrew Bartlett1-37/+16
onto the end of dse.ldif. This make Fedora DS work with multiple naming contexts. Andrew Bartlett (This used to be commit 43deee4f938444349ad2d398670537f4537a6072)
2007-10-10r22497: Support renaming objectclasses and attributes for the LDAP backend.Andrew Bartlett4-24/+101
OpenLDAP is fussy about operational attributes in user-supplied schema. Andrew Bartlett (This used to be commit d7cd4b768a7f56ced8ed94b9a63d01865ba7d10a)
2007-10-10r22494: Skip subSchema again, but we will need to remap this objectClass.Andrew Bartlett3-6/+8
Make the Fedora DS backend test again. Andrew Bartlett (This used to be commit 65327a0e4d61e2c9813720f04fe24ffc5c49278b)
2007-10-10r22488: Hopefully fix ipv6.Jelmer Vernooij1-3/+16
(This used to be commit 7a0da66e39fde8c06ab8af94a14113141076c969)
2007-10-10r22487: Add a separate widget class for listing users and repositionRafal Szczesniak2-35/+83
things on NetManager's screen. Qooxdoo layout positioning can be tricky sometimes... rafal (This used to be commit 3face29cc2a69b456b78f2384e1b306417b6817d)
2007-10-10r22486: add a flag to ignore timeouts of a request and don't closeStefan Metzmacher3-2/+20
the connection on timeout metze (This used to be commit 6b23ab1fd265e2a92456701fb02bd1838c098874)
2007-10-10r22485: don't crash when the main dcerpc code haven't setupStefan Metzmacher3-3/+23
transport.recv_data yet also return always a usefull error metze (This used to be commit 0a8b4c328dfac972186564d2a4e1757d5135ec47)
2007-10-10r22478: Update the LDAP backend code to handle initialisation of multipleAndrew Bartlett14-4602/+6563
partitions onto the target LDAP server. Make the LDAP provision run before smbd starts, then stop the LDAP server. This ensures this occurs synchronously, We then restart it for the 'real run' (with slapd's stdin being the FIFO). This required fixing a few things in the provision scripts, with more containers being created via a add/modify pair. Andrew Bartlett (This used to be commit 860dfa4ea1ab2b62d4d4fe0644e0a9b882fdafa1)
2007-10-10r22477: When an invaild base is specified to ldb_search, it should returnAndrew Bartlett1-20/+27
LDB_ERR_NO_SUCH_OBJECT. Handle this (found against LDAP, ldb_tdb is being updated). Andrew Bartlett (This used to be commit 93e2ff2e85c57a192aadac96ce09a678d464e8ad)
2007-10-10r22476: The OID match is used very oddly in AD, as it is often used for fieldsAndrew Bartlett2-0/+13
that contain attribute names and objectClasses. Make it a case insensitive string for now. Andrew Bartlett (This used to be commit 9908a05ef70c748c699b5a18178e7948f7814d7a)
2007-10-10r22475: Rather than segfault, show the name of the malformed entry.Andrew Bartlett1-0/+6
Andrew Bartlett (This used to be commit e1536014a05645fd2300de5152e966aa1e067436)
2007-10-10r22474: If ldb does not return sucess, then the res variable may not be valid.Andrew Bartlett1-2/+0
It *should* just be NULL from the initialisation above, but I've had this not be the case... Andrew Bartlett (This used to be commit a2848dbf1fa9eafdef93bd914b12ff2f9f223a70)
2007-10-10r22472: Commit the start of the DRSUAPI pull replication service.Stefan Metzmacher8-55/+1156
It doesn't work completely yet because we aren't able to resolve DNS SRV records. And also we also need a kdc locator plugin... But with some hacks the pull replication works fine metze (This used to be commit 0dc78f7439c9c786fd8c592960f9669dea40b811)
2007-10-10r22471: Convert more code to use proper LDB error codes.Simo Sorce4-160/+163
This is a 1 to 1 convertion, next step is to make this code report an error if the basedn is not used, hopefully avoiding an explicit search on the base object in the most common cases. (This used to be commit 50534c84b4577b2d32565a74a4716088f706bfea)
2007-10-10r22470: merge handling of broken connections from wins replication client codeStefan Metzmacher5-28/+57
to the rpc client code we need to always ask for read events on the socket otherwise we never get the connection error reported. shutdown the transport when a request timeout. metze (This used to be commit 3403c0cb15e08ec838b0bc834f941051fb94d124)
2007-10-10r22462: Fix test suite for ndr parser without using 'our'Jelmer Vernooij4-831/+833
(This used to be commit d491e60c70de8d78c333b317a143919c1a68c6d9)
2007-10-10r22457: Fix tests for Samba3 client generator.Jelmer Vernooij3-83/+86
(This used to be commit cf5162ad100c1a8201d3309549c8ff0d3bd5a732)
2007-10-10r22456: Merge wireshark and ejs test improvements.Jelmer Vernooij5-852/+855
(This used to be commit 0375978403dde8ef5052dcca544f118e5387e887)
2007-10-10r22455: split dependecies array for compiling and linking and use better ↵Stefan Metzmacher2-13/+21
names:-) calculate the CFLAGS only based on the public dependencies when recursing metze (This used to be commit 62f9d0ce1cdc5eb84b76004220fc7d1eb4a72f15)
2007-10-10r22454: - let asn1_deps.pl calculate the dependencies depending on the ↵Stefan Metzmacher2-14/+54
IMPORT line in the asn1 file - fix some heimdal dependencies metze (This used to be commit 4e7d2ecfc0f37de8c66d0ad93f07d00c992b4642)
2007-10-10r22453: Fix TDR testsuite without using our.Jelmer Vernooij2-117/+123
(This used to be commit 2c82aea0d3cb43b6d653fa7d64d490eddef26903)
2007-10-10r22452: fix creation of MK_FILES variable in MakefileStefan Metzmacher1-0/+1
metze (This used to be commit d970f18144112f1f0103f54d030c961a3fce08f7)
2007-10-10r22451: allowStefan Metzmacher2-4/+8
SKIP_DEP_FILES=yes make metze (This used to be commit 31fab208f63f0ee3fb1838c9b59421feb5752948)
2007-10-10r22443: It isn't fatal to get the case wrong on this stuff.Andrew Bartlett1-4/+11
Andrew Bartlett (This used to be commit 55639277b2be2f249173f64d51ac87d176e53449)
2007-10-10r22442: fix the build without autodependenciesStefan Metzmacher1-2/+0
metze (This used to be commit 9e68b0490daaed18dc1e6281da34317bece27a95)
2007-10-10r22440: fix autodependencies buildStefan Metzmacher2-8/+4
metze (This used to be commit ced8b673777d233a354ad7037767ca0e63e0747c)
2007-10-10r22439: fix some dependenciesStefan Metzmacher2-6/+12
metze (This used to be commit fb2c89bf9028afa8732508f8f85bb6e30ae4c03d)
2007-10-10r22438: get rid of printf format warnings in heimdal codeStefan Metzmacher1-0/+6
metze (This used to be commit 2ab998da99102e257a61e04c776fe2db2088351c)
2007-10-10r22437: fix dependenciesStefan Metzmacher1-1/+2
metze (This used to be commit ca6594eb6bea52caaf504eba7dd7c7d6a37075a2)
2007-10-10r22436: allow:Stefan Metzmacher1-2/+4
AUTOGEN_SKIP_SWAT=yes ./autogen.sh metze (This used to be commit 8f86e6eba9c2a0c2015f36e3302c94bda1d469a2)
2007-10-10r22427: Abort in a few more cases of failure to provision.Andrew Bartlett1-5/+5
Andrew Bartlett (This used to be commit 113544876f419dda185f3dff1c3c3a8833b2551f)
2007-10-10r22424: fixed the bad merge (thanks to metze for pointing out)Andrew Tridgell2-3/+3
(This used to be commit bffb8f88006fd2530cad270df642d9a23a01b34b)
2007-10-10r22423: don't need popt hereAndrew Tridgell1-1/+0
(This used to be commit fd8594d62eed8f1fb8d702689b21eff297bb6593)
2007-10-10r22422: merged tdb changes from ctdbAndrew Tridgell5-8/+34
(This used to be commit a0ff739bcab32065d9d3957eb1d93f7791f84f04)